Skip to content

Commit a8549d4

Browse files
committedJun 7, 2024
chore(deps): fix dependencies
1 parent 697b2df commit a8549d4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"lint": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix"
1010
},
1111
"dependencies": {
12-
"@nextui-org/react": "^2.4.0",
13-
"framer-motion": "^11.1.1",
12+
"@nextui-org/react": "2.4.1",
13+
"framer-motion": "~11.1.1",
1414
"@types/node": "20.5.7",
1515
"@types/react": "18.2.21",
1616
"@types/react-dom": "18.2.7",
17-
"@typescript-eslint/eslint-plugin": "^7.2.0",
18-
"@typescript-eslint/parser": "^7.2.0",
17+
"@typescript-eslint/eslint-plugin": "7.2.0",
18+
"@typescript-eslint/parser": "7.2.0",
1919
"autoprefixer": "10.4.19",
20-
"clsx": "^2.0.0",
20+
"clsx": "2.0.0",
2121
"eslint": "^8.26.0",
2222
"eslint-config-prettier": "^8.2.0",
2323
"eslint-plugin-import": "^2.26.0",
@@ -28,13 +28,13 @@
2828
"eslint-plugin-react-hooks": "^4.6.0",
2929
"eslint-plugin-unused-imports": "^3.2.0",
3030
"intl-messageformat": "^10.5.0",
31-
"@react-aria/visually-hidden": "^3.8.10",
31+
"@react-aria/visually-hidden": "3.8.12",
3232
"next": "14.2.1",
3333
"next-themes": "^0.2.1",
3434
"postcss": "8.4.38",
3535
"react": "18.2.0",
3636
"react-dom": "18.2.0",
37-
"tailwind-variants": "^0.1.20",
37+
"tailwind-variants": "0.1.20",
3838
"tailwindcss": "3.4.3",
3939
"typescript": "5.0.4"
4040
}

0 commit comments

Comments
 (0)
Failed to load comments.