Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 6, 2020
1 parent c95abca commit ebc00a5
Show file tree
Hide file tree
Showing 9 changed files with 1,697 additions and 1,613 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module.exports = {
[
'@babel/preset-env',
{
bugfixes: true,
shippedProposals: true,
targets: {node: supportedNodeVersion},
},
Expand Down
2 changes: 1 addition & 1 deletion examples/manual-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"test": "jest"
},
"dependencies": {
"lodash": "^4.17.5"
"lodash": "^4.17.19"
}
}
8 changes: 4 additions & 4 deletions examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"test": "jest"
},
"dependencies": {
"react": "16.11.0",
"react-native": "0.62.0"
"react": "16.13.1",
"react-native": "0.63.2"
},
"devDependencies": {
"@babel/core": "*",
"@babel/preset-env": "*",
"babel-jest": "*",
"jest": "*",
"metro-react-native-babel-preset": "^0.58.0",
"react-test-renderer": "16.11.0"
"metro-react-native-babel-preset": "0.59.0",
"react-test-renderer": "16.13.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.1.0",
"execa": "^4.0.0",
"fast-check": "^1.13.0",
"fast-check": "^2.0.0",
"find-process": "^1.4.1",
"glob": "^7.1.1",
"globby": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/diff-sequences/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"benchmark": "^2.1.4",
"diff": "^4.0.1",
"fast-check": "^1.13.0"
"fast-check": "^2.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/expect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@jest/test-utils": "^26.0.0",
"chalk": "^4.0.0",
"fast-check": "^1.13.0",
"fast-check": "^2.0.0",
"immutable": "^4.0.0-rc.12"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-reporters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"source-map": "^0.6.0",
"string-length": "^4.0.1",
"terminal-link": "^2.0.0",
"v8-to-istanbul": "^4.1.3"
"v8-to-istanbul": "^5.0.0"
},
"devDependencies": {
"@types/exit": "^0.1.30",
Expand All @@ -38,7 +38,7 @@
"@types/istanbul-lib-instrument": "^1.7.2",
"@types/istanbul-lib-report": "^3.0.0",
"@types/istanbul-lib-source-maps": "^4.0.0",
"@types/istanbul-reports": "^1.1.0",
"@types/istanbul-reports": "^3.0.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-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"types": "build/index.d.ts",
"dependencies": {
"@types/istanbul-lib-coverage": "^2.0.0",
"@types/istanbul-reports": "^1.1.1",
"@types/istanbul-reports": "^3.0.0",
"@types/node": "*",
"@types/yargs": "^15.0.0",
"chalk": "^4.0.0"
Expand Down
Loading

0 comments on commit ebc00a5

Please sign in to comment.