Skip to content

Commit d0e6492

Browse files
committed
Install Zustand
1 parent 14ec7c4 commit d0e6492

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,15 @@
3030
"framer-motion": "12.4.2",
3131
"graphql": "^16.10.0",
3232
"lodash": "^4.17.21",
33-
"next": "15.1.6",
33+
"next": "15.1.7",
3434
"nprogress": "^0.2.0",
35-
"postcss": "^8.5.1",
35+
"postcss": "^8.5.2",
3636
"react": "18.3.1",
3737
"react-dom": "18.3.1",
3838
"react-hook-form": "^7.54.2",
3939
"react-instantsearch-dom": "^6.40.4",
40-
"uuid": "^11.0.5"
40+
"uuid": "^11.0.5",
41+
"zustand": "^5.0.3"
4142
},
4243
"devDependencies": {
4344
"@playwright/test": "^1.50.1",
@@ -48,7 +49,7 @@
4849
"@types/uuid": "^10.0.0",
4950
"@typescript-eslint/eslint-plugin": "^8.23.0",
5051
"@typescript-eslint/parser": "^8.23.0",
51-
"babel-plugin-styled-components": "^2.1.4",
52+
"babel-plugin-styled-components": "^2.1.4",
5253
"eslint-config-next": "^15.1.6",
5354
"postcss-preset-env": "^10.1.3",
5455
"prettier": "^3.5.0",

0 commit comments

Comments
 (0)