Skip to content
This repository was archived by the owner on Nov 16, 2024. It is now read-only.

Commit a00b414

Browse files
committed
chore: dependencies version bump
1 parent bd36c01 commit a00b414

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "me.theppitak",
33
"private": true,
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -10,28 +10,28 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@vercel/analytics": "^1.3.1",
14-
"@vercel/speed-insights": "^1.0.12",
13+
"@vercel/analytics": "^1.4.0",
14+
"@vercel/speed-insights": "^1.1.0",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1"
1717
},
1818
"devDependencies": {
19-
"@tailwindcss/typography": "^0.5.14",
20-
"@types/react": "^18.3.3",
21-
"@types/react-dom": "^18.3.0",
22-
"@vitejs/plugin-react": "^4.3.1",
19+
"@tailwindcss/typography": "^0.5.15",
20+
"@types/react": "^18.3.12",
21+
"@types/react-dom": "^18.3.1",
22+
"@vitejs/plugin-react": "^4.3.3",
2323
"autoprefixer": "^10.4.20",
24-
"daisyui": "^4.12.10",
24+
"daisyui": "^4.12.14",
2525
"eslint": "9.8.0",
26-
"eslint-plugin-react": "^7.35.0",
27-
"eslint-plugin-react-hooks": "^4.6.2",
28-
"eslint-plugin-react-refresh": "^0.4.9",
29-
"postcss": "^8.4.41",
26+
"eslint-plugin-react": "^7.37.2",
27+
"eslint-plugin-react-hooks": "^5.0.0",
28+
"eslint-plugin-react-refresh": "^0.4.14",
29+
"postcss": "^8.4.49",
3030
"prettier": "^3.3.3",
31-
"prettier-plugin-tailwindcss": "^0.6.5",
32-
"react-icons": "^5.2.1",
33-
"tailwindcss": "^3.4.9",
34-
"vite": "^5.4.0",
31+
"prettier-plugin-tailwindcss": "^0.6.8",
32+
"react-icons": "^5.3.0",
33+
"tailwindcss": "^3.4.15",
34+
"vite": "^5.4.11",
3535
"vite-plugin-node-polyfills": "^0.22.0"
3636
},
3737
"prettier": {

0 commit comments

Comments
 (0)