|
22 | 22 | "devDependencies": { |
23 | 23 | "@nativescript/eslint-plugin": "~0.0.4", |
24 | 24 | "@nativescript/hook": "^2.0.0", |
25 | | - "@nativescript/nx": "~2.0.8", |
26 | | - "@nrwl/cli": "13.4.1", |
27 | | - "@nrwl/eslint-plugin-nx": "13.4.1", |
28 | | - "@nrwl/jest": "13.4.1", |
29 | | - "@nrwl/node": "13.4.1", |
30 | | - "@nrwl/tao": "13.4.1", |
31 | | - "@nrwl/workspace": "13.4.1", |
32 | | - "@nstudio/focus": "^13.4.1", |
| 25 | + "@nativescript/nx": "~3.0.18", |
| 26 | + "@nrwl/cli": "14.2.4", |
| 27 | + "@nrwl/eslint-plugin-nx": "14.2.4", |
| 28 | + "@nrwl/jest": "14.2.4", |
| 29 | + "@nrwl/node": "14.2.4", |
| 30 | + "@nrwl/workspace": "14.2.4", |
| 31 | + "@nstudio/focus": "^14.0.1", |
33 | 32 | "@nstudio/nps-i": "~2.0.0", |
34 | | - "@prettier/plugin-xml": "^0.13.1", |
| 33 | + "@prettier/plugin-xml": "^2.2.0", |
35 | 34 | "@types/chai": "^4.2.11", |
36 | | - "@types/jest": "27.0.2", |
| 35 | + "@types/jest": "27.4.1", |
37 | 36 | "@types/mocha": "^7.0.2", |
38 | | - "@types/node": "14.14.33", |
39 | | - "@typescript-eslint/eslint-plugin": "4.19.0", |
40 | | - "@typescript-eslint/parser": "4.19.0", |
| 37 | + "@types/node": "17.0.41", |
| 38 | + "@typescript-eslint/eslint-plugin": "~5.24.0", |
| 39 | + "@typescript-eslint/parser": "~5.24.0", |
41 | 40 | "chai": "^4.2.0", |
42 | 41 | "conventional-changelog-cli": "^2.1.1", |
43 | 42 | "copyfiles": "^2.4.0", |
|
48 | 47 | "eslint-config-prettier": "8.1.0", |
49 | 48 | "eslint-plugin-prettier": "^3.3.1", |
50 | 49 | "gonzales": "^1.0.7", |
51 | | - "husky": "^5.1.3", |
52 | | - "jest": "27.2.3", |
53 | | - "lint-staged": "^10.5.0", |
| 50 | + "husky": "^8.0.1", |
| 51 | + "jest": "27.5.1", |
| 52 | + "lint-staged": "^13.0.1", |
54 | 53 | "mocha": "^8.0.1", |
55 | 54 | "mocha-typescript": "^1.1.17", |
56 | 55 | "module-alias": "^2.2.2", |
57 | | - "nativescript": "~8.1.5", |
| 56 | + "nativescript": "~8.2.0", |
58 | 57 | "nativescript-typedoc-theme": "1.1.0", |
59 | 58 | "parse-css": "git+https://github.com/tabatkins/parse-css.git", |
60 | 59 | "parserlib": "^1.1.1", |
61 | | - "prettier": "2.5.1", |
| 60 | + "prettier": "2.6.2", |
62 | 61 | "reduce-css-calc": "~2.1.7", |
63 | 62 | "sass": "^1.45.2", |
64 | 63 | "shady-css-parser": "^0.1.0", |
65 | 64 | "terser-webpack-plugin": "~3.0.6", |
66 | 65 | "tree-kill": "^1.2.2", |
67 | | - "ts-jest": "27.0.5", |
68 | | - "ts-node": "9.1.1", |
| 66 | + "ts-jest": "27.1.4", |
| 67 | + "ts-node": "10.8.1", |
69 | 68 | "ts-patch": "^1.3.0", |
70 | 69 | "tslint": "6.1.3", |
71 | | - "typedoc": "^0.20.14", |
72 | | - "typescript": "4.5.4", |
| 70 | + "typedoc": "^0.22.17", |
| 71 | + "typescript": "4.7.3", |
73 | 72 | "webpack": "~4.44.1", |
74 | 73 | "webpack-cli": "~3.3.12", |
75 | | - "zx": "^4.2.0" |
| 74 | + "zx": "^4.2.0", |
| 75 | + "nx": "14.2.4" |
76 | 76 | }, |
77 | 77 | "lint-staged": { |
78 | 78 | "**/*": [ |
79 | 79 | "nx format:write --files" |
80 | 80 | ] |
81 | 81 | } |
82 | 82 | } |
83 | | - |
0 commit comments