chore: nx migrate latest

This commit is contained in:
Nathan Walker
2022-06-09 21:51:03 -05:00
parent f5e637d3d5
commit 698052230b
19 changed files with 134 additions and 98 deletions

View File

@@ -22,22 +22,21 @@
"devDependencies": {
"@nativescript/eslint-plugin": "~0.0.4",
"@nativescript/hook": "^2.0.0",
"@nativescript/nx": "~2.0.8",
"@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",
"@nativescript/nx": "~3.0.18",
"@nrwl/cli": "14.2.4",
"@nrwl/eslint-plugin-nx": "14.2.4",
"@nrwl/jest": "14.2.4",
"@nrwl/node": "14.2.4",
"@nrwl/workspace": "14.2.4",
"@nstudio/focus": "^14.0.1",
"@nstudio/nps-i": "~2.0.0",
"@prettier/plugin-xml": "^0.13.1",
"@prettier/plugin-xml": "^2.2.0",
"@types/chai": "^4.2.11",
"@types/jest": "27.0.2",
"@types/jest": "27.4.1",
"@types/mocha": "^7.0.2",
"@types/node": "14.14.33",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@types/node": "17.0.41",
"@typescript-eslint/eslint-plugin": "~5.24.0",
"@typescript-eslint/parser": "~5.24.0",
"chai": "^4.2.0",
"conventional-changelog-cli": "^2.1.1",
"copyfiles": "^2.4.0",
@@ -48,31 +47,32 @@
"eslint-config-prettier": "8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"gonzales": "^1.0.7",
"husky": "^5.1.3",
"jest": "27.2.3",
"lint-staged": "^10.5.0",
"husky": "^8.0.1",
"jest": "27.5.1",
"lint-staged": "^13.0.1",
"mocha": "^8.0.1",
"mocha-typescript": "^1.1.17",
"module-alias": "^2.2.2",
"nativescript": "~8.1.5",
"nativescript": "~8.2.0",
"nativescript-typedoc-theme": "1.1.0",
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
"parserlib": "^1.1.1",
"prettier": "2.5.1",
"prettier": "2.6.2",
"reduce-css-calc": "~2.1.7",
"sass": "^1.45.2",
"shady-css-parser": "^0.1.0",
"terser-webpack-plugin": "~3.0.6",
"tree-kill": "^1.2.2",
"ts-jest": "27.0.5",
"ts-node": "9.1.1",
"ts-jest": "27.1.4",
"ts-node": "10.8.1",
"ts-patch": "^1.3.0",
"tslint": "6.1.3",
"typedoc": "^0.20.14",
"typescript": "4.5.4",
"typedoc": "^0.22.17",
"typescript": "4.7.3",
"webpack": "~4.44.1",
"webpack-cli": "~3.3.12",
"zx": "^4.2.0"
"zx": "^4.2.0",
"nx": "14.2.4"
},
"lint-staged": {
"**/*": [
@@ -80,4 +80,3 @@
]
}
}