mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
build(deps): bump webpack5 deps
This commit is contained in:

committed by
Nathan Walker

parent
f00f82caa4
commit
10e4e30cbd
@ -24,10 +24,10 @@
|
||||
"babel-loader": "^8.0.0",
|
||||
"chalk": "^4.0.0",
|
||||
"cli-highlight": "^2.0.0",
|
||||
"commander": "^7.0.0",
|
||||
"commander": "^8.0.0",
|
||||
"copy-webpack-plugin": "^9.0.0",
|
||||
"css": "^3.0.0",
|
||||
"css-loader": "^5.0.0",
|
||||
"css-loader": "^6.0.0",
|
||||
"dotenv-webpack": "^7.0.0",
|
||||
"fork-ts-checker-webpack-plugin": "^6.0.0",
|
||||
"loader-utils": "^2.0.0",
|
||||
@ -35,7 +35,7 @@
|
||||
"micromatch": "^4.0.0",
|
||||
"postcss": "^8.0.0",
|
||||
"postcss-import": "^14.0.0",
|
||||
"postcss-loader": "^5.0.0",
|
||||
"postcss-loader": "^6.0.0",
|
||||
"raw-loader": "^4.0.0",
|
||||
"react-refresh": "~0.8.3",
|
||||
"sass": "^1.0.0",
|
||||
@ -54,19 +54,19 @@
|
||||
"webpack-virtual-modules": "^0.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/css": "0.0.31",
|
||||
"@types/jest": "26.0.23",
|
||||
"@types/loader-utils": "2.0.2",
|
||||
"@types/css": "0.0.33",
|
||||
"@types/jest": "27.0.1",
|
||||
"@types/loader-utils": "2.0.3",
|
||||
"@types/lodash.get": "4.4.6",
|
||||
"@types/micromatch": "4.0.1",
|
||||
"@types/sax": "1.2.1",
|
||||
"@types/terser-webpack-plugin": "5.0.3",
|
||||
"@types/micromatch": "4.0.2",
|
||||
"@types/sax": "1.2.3",
|
||||
"@types/terser-webpack-plugin": "5.2.0",
|
||||
"@types/webpack-virtual-modules": "0.1.1",
|
||||
"jest": "27.0.3",
|
||||
"jest-matcher-utils": "27.0.2",
|
||||
"jest": "27.1.1",
|
||||
"jest-matcher-utils": "27.1.1",
|
||||
"nativescript-vue-template-compiler": "2.9.0",
|
||||
"ts-jest": "27.0.2",
|
||||
"typescript": "4.3.2"
|
||||
"ts-jest": "27.0.5",
|
||||
"typescript": "4.4.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"nativescript-vue-template-compiler": "^2.8.1"
|
||||
|
Reference in New Issue
Block a user