We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f14bd commit 03f0e28Copy full SHA for 03f0e28
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nextjs-woocommerce",
3
- "version": "1.0.22",
4
- "description": "NextJS WooCommerce webshop",
+ "version": "1.0.23",
+ "description": "Next.js WooCommerce webshop",
5
"main": "index.js",
6
"scripts": {
7
"dev": "next",
@@ -23,11 +23,11 @@
23
"next": "^12.1.6",
24
"nprogress": "^0.2.0",
25
"postcss": "^8.4.13",
26
- "react": "17.0.2",
27
- "react-dom": "17.0.2",
+ "react": "^18.1.0",
+ "react-dom": "^18.1.0",
28
"react-hook-form": "^7.30.0",
29
"react-instantsearch-dom": "^6.24.1",
30
- "react-spring": "^8.0.27",
+ "react-spring": "8.0.27",
31
"styled-components": "^5.3.5",
32
"uuid": "^8.3.2"
33
},
0 commit comments