mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
chore: update workspace dependencies
This commit is contained in:
@ -14,10 +14,10 @@
|
||||
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nativescript/android": "8.1.1",
|
||||
"@nativescript/ios": "8.1.0",
|
||||
"@nativescript/android": "alpha",
|
||||
"@nativescript/ios": "alpha",
|
||||
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
||||
"typescript": "4.3.5"
|
||||
"typescript": "4.5.4"
|
||||
},
|
||||
"gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3",
|
||||
"readme": "NativeScript Application"
|
||||
|
@ -11,9 +11,9 @@
|
||||
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nativescript/android": "8.1.1",
|
||||
"@nativescript/ios": "8.1.0",
|
||||
"@nativescript/android": "alpha",
|
||||
"@nativescript/ios": "alpha",
|
||||
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
||||
"typescript": "4.3.5"
|
||||
"typescript": "4.5.4"
|
||||
}
|
||||
}
|
||||
|
@ -11,10 +11,10 @@
|
||||
"@nativescript/core": "file:../../packages/core"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nativescript/android": "8.1.1",
|
||||
"@nativescript/ios": "8.1.0",
|
||||
"@nativescript/android": "alpha",
|
||||
"@nativescript/ios": "alpha",
|
||||
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
|
||||
"typescript": "4.3.5"
|
||||
"typescript": "4.5.4"
|
||||
},
|
||||
"gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4",
|
||||
"readme": "NativeScript Application",
|
||||
|
18
package.json
18
package.json
@ -23,13 +23,13 @@
|
||||
"@nativescript/eslint-plugin": "~0.0.4",
|
||||
"@nativescript/hook": "^2.0.0",
|
||||
"@nativescript/nx": "~2.0.8",
|
||||
"@nrwl/cli": "13.3.12",
|
||||
"@nrwl/eslint-plugin-nx": "13.3.12",
|
||||
"@nrwl/jest": "13.3.12",
|
||||
"@nrwl/node": "13.3.12",
|
||||
"@nrwl/tao": "13.3.12",
|
||||
"@nrwl/workspace": "13.3.12",
|
||||
"@nstudio/focus": "~13.0.1",
|
||||
"@nrwl/cli": "13.4.1",
|
||||
"@nrwl/eslint-plugin-nx": "13.4.1",
|
||||
"@nrwl/jest": "13.4.1",
|
||||
"@nrwl/node": "13.4.1",
|
||||
"@nrwl/tao": "13.4.1",
|
||||
"@nrwl/workspace": "13.4.1",
|
||||
"@nstudio/focus": "^13.4.1",
|
||||
"@nstudio/nps-i": "~1.1.0",
|
||||
"@prettier/plugin-xml": "^0.13.1",
|
||||
"@types/chai": "^4.2.11",
|
||||
@ -60,7 +60,7 @@
|
||||
"parserlib": "^1.1.1",
|
||||
"prettier": "2.5.1",
|
||||
"reduce-css-calc": "~2.1.7",
|
||||
"sass": "~1.32.8",
|
||||
"sass": "^1.45.2",
|
||||
"shady-css-parser": "^0.1.0",
|
||||
"terser-webpack-plugin": "~3.0.6",
|
||||
"tree-kill": "^1.2.2",
|
||||
@ -69,7 +69,7 @@
|
||||
"ts-patch": "^1.3.0",
|
||||
"tslint": "6.1.3",
|
||||
"typedoc": "^0.20.14",
|
||||
"typescript": "4.3.5",
|
||||
"typescript": "4.5.4",
|
||||
"webpack": "~4.44.1",
|
||||
"webpack-cli": "~3.3.12",
|
||||
"zx": "^4.2.0"
|
||||
|
@ -99,6 +99,6 @@
|
||||
"nyc": "^15.1.0",
|
||||
"proxyquire": "~2.1.0",
|
||||
"source-map-support": "^0.5.13",
|
||||
"typescript": "4.1.4"
|
||||
"typescript": "4.5.4"
|
||||
}
|
||||
}
|
||||
|
@ -67,7 +67,7 @@
|
||||
"jest-matcher-utils": "27.1.1",
|
||||
"nativescript-vue-template-compiler": "2.9.0",
|
||||
"ts-jest": "27.0.5",
|
||||
"typescript": "4.4.2"
|
||||
"typescript": "4.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"nativescript-vue-template-compiler": "^2.8.1"
|
||||
|
Reference in New Issue
Block a user