Skip to content

Commit e8ef040

Browse files
committed
Update package dependencies and devDependencies for improved stability and performance
1 parent cd8aa2c commit e8ef040

File tree

2 files changed

+1138
-1121
lines changed

2 files changed

+1138
-1121
lines changed

package.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
{
2-
"name": "maddons-manager",
3-
"private": true,
4-
"version": "0.1.9",
5-
"type": "module",
6-
"scripts": {
7-
"dev": "vite",
8-
"build": "vite build",
9-
"lint": "eslint .",
10-
"preview": "vite preview",
11-
"test": "vitest"
12-
},
13-
"dependencies": {
14-
"@heroui/react": "2.6.12",
15-
"@heroui/use-infinite-scroll": "2.2.2",
16-
"@heroui/use-theme": "2.1.1",
17-
"@tailwindcss/typography": "^0.5.16",
18-
"@tanstack/react-query": "^5.63.0",
19-
"framer-motion": "^11.16.1",
20-
"github-markdown-css": "^5.8.1",
21-
"highlight.js": "^11.11.1",
22-
"react": "^19.0.0",
23-
"react-dom": "^19.0.0",
24-
"react-markdown": "^9.0.3",
25-
"react-router-dom": "^7.1.1",
26-
"react-toastify": "^11.0.3",
27-
"rehype-raw": "^7.0.0",
28-
"remark-gfm": "^4.0.0",
29-
"tailwind-variants": "^0.3.0",
30-
"use-dark-mode": "^2.3.1"
31-
},
32-
"devDependencies": {
33-
"@eslint/js": "^9.17.0",
34-
"@tanstack/eslint-plugin-query": "^5.62.16",
35-
"@types/node": "^22.10.5",
36-
"@types/react": "^19.0.4",
37-
"@types/react-dom": "^19.0.2",
38-
"@types/react-router-dom": "^5.3.3",
39-
"@vitejs/plugin-react-swc": "^3.7.2",
40-
"autoprefixer": "^10.4.20",
41-
"eslint": "^9.17.0",
42-
"eslint-plugin-react": "^7.37.3",
43-
"eslint-plugin-react-hooks": "^5.1.0",
44-
"eslint-plugin-react-refresh": "^0.4.16",
45-
"globals": "^15.14.0",
46-
"postcss": "^8.4.49",
47-
"tailwindcss": "^3.4.17",
48-
"ts-node": "^10.9.2",
49-
"typescript": "^5.7.3",
50-
"typescript-eslint": "^8.19.1",
51-
"vite": "^6.0.7"
52-
}
53-
}
2+
"name": "maddons-manager",
3+
"private": true,
4+
"version": "0.1.9",
5+
"type": "module",
6+
"scripts": {
7+
"dev": "vite",
8+
"build": "vite build",
9+
"lint": "eslint .",
10+
"preview": "vite preview",
11+
"test": "vitest"
12+
},
13+
"dependencies": {
14+
"@heroui/react": "2.6.14",
15+
"@heroui/use-infinite-scroll": "2.2.3",
16+
"@heroui/use-theme": "2.1.2",
17+
"@tailwindcss/typography": "^0.5.16",
18+
"@tanstack/react-query": "^5.66.0",
19+
"framer-motion": "^12.4.3",
20+
"github-markdown-css": "^5.8.1",
21+
"highlight.js": "^11.11.1",
22+
"react": "^19.0.0",
23+
"react-dom": "^19.0.0",
24+
"react-markdown": "^9.0.3",
25+
"react-router-dom": "^7.1.5",
26+
"react-toastify": "^11.0.3",
27+
"rehype-raw": "^7.0.0",
28+
"remark-gfm": "^4.0.1",
29+
"tailwind-variants": "^0.3.1",
30+
"use-dark-mode": "^2.3.1"
31+
},
32+
"devDependencies": {
33+
"@eslint/js": "^9.20.0",
34+
"@tanstack/eslint-plugin-query": "^5.66.1",
35+
"@types/node": "^22.13.4",
36+
"@types/react": "^19.0.8",
37+
"@types/react-dom": "^19.0.3",
38+
"@types/react-router-dom": "^5.3.3",
39+
"@vitejs/plugin-react-swc": "^3.8.0",
40+
"autoprefixer": "^10.4.20",
41+
"eslint": "^9.20.1",
42+
"eslint-plugin-react": "^7.37.4",
43+
"eslint-plugin-react-hooks": "^5.1.0",
44+
"eslint-plugin-react-refresh": "^0.4.19",
45+
"globals": "^15.15.0",
46+
"postcss": "^8.5.2",
47+
"tailwindcss": "^3.4.17",
48+
"ts-node": "^10.9.2",
49+
"typescript": "^5.7.3",
50+
"typescript-eslint": "^8.24.0",
51+
"vite": "^6.1.0"
52+
}
53+
}

0 commit comments

Comments
 (0)