Skip to content

Commit

Permalink
Update Dependencies (#8324)
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL authored and ianschmitz committed Jan 21, 2020
1 parent f875bb0 commit a608c5a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions packages/babel-preset-react-app/package.json
Expand Up @@ -21,13 +21,13 @@
"test.js"
],
"dependencies": {
"@babel/core": "7.7.5",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-proposal-decorators": "7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4",
"@babel/plugin-proposal-numeric-separator": "7.7.4",
"@babel/core": "7.8.3",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
"@babel/plugin-proposal-numeric-separator": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.7.4",
"@babel/plugin-proposal-optional-chaining": "7.7.5",
"@babel/plugin-proposal-optional-chaining": "7.8.3",
"@babel/plugin-syntax-dynamic-import": "7.7.4",
"@babel/plugin-transform-destructuring": "7.7.4",
"@babel/plugin-transform-flow-strip-types": "7.7.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-react-app/package.json
Expand Up @@ -27,12 +27,12 @@
},
"dependencies": {
"chalk": "3.0.0",
"commander": "4.0.1",
"commander": "4.1.0",
"cross-spawn": "7.0.1",
"envinfo": "7.5.0",
"fs-extra": "8.1.0",
"hyperquest": "2.1.3",
"inquirer": "7.0.0",
"inquirer": "7.0.3",
"semver": "6.3.0",
"tar-pack": "3.4.1",
"tmp": "0.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-dev-utils/package.json
Expand Up @@ -50,9 +50,9 @@
"webpackHotDevClient.js"
],
"dependencies": {
"@babel/code-frame": "7.5.5",
"@babel/code-frame": "7.8.3",
"address": "1.1.2",
"browserslist": "4.8.2",
"browserslist": "4.8.3",
"chalk": "3.0.0",
"cross-spawn": "7.0.1",
"detect-port-alt": "1.1.6",
Expand All @@ -64,7 +64,7 @@
"globby": "8.0.2",
"gzip-size": "5.1.1",
"immer": "1.10.0",
"inquirer": "7.0.0",
"inquirer": "7.0.3",
"is-root": "2.1.0",
"loader-utils": "1.2.3",
"open": "^7.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-error-overlay/package.json
Expand Up @@ -47,10 +47,10 @@
"eslint": "^6.1.0",
"eslint-config-react-app": "^5.1.0",
"eslint-plugin-flowtype": "4.5.2",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.17.0",
"flow-bin": "^0.113.0",
"flow-bin": "^0.116.0",
"html-entities": "1.2.1",
"jest": "24.9.0",
"jest-fetch-mock": "2.1.2",
Expand All @@ -63,7 +63,7 @@
"rimraf": "^3.0.0",
"settle-promise": "1.0.0",
"source-map": "0.5.6",
"terser-webpack-plugin": "2.3.0",
"terser-webpack-plugin": "2.3.2",
"webpack": "^4.35.0"
},
"jest": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react-scripts/package.json
Expand Up @@ -46,7 +46,7 @@
"eslint-config-react-app": "^5.1.0",
"eslint-loader": "3.0.3",
"eslint-plugin-flowtype": "4.5.2",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-react-hooks": "^1.6.1",
Expand All @@ -73,10 +73,10 @@
"sass-loader": "8.0.0",
"semver": "6.3.0",
"style-loader": "1.0.1",
"terser-webpack-plugin": "2.3.0",
"terser-webpack-plugin": "2.3.2",
"ts-pnp": "1.1.5",
"url-loader": "2.3.0",
"webpack": "4.41.2",
"webpack": "4.41.5",
"webpack-dev-server": "3.9.0",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "4.3.1"
Expand Down

0 comments on commit a608c5a

Please sign in to comment.