Update Dependencies (#8324)

This commit is contained in:
Reece Dunham
2020-01-21 17:46:01 -05:00
committed by Ian Schmitz
parent f875bb0c84
commit a608c5affc
5 changed files with 17 additions and 17 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",
@@ -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",

View File

@@ -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",
@@ -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": {

View File

@@ -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",
@@ -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"