Skip to content

Commit 19a60a1

Browse files
committed
chore: upgrade packages
1 parent a016258 commit 19a60a1

File tree

2 files changed

+580
-460
lines changed

2 files changed

+580
-460
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"private": true,
1414
"devDependencies": {
15-
"@analogjs/astro-angular": "1.12.0",
15+
"@analogjs/astro-angular": "1.13.0",
1616
"@analogjs/platform": "1.13.0",
1717
"@analogjs/vite-plugin-angular": "1.13.0",
1818
"@analogjs/vitest-angular": "1.13.0",
@@ -56,26 +56,26 @@
5656
"@types/jest": "29.5.14",
5757
"@types/node": "20.14.12",
5858
"@types/three": "^0.172.0",
59-
"@typescript-eslint/utils": "8.19.1",
59+
"@typescript-eslint/utils": "8.22.0",
6060
"autoprefixer": "^10.4.20",
6161
"cypress": "^13.17.0",
6262
"cz-git": "^1.11.0",
6363
"czg": "^1.11.0",
6464
"dotenv-cli": "^7.4.4",
6565
"enquirer": "^2.4.1",
66-
"eslint": "9.17.0",
66+
"eslint": "9.19.0",
6767
"eslint-config-prettier": "9.1.0",
6868
"eslint-plugin-cypress": "^2.13.4",
6969
"glsl-noise": "^0.0.0",
7070
"glslify-loader": "^2.0.0",
7171
"jest": "29.7.0",
7272
"jest-environment-jsdom": "29.7.0",
73-
"jest-preset-angular": "14.4.2",
73+
"jest-preset-angular": "14.5.1",
7474
"jsdom": "^24.1.1",
7575
"jsonc-eslint-parser": "^2.4.0",
7676
"ng-packagr": "19.1.2",
7777
"nx": "20.4.0",
78-
"postcss": "^8.4.49",
78+
"postcss": "^8.5.1",
7979
"postcss-import": "~16.1.0",
8080
"postcss-preset-env": "~9.6.0",
8181
"postcss-url": "~10.1.3",
@@ -90,7 +90,7 @@
9090
"ts-jest": "^29.2.5",
9191
"ts-node": "10.9.2",
9292
"typescript": "5.7.3",
93-
"typescript-eslint": "^8.19.1",
93+
"typescript-eslint": "^8.22.0",
9494
"vite": "5.4.11",
9595
"vite-tsconfig-paths": "^4.3.2",
9696
"vitest": "1.6.0",
@@ -118,7 +118,7 @@
118118
"cannon-es-debugger": "^1.0.0",
119119
"front-matter": "^4.0.2",
120120
"gl-noise": "^1.6.1",
121-
"gsap": "^3.12.5",
121+
"gsap": "^3.12.7",
122122
"hls.js": "^1.5.20",
123123
"ionicons": "^7.4.0",
124124
"maath": "^0.10.8",
@@ -128,15 +128,15 @@
128128
"mermaid": "^10.9.2",
129129
"meshline": "^3.3.1",
130130
"n8ao": "^1.9.4",
131-
"ngxtension": "^4.2.0",
131+
"ngxtension": "^4.3.2",
132132
"prismjs": "^1.29.0",
133133
"react": "^18.3.1",
134134
"react-dom": "^18.3.1",
135135
"rxjs": "~7.8.1",
136136
"stats-gl": "^3.6.0",
137137
"three-custom-shader-material": "~6.2.1",
138138
"three-mesh-bvh": "^0.9.0",
139-
"three-stdlib": "^2.35.12",
139+
"three-stdlib": "^2.35.13",
140140
"troika-three-text": "^0.52.3",
141141
"tslib": "^2.8.1",
142142
"zone.js": "0.15.0"
@@ -151,7 +151,7 @@
151151
"czConfig": "cz.config.js"
152152
}
153153
},
154-
"packageManager": "[email protected].3",
154+
"packageManager": "[email protected].4",
155155
"nx": {
156156
"targets": {
157157
"generate-json": {

0 commit comments

Comments
 (0)