Browse Source

update js dependencies (#9676)

Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
for-closed-social
silverwind 4 years ago
committed by Antoine GIRARD
parent
commit
3143bb10da
2 changed files with 2864 additions and 1992 deletions
  1. +2850
    -1978
      package-lock.json
  2. +14
    -14
      package.json

+ 2850
- 1978
package-lock.json
File diff suppressed because it is too large
View File


+ 14
- 14
package.json View File

@ -5,26 +5,26 @@
"node": ">=10" "node": ">=10"
}, },
"devDependencies": { "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", "autoprefixer": "9.7.3",
"babel-loader": "8.0.6", "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", "cssnano": "4.1.10",
"eslint": "6.7.2",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.0.0", "eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-import": "2.19.1",
"less": "3.10.3", "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", "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" "webpack-cli": "3.3.10"
}, },
"browserslist": [ "browserslist": [

Loading…
Cancel
Save