Merge branch 'master' of github.com:NativeScript/NativeScript

# Conflicts:
#	apps/ui/tsconfig.json
#	packages/webpack5/src/helpers/index.ts
This commit is contained in:
Martin Guillon
2022-01-12 15:36:44 +01:00
107 changed files with 1763 additions and 1286 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "nativescript",
"version": "8.1.4",
"version": "8.1.5",
"license": "MIT",
"config": {
"npm_alias": "npm"
@@ -10,7 +10,7 @@
"setup": "npm run clean && npm install --legacy-peer-deps",
"setup:yarn": "yarn clean && yarn",
"setup:pnpm": "pnpm run clean && pnpm install",
"postinstall": "ts-patch install && husky install && nx run core:setup",
"postinstall": "ts-patch install && husky install && nx run webpack5:build",
"start": "nps",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"apps-automated:ios": "cd apps/automated && tns debug ios --no-hmr --emulator --env.testing",
@@ -50,17 +50,18 @@
"devDependencies": {
"@nativescript/eslint-plugin": "~0.0.4",
"@nativescript/hook": "^2.0.0",
"@nrwl/cli": "12.0.8",
"@nrwl/eslint-plugin-nx": "12.0.8",
"@nrwl/jest": "12.0.8",
"@nrwl/node": "12.0.8",
"@nrwl/tao": "12.0.8",
"@nrwl/workspace": "12.0.8",
"@nstudio/focus": "~11.1.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",
"@nstudio/nps-i": "~1.1.0",
"@prettier/plugin-xml": "^0.13.1",
"@types/chai": "^4.2.11",
"@types/jest": "~26.0.8",
"@types/jest": "27.0.2",
"@types/mocha": "^7.0.2",
"@types/node": "14.14.33",
"@typescript-eslint/eslint-plugin": "4.19.0",
@@ -71,37 +72,38 @@
"cpy-cli": "^3.1.1",
"css": "^3.0.0",
"css-tree": "^1.0.0-alpha.39",
"dotenv": "8.2.0",
"dotenv": "10.0.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"gonzales": "^1.0.7",
"husky": "^5.1.3",
"jest": "~26.2.2",
"jest": "27.2.3",
"lint-staged": "^10.5.0",
"mocha": "^8.0.1",
"mocha-typescript": "^1.1.17",
"module-alias": "^2.2.2",
"nativescript": "~8.1.3",
"nativescript": "~8.1.5",
"nativescript-typedoc-theme": "1.1.0",
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
"parserlib": "^1.1.1",
"prettier": "~2.2.1",
"prettier": "2.5.1",
"reduce-css-calc": "~2.1.7",
"rimraf": "3.0.2",
"sass": "~1.32.8",
"shady-css-parser": "^0.1.0",
"terser-webpack-plugin": "~3.0.6",
"tree-kill": "^1.2.2",
"ts-jest": "26.4.0",
"ts-jest": "27.0.5",
"ts-node": "9.1.1",
"ts-patch": "^1.3.0",
"tslib": "2.1.0",
"tslint": "6.1.3",
"typedoc": "^0.20.14",
"typescript": "4.1.4",
"typescript": "4.3.5",
"webpack": "~4.44.1",
"webpack-cli": "~3.3.12"
"webpack-cli": "~3.3.12",
"zx": "^4.2.0"
},
"lint-staged": {
"**/*": [
@@ -109,3 +111,4 @@
]
}
}