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

Commit ea32819

Browse files
committed
chore: update dependencies version
1 parent 3d6676a commit ea32819

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

bun.lockb

14.2 KB
Binary file not shown.

package.json

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "me.theppitak",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,30 +11,32 @@
1111
},
1212
"dependencies": {
1313
"@vercel/analytics": "^1.3.1",
14-
"@vercel/speed-insights": "^1.0.11",
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0"
14+
"@vercel/speed-insights": "^1.0.12",
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1"
1717
},
1818
"devDependencies": {
1919
"@tailwindcss/typography": "^0.5.13",
20-
"@types/react": "^18.2.66",
21-
"@types/react-dom": "^18.2.22",
22-
"@vitejs/plugin-react": "^4.2.1",
20+
"@types/react": "^18.3.3",
21+
"@types/react-dom": "^18.3.0",
22+
"@vitejs/plugin-react": "^4.3.1",
2323
"autoprefixer": "^10.4.19",
2424
"daisyui": "^4.12.2",
25-
"eslint": "^8.57.0",
26-
"eslint-plugin-react": "^7.34.1",
27-
"eslint-plugin-react-hooks": "^4.6.0",
28-
"eslint-plugin-react-refresh": "^0.4.6",
25+
"eslint": "^9.5.0",
26+
"eslint-plugin-react": "^7.34.2",
27+
"eslint-plugin-react-hooks": "^4.6.2",
28+
"eslint-plugin-react-refresh": "^0.4.7",
2929
"postcss": "^8.4.38",
30-
"prettier": "^3.3.1",
31-
"prettier-plugin-tailwindcss": "^0.6.2",
30+
"prettier": "^3.3.2",
31+
"prettier-plugin-tailwindcss": "^0.6.4",
3232
"react-icons": "^5.2.1",
3333
"tailwindcss": "^3.4.4",
34-
"vite": "^5.2.0",
34+
"vite": "^5.3.1",
3535
"vite-plugin-node-polyfills": "^0.22.0"
3636
},
3737
"prettier": {
38-
"plugins": ["prettier-plugin-tailwindcss"]
38+
"plugins": [
39+
"prettier-plugin-tailwindcss"
40+
]
3941
}
4042
}

0 commit comments

Comments
 (0)