Skip to content

Commit e513214

Browse files
committed
Update package and devDependencies for improved performance and compatibility
1 parent 845bdb6 commit e513214

File tree

2 files changed

+1662
-1217
lines changed

2 files changed

+1662
-1217
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,40 +15,40 @@
1515
"@heroui/use-infinite-scroll": "2.2.3",
1616
"@heroui/use-theme": "2.1.2",
1717
"@tailwindcss/typography": "^0.5.16",
18-
"@tanstack/react-query": "^5.66.0",
19-
"framer-motion": "^12.4.3",
18+
"@tanstack/react-query": "^5.69.0",
19+
"framer-motion": "^12.6.0",
2020
"github-markdown-css": "^5.8.1",
2121
"highlight.js": "^11.11.1",
2222
"react": "^19.0.0",
2323
"react-dom": "^19.0.0",
24-
"react-markdown": "^9.0.3",
25-
"react-router-dom": "^7.1.5",
26-
"react-toastify": "^11.0.3",
24+
"react-markdown": "^9.1.0",
25+
"react-router-dom": "^7.4.0",
26+
"react-toastify": "^11.0.5",
2727
"rehype-raw": "^7.0.0",
2828
"remark-gfm": "^4.0.1",
2929
"tailwind-scrollbar": "^4.0.1",
3030
"tailwind-variants": "^0.3.1",
3131
"use-dark-mode": "^2.3.1"
3232
},
3333
"devDependencies": {
34-
"@eslint/js": "^9.20.0",
35-
"@tanstack/eslint-plugin-query": "^5.66.1",
36-
"@types/node": "^22.13.4",
37-
"@types/react": "^19.0.8",
38-
"@types/react-dom": "^19.0.3",
34+
"@eslint/js": "^9.23.0",
35+
"@tanstack/eslint-plugin-query": "^5.68.0",
36+
"@types/node": "^22.13.13",
37+
"@types/react": "^19.0.12",
38+
"@types/react-dom": "^19.0.4",
3939
"@types/react-router-dom": "^5.3.3",
40-
"@vitejs/plugin-react-swc": "^3.8.0",
41-
"autoprefixer": "^10.4.20",
42-
"eslint": "^9.20.1",
40+
"@vitejs/plugin-react-swc": "^3.8.1",
41+
"autoprefixer": "^10.4.21",
42+
"eslint": "^9.23.0",
4343
"eslint-plugin-react": "^7.37.4",
44-
"eslint-plugin-react-hooks": "^5.1.0",
44+
"eslint-plugin-react-hooks": "^5.2.0",
4545
"eslint-plugin-react-refresh": "^0.4.19",
4646
"globals": "^15.15.0",
47-
"postcss": "^8.5.2",
47+
"postcss": "^8.5.3",
4848
"tailwindcss": "^3.4.17",
4949
"ts-node": "^10.9.2",
50-
"typescript": "^5.7.3",
51-
"typescript-eslint": "^8.24.0",
52-
"vite": "^6.1.0"
50+
"typescript": "^5.8.2",
51+
"typescript-eslint": "^8.28.0",
52+
"vite": "^6.2.3"
5353
}
5454
}

0 commit comments

Comments
 (0)