Skip to content

Commit f5405d0

Browse files
committed
also run npm-update-check
1 parent 496215b commit f5405d0

File tree

3 files changed

+88
-86
lines changed

3 files changed

+88
-86
lines changed

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
cosign
4343
# vulnerability scanner
4444
trivy
45+
# update checks for npm
46+
npm-check-updates
4547
];
4648

4749
# Specify the rust-src path (many editors rely on this)

web/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@axa-ch/react-polymorphic-types": "^1.4.1",
1717
"@floating-ui/react": "^0.27.16",
1818
"@inlang/paraglide-js": "^2.7.2",
19-
"@tanstack/react-devtools": "^0.8.6",
19+
"@tanstack/react-devtools": "^0.9.2",
2020
"@tanstack/react-form": "^1.27.7",
2121
"@tanstack/react-query": "^5.90.16",
2222
"@tanstack/react-query-devtools": "^5.91.2",
@@ -39,17 +39,17 @@
3939
"zustand": "^5.0.9"
4040
},
4141
"devDependencies": {
42-
"@biomejs/biome": "2.3.8",
43-
"@inlang/paraglide-js": "2.6.0",
44-
"@tanstack/devtools-vite": "^0.3.12",
42+
"@biomejs/biome": "2.3.11",
43+
"@inlang/paraglide-js": "2.7.2",
44+
"@tanstack/devtools-vite": "^0.4.1",
4545
"@tanstack/router-plugin": "^1.146.3",
4646
"@types/lodash-es": "^4.17.12",
47-
"@types/node": "^24.10.4",
47+
"@types/node": "^25.0.3",
4848
"@types/qs": "^6.14.0",
4949
"@types/react": "^19.2.7",
5050
"@types/react-dom": "^19.2.3",
5151
"@vitejs/plugin-react-swc": "^4.2.2",
52-
"globals": "^16.5.0",
52+
"globals": "^17.0.0",
5353
"prettier": "^3.7.4",
5454
"sass": "^1.97.2",
5555
"sharp": "^0.34.5",

0 commit comments

Comments
 (0)