Skip to content

Commit

Permalink
chore: refresh lockfile (#9691)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Mar 23, 2020
1 parent b5c7092 commit 1c01e68
Show file tree
Hide file tree
Showing 10 changed files with 872 additions and 778 deletions.
2 changes: 1 addition & 1 deletion examples/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"jest-environment-node": "*",
"mongodb": "^3.1.13",
"mongodb-memory-server": "^6.1.1"
"mongodb-memory-server": "^6.3.2"
},
"devDependencies": {
"@babel/core": "*",
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,13 @@
"karma-chrome-launcher": "^3.0.0",
"karma-mocha": "^1.3.0",
"karma-webpack": "^4.0.2",
"lerna": "3.20.2",
"lerna": "^3.20.2",
"make-dir": "^3.0.0",
"micromatch": "^4.0.2",
"mocha": "^7.0.0",
"mock-fs": "^4.4.1",
"opencollective": "^1.0.3",
"prettier": "^1.19.0",
"prettylint": "^1.0.0",
"progress": "^2.0.0",
"promise": "^8.0.2",
"realpath-native": "^2.0.0",
Expand All @@ -93,8 +92,8 @@
"jest-coverage": "yarn jest --coverage",
"lint": "eslint . --cache --ext js,jsx,ts,tsx,md",
"lint-es5-build": "eslint --no-eslintrc --no-ignore --env=browser packages/*/build-es5",
"lint:prettier": "yarn --silent lint:prettier:ci --fix",
"lint:prettier:ci": "prettylint '**/*.{md,yml,yaml}' --ignore-path .gitignore",
"lint:prettier": "prettier '**/*.{md,yml,yaml}' --write --ignore-path .gitignore",
"lint:prettier:ci": "prettier '**/*.{md,yml,yaml}' --check --ignore-path .gitignore",
"postinstall": "opencollective postinstall && yarn build",
"install-no-ts-build": "node ./scripts/remove-postinstall && yarn --no-progress --frozen-lockfile && node ./scripts/build",
"publish": "yarn build-clean && yarn build && lerna publish --silent",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"jest-validate": "^25.1.0",
"prompts": "^2.0.1",
"realpath-native": "^2.0.0",
"yargs": "^15.2.0"
"yargs": "^15.3.1"
},
"devDependencies": {
"@jest/test-utils": "^25.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.0",
"@types/node": "*",
"@types/rimraf": "^2.0.2",
"@types/rimraf": "^3.0.0",
"jest-snapshot-serializer-raw": "^1.1.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@jest/types": "^25.1.0",
"jest-mock": "^25.1.0",
"jest-util": "^25.1.0",
"jsdom": "^15.1.1"
"jsdom": "^15.2.1"
},
"devDependencies": {
"@types/jsdom": "^12.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"jest-runtime": "^25.1.0",
"jest-validate": "^25.1.0",
"repl": "^0.1.3",
"yargs": "^15.2.0"
"yargs": "^15.3.1"
},
"devDependencies": {
"@jest/test-utils": "^25.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-reporters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/istanbul-lib-report": "^3.0.0",
"@types/istanbul-lib-source-maps": "^1.2.1",
"@types/istanbul-reports": "^1.1.0",
"@types/node-notifier": "^5.4.0",
"@types/node-notifier": "^6.0.0",
"mock-fs": "^4.4.1",
"strip-ansi": "^6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"resolve": "^1.15.1"
},
"devDependencies": {
"@types/browser-resolve": "^0.0.5",
"@types/browser-resolve": "^1.11.0",
"@types/resolve": "^1.14.0",
"jest-haste-map": "^25.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"realpath-native": "^2.0.0",
"slash": "^3.0.0",
"strip-bom": "^4.0.0",
"yargs": "^15.2.0"
"yargs": "^15.3.1"
},
"devDependencies": {
"@jest/test-utils": "^25.1.0",
Expand Down
1,627 changes: 861 additions & 766 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 1c01e68

Please sign in to comment.