Skip to content

Commit f3e6fb6

Browse files
committed
safe upgrade dependencies
1 parent 9ad41d5 commit f3e6fb6

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

bun.lockb

-1.21 KB
Binary file not shown.

package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,31 @@
2020
"seed": "tsx prisma/seed.ts"
2121
},
2222
"dependencies": {
23-
"@heroui/dropdown": "2.3.16",
24-
"@heroui/system": "2.4.12",
25-
"@heroui/theme": "2.4.12",
23+
"@heroui/dropdown": "2.3.17",
24+
"@heroui/system": "2.4.13",
25+
"@heroui/theme": "2.4.13",
2626
"@hookform/resolvers": "^3.6.0",
2727
"@internationalized/date": "^3.7.0",
28-
"@heroui/button": "2.2.16",
29-
"@heroui/chip": "2.2.12",
28+
"@heroui/button": "2.2.17",
29+
"@heroui/chip": "2.2.13",
3030
"@heroui/code": "2.2.12",
31-
"@heroui/date-input": "2.3.15",
32-
"@heroui/date-picker": "2.3.16",
33-
"@heroui/input": "2.4.16",
34-
"@heroui/kbd": "2.2.12",
35-
"@heroui/link": "2.2.13",
36-
"@heroui/listbox": "2.3.15",
37-
"@heroui/navbar": "2.2.14",
38-
"@heroui/select": "2.4.16",
39-
"@heroui/snippet": "2.2.17",
40-
"@heroui/switch": "2.2.14",
41-
"@heroui/tabs": "2.2.13",
31+
"@heroui/date-input": "2.3.16",
32+
"@heroui/date-picker": "2.3.17",
33+
"@heroui/input": "2.4.17",
34+
"@heroui/kbd": "2.2.13",
35+
"@heroui/link": "2.2.14",
36+
"@heroui/listbox": "2.3.16",
37+
"@heroui/navbar": "2.2.15",
38+
"@heroui/select": "2.4.17",
39+
"@heroui/snippet": "2.2.18",
40+
"@heroui/switch": "2.2.15",
41+
"@heroui/tabs": "2.2.14",
4242
"@prisma/client": "^5.15.1",
4343
"@react-aria/ssr": "3.9.7",
4444
"@react-aria/visually-hidden": "3.8.21",
4545
"@reduxjs/toolkit": "^2.6.1",
4646
"clsx": "2.1.1",
47-
"framer-motion": "12.6.2",
47+
"framer-motion": "12.6.3",
4848
"intl-messageformat": "^10.7.16",
4949
"lucide-react": "^0.396.0",
5050
"next": "14.2.25",
@@ -71,8 +71,8 @@
7171
"eslint-plugin-import": "^2.31.0",
7272
"eslint-plugin-jsx-a11y": "^6.10.2",
7373
"eslint-plugin-node": "^11.1.0",
74-
"eslint-plugin-prettier": "^5.2.5",
75-
"eslint-plugin-react": "^7.37.4",
74+
"eslint-plugin-prettier": "^5.2.6",
75+
"eslint-plugin-react": "^7.37.5",
7676
"eslint-plugin-react-hooks": "^4.6.0",
7777
"eslint-plugin-unused-imports": "^3.2.0",
7878
"postcss": "8.5.3",
@@ -81,6 +81,6 @@
8181
"prisma": "^5.15.1",
8282
"tailwind-variants": "0.1.20",
8383
"tailwindcss": "3.4.3",
84-
"typescript": "^5.8.2"
84+
"typescript": "^5.8.3"
8585
}
8686
}

0 commit comments

Comments
 (0)