Skip to content

Commit

Permalink
Upgrade dependencies (facebook#9196)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianschmitz committed Jun 20, 2020
1 parent 71facad commit 697dffe
Show file tree
Hide file tree
Showing 12 changed files with 358 additions and 351 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^11.3.2",
"@testing-library/user-event": "^12.0.2",
"alex": "^8.0.0",
"eslint": "^6.1.0",
"execa": "1.0.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/babel-preset-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"test.js"
],
"dependencies": {
"@babel/core": "7.10.2",
"@babel/core": "7.10.3",
"@babel/plugin-proposal-class-properties": "7.10.1",
"@babel/plugin-proposal-decorators": "7.10.1",
"@babel/plugin-proposal-decorators": "7.10.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.10.1",
"@babel/plugin-proposal-numeric-separator": "7.10.1",
"@babel/plugin-proposal-optional-chaining": "7.10.1",
"@babel/plugin-proposal-optional-chaining": "7.10.3",
"@babel/plugin-transform-flow-strip-types": "7.10.1",
"@babel/plugin-transform-react-display-name": "7.10.1",
"@babel/plugin-transform-runtime": "7.10.1",
"@babel/preset-env": "7.10.2",
"@babel/plugin-transform-react-display-name": "7.10.3",
"@babel/plugin-transform-runtime": "7.10.3",
"@babel/preset-env": "7.10.3",
"@babel/preset-react": "7.10.1",
"@babel/preset-typescript": "7.10.1",
"@babel/runtime": "7.10.2",
"@babel/runtime": "7.10.3",
"babel-plugin-macros": "2.8.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/cra-template-typescript/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"dependencies": {
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^11.3.2",
"@testing-library/user-event": "^12.0.2",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/jest": "^25.0.0",
"typescript": "^3.8.0",
"typescript": "^3.9.5",
"web-vitals": "^0.2.2"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^11.3.2",
"@testing-library/user-event": "^12.0.2",
"web-vitals": "^0.2.2"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"envinfo": "7.5.1",
"fs-extra": "9.0.1",
"hyperquest": "2.1.3",
"inquirer": "7.1.0",
"inquirer": "7.2.0",
"semver": "7.3.2",
"tar-pack": "3.4.1",
"tmp": "0.2.1",
Expand Down
663 changes: 335 additions & 328 deletions packages/create-react-app/yarn.lock.cached

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/react-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"webpackHotDevClient.js"
],
"dependencies": {
"@babel/code-frame": "7.10.1",
"@babel/code-frame": "7.10.3",
"address": "1.1.2",
"browserslist": "4.12.0",
"chalk": "2.4.2",
Expand All @@ -66,7 +66,7 @@
"globby": "11.0.1",
"gzip-size": "5.1.1",
"immer": "1.10.0",
"inquirer": "7.1.0",
"inquirer": "7.2.0",
"is-root": "2.1.0",
"loader-utils": "2.0.0",
"open": "^7.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-error-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"lib/index.js"
],
"devDependencies": {
"@babel/code-frame": "7.10.1",
"@babel/core": "7.10.2",
"@babel/code-frame": "7.10.3",
"@babel/core": "7.10.3",
"anser": "1.4.9",
"babel-eslint": "10.1.0",
"babel-jest": "^26.0.1",
Expand Down Expand Up @@ -63,7 +63,7 @@
"rimraf": "^3.0.0",
"settle-promise": "1.0.0",
"source-map": "0.5.6",
"terser-webpack-plugin": "3.0.3",
"terser-webpack-plugin": "3.0.6",
"webpack": "^4.35.0"
},
"jest": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"types": "./lib/react-app.d.ts",
"dependencies": {
"@babel/core": "7.10.2",
"@babel/core": "7.10.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.3.3",
"@svgr/webpack": "5.4.0",
"@typescript-eslint/eslint-plugin": "^2.10.0",
Expand All @@ -41,7 +41,7 @@
"bfj": "^7.0.2",
"camelcase": "^6.0.0",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"css-loader": "3.5.3",
"css-loader": "3.6.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^6.6.0",
Expand Down Expand Up @@ -76,7 +76,7 @@
"sass-loader": "8.0.2",
"semver": "7.3.2",
"style-loader": "1.2.1",
"terser-webpack-plugin": "3.0.3",
"terser-webpack-plugin": "3.0.6",
"ts-pnp": "1.2.0",
"url-loader": "4.1.0",
"webpack": "4.43.0",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/typescript-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"@types/jest": "*",
"react": "*",
"react-dom": "*",
"typescript": "3.7.2"
"typescript": "^3.9.5"
}
}
2 changes: 1 addition & 1 deletion test/fixtures/typescript-typecheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"@types/react-dom": "*",
"react": "*",
"react-dom": "*",
"typescript": "3.7.2"
"typescript": "^3.9.5"
}
}
2 changes: 1 addition & 1 deletion test/fixtures/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"typescript": "3.7.2"
"typescript": "^3.9.5"
}
}

0 comments on commit 697dffe

Please sign in to comment.