Skip to content

Commit 269188a

Browse files
ctranctran
authored andcommitted
update packages
1 parent 808413e commit 269188a

File tree

2 files changed

+738
-636
lines changed

2 files changed

+738
-636
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
},
1616
"private": true,
1717
"devDependencies": {
18-
"@analogjs/platform": "^1.6.0",
19-
"@analogjs/vite-plugin-angular": "^1.6.0",
18+
"@analogjs/platform": "^1.6.1",
19+
"@analogjs/vite-plugin-angular": "^1.6.1",
2020
"@angular-devkit/build-angular": "18.0.7",
2121
"@angular-devkit/core": "18.0.7",
2222
"@angular-devkit/schematics": "18.0.7",
2323
"@angular-eslint/eslint-plugin": "18.1.0",
2424
"@angular-eslint/eslint-plugin-template": "18.1.0",
2525
"@angular-eslint/template-parser": "18.1.0",
26-
"@angular/cli": "~18.0.0",
26+
"@angular/cli": "~18.0.7",
2727
"@angular/compiler-cli": "18.0.6",
2828
"@angular/language-service": "18.0.6",
2929
"@nx/angular": "19.4.1",
@@ -50,14 +50,14 @@
5050
"@storybook/test-runner": "0.19.0",
5151
"@storybook/testing-library": "0.2.2",
5252
"@storybook/theming": "^8.1.11",
53-
"@swc-node/register": "1.10.2",
53+
"@swc-node/register": "1.10.3",
5454
"@swc/cli": "0.4.0",
55-
"@swc/core": "1.6.7",
55+
"@swc/core": "1.6.13",
5656
"@types/jest": "^29.5.12",
5757
"@types/node": "20.14.10",
5858
"@types/three": "^0.166.0",
59-
"@typescript-eslint/eslint-plugin": "7.15.0",
60-
"@typescript-eslint/parser": "7.15.0",
59+
"@typescript-eslint/eslint-plugin": "7.16.0",
60+
"@typescript-eslint/parser": "7.16.0",
6161
"@typescript-eslint/utils": "8.0.0-alpha.30",
6262
"autoprefixer": "^10.4.19",
6363
"dotenv-cli": "^7.4.2",
@@ -76,17 +76,17 @@
7676
"nx": "19.4.1",
7777
"postcss": "^8.4.39",
7878
"postcss-import": "~16.1.0",
79-
"postcss-preset-env": "~9.5.15",
79+
"postcss-preset-env": "~9.6.0",
8080
"postcss-url": "~10.1.3",
8181
"postprocessing": "^6.35.6",
8282
"prettier": "^3.3.2",
8383
"prettier-plugin-organize-imports": "^4.0.0",
8484
"raw-loader": "^4.0.2",
85-
"release-it": "^17.4.1",
85+
"release-it": "^17.5.0",
8686
"storybook-addon-deep-controls": "^0.6.2",
8787
"tailwindcss": "^3.4.4",
8888
"three": "^0.166.1",
89-
"ts-jest": "^29.1.5",
89+
"ts-jest": "^29.2.0",
9090
"ts-node": "10.9.2",
9191
"typescript": "5.4.5",
9292
"vite": "5.3.3",
@@ -95,8 +95,8 @@
9595
"vitest": "1.6.0"
9696
},
9797
"dependencies": {
98-
"@analogjs/content": "^1.6.0",
99-
"@analogjs/router": "^1.6.0",
98+
"@analogjs/content": "^1.6.1",
99+
"@analogjs/router": "^1.6.1",
100100
"@angular/animations": "18.0.6",
101101
"@angular/common": "18.0.6",
102102
"@angular/compiler": "18.0.6",
@@ -116,7 +116,7 @@
116116
"front-matter": "^4.0.2",
117117
"gl-noise": "^1.6.1",
118118
"gsap": "^3.12.5",
119-
"maath": "^0.10.7",
119+
"maath": "^0.10.8",
120120
"marked": "^12.0.0",
121121
"marked-gfm-heading-id": "^3.1.3",
122122
"marked-highlight": "^2.1.3",

0 commit comments

Comments
 (0)