|
24 | 24 | "@commitlint/config-angular": "^17.8.1", |
25 | 25 | "@commitlint/config-conventional": "^17.8.1", |
26 | 26 | "@jscutlery/semver": "^4.2.0", |
27 | | - "@nx/cypress": "20.0.3", |
28 | | - "@nx/devkit": "20.0.3", |
29 | | - "@nx/eslint": "20.0.3", |
30 | | - "@nx/eslint-plugin": "20.0.3", |
31 | | - "@nx/jest": "20.0.3", |
32 | | - "@nx/js": "20.0.3", |
33 | | - "@nx/playwright": "20.0.3", |
34 | | - "@nx/plugin": "20.0.3", |
35 | | - "@nx/storybook": "20.0.3", |
36 | | - "@nx/vite": "20.0.3", |
37 | | - "@nx/workspace": "20.0.3", |
| 27 | + "@nx/cypress": "20.3.0", |
| 28 | + "@nx/devkit": "20.3.0", |
| 29 | + "@nx/eslint": "20.3.0", |
| 30 | + "@nx/eslint-plugin": "20.3.0", |
| 31 | + "@nx/jest": "20.3.0", |
| 32 | + "@nx/js": "20.3.0", |
| 33 | + "@nx/playwright": "20.3.0", |
| 34 | + "@nx/plugin": "20.3.0", |
| 35 | + "@nx/storybook": "20.3.0", |
| 36 | + "@nx/vite": "20.3.0", |
| 37 | + "@nx/workspace": "20.3.0", |
38 | 38 | "@swc-node/register": "1.9.2", |
39 | 39 | "@swc/cli": "0.3.12", |
40 | 40 | "@swc/core": "1.5.7", |
|
46 | 46 | "@types/yargs": "17.0.24", |
47 | 47 | "@typescript-eslint/eslint-plugin": "7.18.0", |
48 | 48 | "@typescript-eslint/parser": "7.18.0", |
| 49 | + "@typescript-eslint/utils": "^8.13.0", |
49 | 50 | "all-contributors-cli": "^6.26.1", |
50 | 51 | "chalk": "^4.1.2", |
51 | 52 | "commitizen": "^4.3.0", |
|
65 | 66 | "jsonc-eslint-parser": "^2.4.0", |
66 | 67 | "kill-port": "2.0.1", |
67 | 68 | "ngx-deploy-npm": "8.0.1", |
68 | | - "nx": "20.0.3", |
| 69 | + "nx": "20.3.0", |
69 | 70 | "prettier": "^2.8.8", |
70 | 71 | "pretty-quick": "^3.3.1", |
71 | 72 | "semver": "7.6.0", |
|
80 | 81 | "yargs": "17.7.1" |
81 | 82 | }, |
82 | 83 | "dependencies": { |
| 84 | + "@storybook/addon-interactions": "8.4.7", |
83 | 85 | "@swc/helpers": "0.5.13", |
84 | | - "tslib": "^2.6.2", |
85 | | - "@storybook/addon-interactions": "^8.2.8", |
86 | | - "storybook": "^8.2.8" |
| 86 | + "storybook": "^8.2.8", |
| 87 | + "tslib": "^2.6.2" |
87 | 88 | }, |
88 | 89 | "config": { |
89 | 90 | "commitizen": { |
|
0 commit comments