Skip to content

Commit 6ccd7eb

Browse files
Update some examples deps. (#54)
* Audit fix example dependencies and update root dependencies. * Update Nuxt deps. * Update Gatsby deps. * Update WASM benchmark deps. * Update Angular deps. * Update biome config.
1 parent 9c8a63c commit 6ccd7eb

File tree

11 files changed

+2433
-2442
lines changed

11 files changed

+2433
-2442
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"examples/asp-net/*",
1010
"examples/svelte-kit",
1111
"examples/salesforce/*",
12-
"examples/laravel/*"
12+
"examples/laravel/*",
13+
"examples/nuxtjs/.output/*"
1314
],
1415
"ignoreUnknown": true
1516
},

examples/angular/package-lock.json

Lines changed: 629 additions & 947 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/angular/package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "^20.3.0",
15-
"@angular/common": "^20.3.0",
16-
"@angular/compiler": "^20.3.0",
17-
"@angular/core": "^20.3.0",
18-
"@angular/forms": "^20.3.0",
19-
"@angular/platform-browser": "^20.3.0",
20-
"@angular/platform-browser-dynamic": "^20.3.0",
21-
"@angular/router": "^20.3.0",
14+
"@angular/animations": "^20.3.9",
15+
"@angular/common": "^20.3.9",
16+
"@angular/compiler": "^20.3.9",
17+
"@angular/core": "^20.3.9",
18+
"@angular/forms": "^20.3.9",
19+
"@angular/platform-browser": "^20.3.9",
20+
"@angular/platform-browser-dynamic": "^20.3.9",
21+
"@angular/router": "^20.3.9",
2222
"@nutrient-sdk/viewer": "1.8.0",
2323
"rxjs": "~7.8.2",
2424
"tslib": "^2.8.1",
2525
"zone.js": "~0.15.1"
2626
},
2727
"devDependencies": {
28-
"@angular-devkit/build-angular": "^20.3.0",
29-
"@angular/cli": "^20.3.1",
30-
"@angular/compiler-cli": "^20.3.0",
28+
"@angular-devkit/build-angular": "^20.3.8",
29+
"@angular/cli": "^20.3.8",
30+
"@angular/compiler-cli": "^20.3.9",
3131
"@types/jasmine": "~5.1.12",
3232
"express": "^4.21.2",
3333
"jasmine-core": "~5.12.0",
@@ -40,6 +40,7 @@
4040
},
4141
"overrides": {
4242
"esbuild": "^0.25.0",
43-
"webpack-dev-server": "^5.2.2"
43+
"webpack-dev-server": "^5.2.2",
44+
"vite": "^7.1.11"
4445
}
4546
}

examples/gatsbyjs/package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/gatsbyjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react-dom": "^18.3.1"
2525
},
2626
"devDependencies": {
27-
"prettier": "^3.3.2"
27+
"prettier": "^3.6.2"
2828
},
2929
"overrides": {
3030

0 commit comments

Comments
 (0)