Update packages
This commit is contained in:
parent
11a31db1cb
commit
9ab0f12877
1786
package-lock.json
generated
1786
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -15,6 +15,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.0.0-beta.49",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
|
||||
"@babel/plugin-syntax-jsx": "^7.2.0",
|
||||
"@babel/preset-env": "^7.0.0-beta.49",
|
||||
"@babel/preset-react": "^7.0.0-beta.49",
|
||||
"babel-loader": "^8.0.0-beta.3",
|
||||
|
@ -28,12 +29,12 @@
|
|||
"opener": "^1.5.1",
|
||||
"react-svg-loader": "^3.0.3",
|
||||
"sass-loader": "^12.1.0",
|
||||
"style-loader": "^0.21.0",
|
||||
"webextension-polyfill": "^0.3.1",
|
||||
"webpack": "^5.52.0",
|
||||
"webpack-bundle-analyzer": "^3.7.0",
|
||||
"webpack-cli": "^3.3.11",
|
||||
"zip-webpack-plugin": "^3.0.0"
|
||||
"webpack-cli": "^4.8.0",
|
||||
"webpack-sources": "^3.2.0",
|
||||
"zip-webpack-plugin": "^4.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"watch-dev": "webpack --config webpack.config.dev.js --watch",
|
||||
|
|
Loading…
Reference in a new issue