Skip to content

Commit feb2e81

Browse files
committed
chore: update Angular, Storybook, and other dependencies to latest versions
1 parent 9ac9931 commit feb2e81

File tree

2 files changed

+5075
-5562
lines changed

2 files changed

+5075
-5562
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"@angular-eslint/eslint-plugin-template": "20.1.1",
2222
"@angular-eslint/template-parser": "20.1.1",
2323
"@angular/build": "20.0.3",
24-
"@angular/cli": "~19.2.0",
24+
"@angular/cli": "~20.0.3",
2525
"@angular/compiler-cli": "20.0.4",
2626
"@angular/language-service": "20.0.4",
2727
"@capacitor/android": "^5.0.3",
2828
"@capacitor/cli": "^5.0.3",
2929
"@capacitor/ios": "^5.0.3",
30-
"@chromatic-com/storybook": "^3.2.4",
31-
"@eslint/eslintrc": "^2.1.1",
30+
"@chromatic-com/storybook": "^4.0.0",
31+
"@eslint/eslintrc": "^3.3.1",
3232
"@nx/angular": "21.2.1",
3333
"@nx/cypress": "21.2.1",
3434
"@nx/devkit": "21.2.1",
@@ -44,12 +44,13 @@
4444
"@nxext/ionic-angular": "^19.0.0",
4545
"@phenomnomnominal/tsquery": "^6.1.3",
4646
"@schematics/angular": "20.0.3",
47+
"@storybook/addon-docs": "9.0.12",
4748
"@storybook/angular": "9.0.9",
48-
"@storybook/test-runner": "0.22.1",
49+
"@storybook/test-runner": "0.23.0",
4950
"@swc-node/register": "1.10.9",
5051
"@swc/cli": "0.6.0",
5152
"@swc/core": "1.10.7",
52-
"@types/jest": "29.5.14",
53+
"@types/jest": "30.0.0",
5354
"@types/node": "20.14.12",
5455
"@types/three": "^0.172.0",
5556
"@typescript-eslint/utils": "8.34.1",
@@ -59,13 +60,14 @@
5960
"czg": "^1.11.0",
6061
"dotenv-cli": "^7.4.4",
6162
"enquirer": "^2.4.1",
62-
"eslint": "9.17.0",
63+
"eslint": "9.29.0",
6364
"eslint-config-prettier": "10.1.5",
6465
"eslint-plugin-cypress": "^2.13.4",
66+
"eslint-plugin-storybook": "9.0.9",
6567
"glsl-noise": "^0.0.0",
6668
"glslify-loader": "^2.0.0",
67-
"jest": "29.7.0",
68-
"jest-environment-jsdom": "29.7.0",
69+
"jest": "30.0.2",
70+
"jest-environment-jsdom": "30.0.2",
6971
"jest-preset-angular": "14.6.0",
7072
"jiti": "2.4.2",
7173
"jsdom": "^24.1.1",
@@ -77,13 +79,13 @@
7779
"postcss-preset-env": "~9.6.0",
7880
"postcss-url": "~10.1.3",
7981
"postprocessing": "^6.36.6",
80-
"prettier": "^3.4.2",
82+
"prettier": "^3.5.3",
8183
"prettier-plugin-organize-imports": "^4.1.0",
8284
"raw-loader": "^4.0.2",
8385
"storybook": "9.0.9",
84-
"storybook-addon-deep-controls": "^0.9.2",
86+
"storybook-addon-deep-controls": "^0.9.4",
8587
"tailwindcss": "^3.4.17",
86-
"three": "^0.172.0",
88+
"three": "^0.177.0",
8789
"ts-jest": "^29.2.5",
8890
"ts-node": "10.9.2",
8991
"typescript": "5.8.3",
@@ -92,9 +94,7 @@
9294
"vite-plugin-glslify": "^2.1.0",
9395
"vite-tsconfig-paths": "^4.3.2",
9496
"vitest": "1.6.0",
95-
"vitest-webgl-canvas-mock": "^1.1.0",
96-
"eslint-plugin-storybook": "9.0.9",
97-
"@storybook/addon-docs": "9.0.12"
97+
"vitest-webgl-canvas-mock": "^1.1.0"
9898
},
9999
"dependencies": {
100100
"@analogjs/content": "1.17.1",
@@ -113,7 +113,7 @@
113113
"@capacitor/keyboard": "^5.0.0",
114114
"@capacitor/status-bar": "^5.0.0",
115115
"@dimforge/rapier3d-compat": "^0.14.0",
116-
"@ionic/angular": "^7.0.0",
116+
"@ionic/angular": "^8.6.2",
117117
"@monogrid/gainmap-js": "^3.1.0",
118118
"@nativescript/angular": "^18.1.3",
119119
"@nativescript/canvas": "2.0.0-webgpu.11",
@@ -146,11 +146,11 @@
146146
"rxjs": "~7.8.1",
147147
"stats-gl": "^3.6.0",
148148
"three-custom-shader-material": "~6.2.1",
149-
"three-mesh-bvh": "^0.8.3",
149+
"three-mesh-bvh": "^0.9.0",
150150
"three-stdlib": "^2.35.7",
151-
"troika-three-text": "^0.52.3",
151+
"troika-three-text": "^0.52.4",
152152
"tslib": "^2.8.1",
153-
"zone.js": "0.15.0"
153+
"zone.js": "0.15.1"
154154
},
155155
"web-types": [
156156
"node_modules/angular-three/web-types.json",

0 commit comments

Comments
 (0)