update js dependencies (#9676)
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
parent
99d869fa63
commit
3143bb10da
2 changed files with 2083 additions and 1211 deletions
3266
package-lock.json
generated
3266
package-lock.json
generated
File diff suppressed because it is too large
Load diff
28
package.json
28
package.json
|
@ -5,26 +5,26 @@
|
|||
"node": ">=10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.7.4",
|
||||
"@babel/plugin-transform-runtime": "7.7.4",
|
||||
"@babel/preset-env": "7.7.4",
|
||||
"@babel/runtime": "7.7.4",
|
||||
"@babel/core": "7.7.7",
|
||||
"@babel/plugin-transform-runtime": "7.7.6",
|
||||
"@babel/preset-env": "7.7.7",
|
||||
"@babel/runtime": "7.7.7",
|
||||
"autoprefixer": "9.7.3",
|
||||
"babel-loader": "8.0.6",
|
||||
"core-js": "3.4.7",
|
||||
"css-loader": "3.2.1",
|
||||
"core-js": "3.6.2",
|
||||
"css-loader": "3.4.1",
|
||||
"cssnano": "4.1.10",
|
||||
"eslint": "6.7.2",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-airbnb-base": "14.0.0",
|
||||
"eslint-plugin-import": "2.18.2",
|
||||
"eslint-plugin-import": "2.19.1",
|
||||
"less": "3.10.3",
|
||||
"postcss-cli": "6.1.3",
|
||||
"style-loader": "1.0.1",
|
||||
"stylelint": "12.0.0",
|
||||
"postcss-cli": "7.1.0",
|
||||
"style-loader": "1.1.2",
|
||||
"stylelint": "12.0.1",
|
||||
"stylelint-config-standard": "19.0.0",
|
||||
"terser-webpack-plugin": "2.2.1",
|
||||
"updates": "9.3.0",
|
||||
"webpack": "4.41.2",
|
||||
"terser-webpack-plugin": "2.3.2",
|
||||
"updates": "9.3.3",
|
||||
"webpack": "4.41.5",
|
||||
"webpack-cli": "3.3.10"
|
||||
},
|
||||
"browserslist": [
|
||||
|
|
Reference in a new issue