|
16 | 16 | "@analogjs/platform": "1.12.1",
|
17 | 17 | "@analogjs/vite-plugin-angular": "1.12.1",
|
18 | 18 | "@analogjs/vitest-angular": "1.12.1",
|
19 |
| - "@angular-devkit/build-angular": "19.0.7", |
20 |
| - "@angular-devkit/core": "19.0.7", |
21 |
| - "@angular-devkit/schematics": "19.0.7", |
| 19 | + "@angular-devkit/build-angular": "19.1.5", |
| 20 | + "@angular-devkit/core": "19.1.5", |
| 21 | + "@angular-devkit/schematics": "19.1.5", |
22 | 22 | "@angular-eslint/eslint-plugin": "19.0.2",
|
23 | 23 | "@angular-eslint/eslint-plugin-template": "19.0.2",
|
24 | 24 | "@angular-eslint/template-parser": "19.0.2",
|
25 |
| - "@angular/build": "~19.0.7", |
26 |
| - "@angular/cli": "~19.0.7", |
27 |
| - "@angular/compiler-cli": "19.0.6", |
28 |
| - "@angular/language-service": "19.0.6", |
| 25 | + "@angular/build": "19.1.5", |
| 26 | + "@angular/cli": "~19.1.0", |
| 27 | + "@angular/compiler-cli": "19.1.4", |
| 28 | + "@angular/language-service": "19.1.4", |
29 | 29 | "@chromatic-com/storybook": "^3.2.3",
|
30 | 30 | "@eslint/eslintrc": "^2.1.1",
|
31 |
| - "@nx/angular": "20.3.2", |
32 |
| - "@nx/cypress": "20.3.2", |
33 |
| - "@nx/devkit": "20.3.2", |
34 |
| - "@nx/eslint": "20.3.2", |
35 |
| - "@nx/eslint-plugin": "20.3.2", |
36 |
| - "@nx/jest": "20.3.2", |
37 |
| - "@nx/js": "20.3.2", |
38 |
| - "@nx/plugin": "20.3.2", |
39 |
| - "@nx/storybook": "20.3.2", |
40 |
| - "@nx/vite": "20.3.2", |
41 |
| - "@nx/web": "20.3.2", |
42 |
| - "@nx/workspace": "20.3.2", |
| 31 | + "@nx/angular": "20.4.0", |
| 32 | + "@nx/cypress": "20.4.0", |
| 33 | + "@nx/devkit": "20.4.0", |
| 34 | + "@nx/eslint": "20.4.0", |
| 35 | + "@nx/eslint-plugin": "20.4.0", |
| 36 | + "@nx/jest": "20.4.0", |
| 37 | + "@nx/js": "20.4.0", |
| 38 | + "@nx/plugin": "20.4.0", |
| 39 | + "@nx/storybook": "20.4.0", |
| 40 | + "@nx/vite": "20.4.0", |
| 41 | + "@nx/web": "20.4.0", |
| 42 | + "@nx/workspace": "20.4.0", |
43 | 43 | "@phenomnomnominal/tsquery": "^6.1.3",
|
44 |
| - "@schematics/angular": "19.0.7", |
| 44 | + "@schematics/angular": "19.1.5", |
45 | 45 | "@storybook/addon-essentials": "^8.4.7",
|
46 | 46 | "@storybook/addon-interactions": "^8.4.7",
|
47 | 47 | "@storybook/angular": "^8.4.7",
|
|
73 | 73 | "jest-preset-angular": "14.4.2",
|
74 | 74 | "jsdom": "^24.1.1",
|
75 | 75 | "jsonc-eslint-parser": "^2.4.0",
|
76 |
| - "ng-packagr": "19.0.1", |
77 |
| - "nx": "20.3.2", |
| 76 | + "ng-packagr": "19.1.2", |
| 77 | + "nx": "20.4.0", |
78 | 78 | "postcss": "^8.4.49",
|
79 | 79 | "postcss-import": "~16.1.0",
|
80 | 80 | "postcss-preset-env": "~9.6.0",
|
|
89 | 89 | "three": "^0.172.0",
|
90 | 90 | "ts-jest": "^29.2.5",
|
91 | 91 | "ts-node": "10.9.2",
|
92 |
| - "typescript": "5.6.3", |
| 92 | + "typescript": "5.7.3", |
93 | 93 | "typescript-eslint": "^8.19.1",
|
94 | 94 | "vite": "5.4.11",
|
95 | 95 | "vite-tsconfig-paths": "^4.3.2",
|
|
99 | 99 | "dependencies": {
|
100 | 100 | "@analogjs/content": "1.12.1",
|
101 | 101 | "@analogjs/router": "1.12.1",
|
102 |
| - "@angular/animations": "19.0.6", |
103 |
| - "@angular/common": "19.0.6", |
104 |
| - "@angular/compiler": "19.0.6", |
105 |
| - "@angular/core": "19.0.6", |
106 |
| - "@angular/forms": "19.0.6", |
107 |
| - "@angular/platform-browser": "19.0.6", |
108 |
| - "@angular/platform-browser-dynamic": "19.0.6", |
109 |
| - "@angular/platform-server": "19.0.6", |
110 |
| - "@angular/router": "19.0.6", |
| 102 | + "@angular/animations": "19.1.4", |
| 103 | + "@angular/common": "19.1.4", |
| 104 | + "@angular/compiler": "19.1.4", |
| 105 | + "@angular/core": "19.1.4", |
| 106 | + "@angular/forms": "19.1.4", |
| 107 | + "@angular/platform-browser": "19.1.4", |
| 108 | + "@angular/platform-browser-dynamic": "19.1.4", |
| 109 | + "@angular/platform-server": "19.1.4", |
| 110 | + "@angular/router": "19.1.4", |
111 | 111 | "@dimforge/rapier3d-compat": "^0.14.0",
|
112 | 112 | "@monogrid/gainmap-js": "^3.1.0",
|
113 | 113 | "@pmndrs/cannon-worker-api": "^2.4.0",
|
|
165 | 165 | }
|
166 | 166 | }
|
167 | 167 | }
|
168 |
| - }, |
169 |
| - "pnpm": { |
170 |
| - "patchedDependencies": { |
171 |
| - |
172 |
| - } |
173 | 168 | }
|
174 | 169 | }
|
0 commit comments