housekeeping: npm audit fix (#5948)
* prevent log warning for missing getComponent in production eslint-plugin-react@7.19.0 * ft: new optional config parameter for getComponent * Update src/core/plugins/view/root-injects.jsx Co-Authored-By: kyle shockey <kyleshockey@gmail.com> * Update src/core/plugins/view/root-injects.jsx Co-Authored-By: kyle shockey <kyleshockey@gmail.com> * Update src/core/plugins/view/root-injects.jsx Co-Authored-By: kyle shockey <kyleshockey@gmail.com> * Update src/core/json-schema-components.jsx Co-Authored-By: kyle shockey <kyleshockey@gmail.com> * prevent log warning for missing getComponent in production * `npm audit fix` * `npm install --save-dev chromedriver@80.0.1` * `npm audit fix` * update cypress * Revert "update cypress" This reverts commit c0404d47f51d222e03a9e4a2e3fe9bfc2b58777c. Co-authored-by: Timothy Lai <timothy.lai@gmail.com> Co-authored-by: Tim Lai <tim-lai@users.noreply.github.com> Co-authored-by: Kyle Shockey <shockey@users.noreply.github.com>
This commit is contained in:
1830
package-lock.json
generated
1830
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -86,7 +86,7 @@
|
|||||||
"zenscroll": "^4.0.2"
|
"zenscroll": "^4.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.0.0",
|
"@babel/cli": "^7.8.4",
|
||||||
"@babel/core": "^7.0.0",
|
"@babel/core": "^7.0.0",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.5.0",
|
"@babel/plugin-proposal-class-properties": "^7.5.0",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
"@babel/plugin-transform-runtime": "^7.0.0",
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
||||||
"@babel/preset-env": "^7.0.0",
|
"@babel/preset-env": "^7.0.0",
|
||||||
"@babel/preset-react": "^7.0.0",
|
"@babel/preset-react": "^7.0.0",
|
||||||
"@babel/register": "^7.4.4",
|
"@babel/register": "^7.9.0",
|
||||||
"@release-it/conventional-changelog": "^1.1.0",
|
"@release-it/conventional-changelog": "^1.1.0",
|
||||||
"autoprefixer": "^8.4.1",
|
"autoprefixer": "^8.4.1",
|
||||||
"babel-eslint": "^9.0.0",
|
"babel-eslint": "^9.0.0",
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
|
||||||
"body-parser": "^1.19.0",
|
"body-parser": "^1.19.0",
|
||||||
"bundlesize": "^0.18.0",
|
"bundlesize": "^0.18.0",
|
||||||
"chromedriver": "^2.38.3",
|
"chromedriver": "^80.0.1",
|
||||||
"copy-webpack-plugin": "^5.1.1",
|
"copy-webpack-plugin": "^5.1.1",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"css-loader": "^3.1.0",
|
"css-loader": "^3.1.0",
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
"license-checker": "^19.0.0",
|
"license-checker": "^19.0.0",
|
||||||
"mini-css-extract-plugin": "^0.8.0",
|
"mini-css-extract-plugin": "^0.8.0",
|
||||||
"mocha": "^5.1.1",
|
"mocha": "^5.1.1",
|
||||||
"nightwatch": "^1.1.13",
|
"nightwatch": "^1.3.4",
|
||||||
"node-sass": "^4.13.1",
|
"node-sass": "^4.13.1",
|
||||||
"npm-audit-ci-wrapper": "^2.3.0",
|
"npm-audit-ci-wrapper": "^2.3.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user