Skip to content

Commit 0aaf200

Browse files
committed
Upgrade npm deps
1 parent 9e1d153 commit 0aaf200

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

MyApp.Client/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,28 @@
1515
"@servicestack/react": "^2.0.17",
1616
"@tailwindcss/forms": "^0.5.10",
1717
"clsx": "^2.1.1",
18-
"react": "^19.2.0",
19-
"react-dom": "^19.2.0",
18+
"react": "^19.2.1",
19+
"react-dom": "^19.2.1",
2020
"react-net-templates": "^0.0.1",
21-
"react-router-dom": "^7.9.5",
21+
"react-router-dom": "^7.10.0",
2222
"tailwind-merge": "^3.4.0"
2323
},
2424
"devDependencies": {
2525
"@eslint/js": "^9.39.1",
2626
"@tailwindcss/postcss": "^4.1.17",
2727
"@tailwindcss/vite": "^4.1.17",
28-
"@types/node": "^24.10.0",
29-
"@types/react": "^19.2.2",
30-
"@types/react-dom": "^19.2.2",
31-
"@vitejs/plugin-react": "^5.1.0",
28+
"@types/node": "^24.10.1",
29+
"@types/react": "^19.2.7",
30+
"@types/react-dom": "^19.2.3",
31+
"@vitejs/plugin-react": "^5.1.1",
3232
"eslint": "^9.39.1",
3333
"eslint-plugin-react-hooks": "^7.0.1",
3434
"eslint-plugin-react-refresh": "^0.4.24",
3535
"globals": "^16.5.0",
3636
"postcss": "^8.5.6",
3737
"tailwindcss": "^4.1.17",
3838
"typescript": "~5.9.3",
39-
"typescript-eslint": "^8.46.4",
40-
"vite": "^7.2.2"
39+
"typescript-eslint": "^8.48.1",
40+
"vite": "^7.2.6"
4141
}
4242
}

0 commit comments

Comments
 (0)