Skip to content

Commit e949435

Browse files
committed
upgrade npm deps
1 parent 664698f commit e949435

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

MyApp.Client/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"classnames": "^2.5.1",
2525
"clsx": "^2.1.1",
2626
"gray-matter": "^4.0.3",
27-
"react": "^19.2.1",
28-
"react-dom": "^19.2.1",
27+
"react": "^19.2.3",
28+
"react-dom": "^19.2.3",
2929
"react-net-templates": "^0.0.1",
30-
"react-router": "^7.10.0",
31-
"react-router-dom": "^7.10.0",
30+
"react-router": "^7.10.1",
31+
"react-router-dom": "^7.10.1",
3232
"swr": "^2.3.7",
3333
"tailwind-merge": "^3.4.0",
3434
"tailwindcss-animate": "^1.0.7"
@@ -37,23 +37,23 @@
3737
"@iconify/react": "^6.0.2",
3838
"@mdx-js/rollup": "^3.1.1",
3939
"@tailwindcss/forms": "^0.5.10",
40-
"@tailwindcss/postcss": "^4.1.17",
40+
"@tailwindcss/postcss": "^4.1.18",
4141
"@tailwindcss/typography": "^0.5.19",
42-
"@tailwindcss/vite": "^4.1.17",
42+
"@tailwindcss/vite": "^4.1.18",
4343
"@types/mdx": "^2.0.13",
44-
"@types/node": "^24.10.1",
44+
"@types/node": "^25.0.1",
4545
"@types/react": "^19.2.7",
4646
"@types/react-dom": "^19.2.3",
4747
"@types/react-helmet": "^6.1.11",
4848
"@types/remark-prism": "^1.3.7",
49-
"@typescript-eslint/eslint-plugin": "^8.48.1",
50-
"@typescript-eslint/parser": "^8.48.1",
51-
"@vitejs/plugin-react": "^5.1.1",
49+
"@typescript-eslint/eslint-plugin": "^8.49.0",
50+
"@typescript-eslint/parser": "^8.49.0",
51+
"@vitejs/plugin-react": "^5.1.2",
5252
"autoprefixer": "^10.4.22",
5353
"eslint": "^9.39.1",
5454
"eslint-plugin-react-hooks": "^7.0.1",
5555
"eslint-plugin-react-refresh": "^0.4.24",
56-
"lucide-react": "^0.555.0",
56+
"lucide-react": "^0.561.0",
5757
"postcss": "^8.5.6",
5858
"rehype-raw": "^7.0.0",
5959
"rehype-stringify": "^10.0.1",
@@ -62,9 +62,9 @@
6262
"remark-gfm": "^4.0.1",
6363
"remark-parse": "^11.0.0",
6464
"remark-prism": "^1.3.6",
65-
"tailwindcss": "^4.1.17",
65+
"tailwindcss": "^4.1.18",
6666
"typescript": "^5.9.3",
67-
"vite": "^7.2.6",
67+
"vite": "^7.2.7",
6868
"vite-plugin-pages": "^0.33.2",
6969
"vite-plugin-press": "^1.0.10",
7070
"vite-plugin-svgr": "^4.5.0"

0 commit comments

Comments
 (0)