mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
chore: pin deps
This commit is contained in:
@ -16,55 +16,54 @@
|
|||||||
"prepack": "npm test && npm run build && cp -R src/stubs dist/stubs && chmod +x dist/bin/index.js"
|
"prepack": "npm test && npm run build && cp -R src/stubs dist/stubs && chmod +x dist/bin/index.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.13.10",
|
"@babel/core": "7.13.14",
|
||||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
|
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
|
||||||
"@types/lodash.get": "^4.4.6",
|
"babel-loader": "8.2.2",
|
||||||
"@types/sax": "^1.2.1",
|
"chalk": "4.1.0",
|
||||||
"babel-loader": "^8.2.1",
|
"cli-highlight": "2.1.11",
|
||||||
"chalk": "^4.1.0",
|
"commander": "7.2.0",
|
||||||
"cli-highlight": "^2.1.10",
|
"copy-webpack-plugin": "8.1.0",
|
||||||
"commander": "^7.2.0",
|
"css": "3.0.0",
|
||||||
"copy-webpack-plugin": "^8.1.0",
|
"css-loader": "5.2.0",
|
||||||
"css": "^3.0.0",
|
"dotenv-webpack": "7.0.2",
|
||||||
"css-loader": "^5.2.0",
|
"fork-ts-checker-webpack-plugin": "6.2.0",
|
||||||
"dotenv-webpack": "^7.0.2",
|
"loader-utils": "2.0.0",
|
||||||
"fork-ts-checker-webpack-plugin": "^6.2.0",
|
"lodash.get": "4.4.2",
|
||||||
"loader-utils": "^2.0.0",
|
"micromatch": "4.0.2",
|
||||||
"lodash.get": "^4.4.2",
|
"postcss": "8.2.8",
|
||||||
"micromatch": "^4.0.2",
|
"postcss-import": "14.0.0",
|
||||||
"postcss": "^8.2.8",
|
"postcss-loader": "5.2.0",
|
||||||
"postcss-import": "^14.0.0",
|
"raw-loader": "4.0.2",
|
||||||
"postcss-loader": "^5.2.0",
|
"react-refresh": "0.10.0",
|
||||||
"raw-loader": "^4.0.2",
|
"sass": "1.32.8",
|
||||||
"react-refresh": "^0.9.0",
|
"sass-loader": "11.0.1",
|
||||||
"sass": "^1.32.8",
|
"sax": "1.2.4",
|
||||||
"sass-loader": "^11.0.1",
|
"source-map": "0.7.3",
|
||||||
"sax": "^1.2.4",
|
"terser-webpack-plugin": "5.1.1",
|
||||||
"source-map": "^0.7.3",
|
"ts-dedent": "2.1.0",
|
||||||
"terser-webpack-plugin": "^5.1.1",
|
"ts-loader": "8.1.0",
|
||||||
"ts-dedent": "^2.1.0",
|
"vue-loader": "15.9.6",
|
||||||
"ts-loader": "^8.0.18",
|
"webpack": "5.28.0",
|
||||||
"vue-loader": "^15.9.5",
|
"webpack-bundle-analyzer": "4.4.0",
|
||||||
"webpack": "^5.28.0",
|
"webpack-chain": "6.5.1",
|
||||||
"webpack-bundle-analyzer": "^4.4.0",
|
"webpack-cli": "4.6.0",
|
||||||
"webpack-chain": "^6.5.1",
|
"webpack-merge": "5.7.3",
|
||||||
"webpack-cli": "^4.6.0",
|
"webpack-virtual-modules": "0.4.2"
|
||||||
"webpack-merge": "^5.4.0",
|
|
||||||
"webpack-virtual-modules": "^0.4.2",
|
|
||||||
"worker-plugin": "^5.0.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/css": "^0.0.31",
|
"@types/lodash.get": "4.4.6",
|
||||||
"@types/jest": "^26.0.22",
|
"@types/sax": "1.2.1",
|
||||||
"@types/loader-utils": "^2.0.2",
|
"@types/css": "0.0.31",
|
||||||
"@types/micromatch": "^4.0.1",
|
"@types/jest": "26.0.22",
|
||||||
"@types/terser-webpack-plugin": "^5.0.3",
|
"@types/loader-utils": "2.0.2",
|
||||||
"@types/webpack-virtual-modules": "^0.1.1",
|
"@types/micromatch": "4.0.1",
|
||||||
"jest": "^26.6.3",
|
"@types/terser-webpack-plugin": "5.0.3",
|
||||||
"jest-matcher-utils": "^26.6.2",
|
"@types/webpack-virtual-modules": "0.1.1",
|
||||||
"nativescript-vue-template-compiler": "^2.8.4",
|
"jest": "26.6.3",
|
||||||
"ts-jest": "^26.5.4",
|
"jest-matcher-utils": "26.6.2",
|
||||||
"typescript": "^4.2.3"
|
"nativescript-vue-template-compiler": "2.8.4",
|
||||||
|
"ts-jest": "26.5.4",
|
||||||
|
"typescript": "4.2.3"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"nativescript-vue-template-compiler": "^2.8.1"
|
"nativescript-vue-template-compiler": "^2.8.1"
|
||||||
|
Reference in New Issue
Block a user