Skip to content

Commit

Permalink
fix(npm): update dependencies
Browse files Browse the repository at this point in the history
    expect-more-jest:
    ```
    NAME                  OLD       NEW       INFO
    jest-matcher-utils    24.0.0    24.8.0    https://github.com/facebook/jest
    ```
    monorepo:
    ```
    NAME           OLD        NEW        INFO
    @types/jest    23.3.13    24.0.15    https://github.com/DefinitelyTyped/DefinitelyTyped
    inquirer       6.2.2      6.3.1      https://github.com/SBoudrias/Inquirer.js
    jest           24.0.0     24.8.0     https://github.com/facebook/jest
    lerna          3.10.8     3.15.0     https://github.com/lerna/lerna
    prettier       1.16.3     1.18.2     https://github.com/prettier/prettier
    tslint         5.12.1     5.17.0     https://github.com/palantir/tslint
    typescript     3.3.1      3.5.2      https://github.com/Microsoft/TypeScript
    ```

Closes #25
Closes #26
Closes #27
Closes #28
Closes #29
Closes #30
  • Loading branch information
JamieMason committed Jun 17, 2019
1 parent 3b0dcd2 commit 69c2ada
Show file tree
Hide file tree
Showing 5 changed files with 1,887 additions and 1,673 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
{
"version": "0.0.0",
"devDependencies": {
"@types/jest": "23.3.13",
"inquirer": "6.2.2",
"@types/jest": "24.0.15",
"inquirer": "6.3.1",
"jasmine-check": "1.0.0-rc.0",
"jest": "24.0.0",
"lerna": "3.10.8",
"prettier": "1.16.3",
"jest": "24.8.0",
"lerna": "3.15.0",
"prettier": "1.18.2",
"rimraf": "2.6.3",
"testcheck": "1.0.0-rc.2",
"tslint": "5.12.1",
"typescript": "3.3.1"
"tslint": "5.17.0",
"typescript": "3.5.2"
},
"manager": "yarn",
"private": true,
"resolutions": {
"tar": ">2.2.1"
},
"scripts": {
"build": "npm run build:expect-more && npm run build:expect-more-jest",
"build:expect-more": "tsc --project ./packages/expect-more",
"build:expect-more-jest": "tsc --project ./packages/expect-more-jest",
"format": "prettier --write '**/*.md' './packages/*/src/**/*.ts' './packages/*/test/**/*.ts'",
"generate:matcher": "node ./scripts/generate-new-matcher.js",
"lint": "tslint --fix --project ./tsconfig.json",
"postinstall": "lerna bootstrap",
"generate:matcher": "node ./scripts/generate-new-matcher.js",
"prebuild": "rimraf ./packages/*/dist",
"prelint": "npm run format",
"test": "jest"
Expand Down
103 changes: 0 additions & 103 deletions packages/expect-more-jest/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/expect-more-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"chalk": "2.4.2",
"expect-more": "0.5.4",
"jest-matcher-utils": "24.0.0"
"jest-matcher-utils": "24.8.0"
},
"files": [
"dist"
Expand Down
1 change: 1 addition & 0 deletions packages/expect-more-jest/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"files": ["./src/index.ts"],
"compilerOptions": {
"esModuleInterop": true,
"outDir": "./dist"
}
}

0 comments on commit 69c2ada

Please sign in to comment.