Skip to content

Commit 50b6f98

Browse files
authored
Merge pull request #823 from w3bdesign/develop
React 18
2 parents 66f14bd + 0a868bd commit 50b6f98

File tree

2 files changed

+85
-87
lines changed

2 files changed

+85
-87
lines changed

package-lock.json

Lines changed: 78 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "nextjs-woocommerce",
3-
"version": "1.0.22",
4-
"description": "NextJS WooCommerce webshop",
3+
"version": "1.0.23",
4+
"description": "Next.js WooCommerce webshop",
55
"main": "index.js",
66
"scripts": {
77
"dev": "next",
88
"build": "next build",
99
"start": "next start",
1010
"lint": "next lint",
11-
"format": "npm exec prettier -- -w **/*.{js,jsx} --ignore-path .gitignore",
12-
"refresh": "rm -rf node_modules && rm package-lock.json && npm i"
11+
"format": "prettier --write \"**/*.{js,jsx,json}\"",
12+
"refresh": "rm -rf node_modules && rm package-lock.json && npm i && npm run format"
1313
},
1414
"keywords": [],
1515
"author": "",
@@ -23,11 +23,11 @@
2323
"next": "^12.1.6",
2424
"nprogress": "^0.2.0",
2525
"postcss": "^8.4.13",
26-
"react": "17.0.2",
27-
"react-dom": "17.0.2",
26+
"react": "^18.1.0",
27+
"react-dom": "^18.1.0",
2828
"react-hook-form": "^7.30.0",
2929
"react-instantsearch-dom": "^6.24.1",
30-
"react-spring": "^8.0.27",
30+
"react-spring": "8.0.27",
3131
"styled-components": "^5.3.5",
3232
"uuid": "^8.3.2"
3333
},

0 commit comments

Comments
 (0)