Skip to content

Commit beff62a

Browse files
authored
add support for React 18 and Next 13 (#8)
1 parent 9ada406 commit beff62a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,17 @@
4747
},
4848
"peerDependencies": {
4949
"@aboutbits/react-ui": "~0.1.0 || ~0.2.0 || ~0.3.0 || ^1.0.0",
50-
"next": "^12",
51-
"react": "^17",
50+
"next": "^12 || ^13",
51+
"react": "^17.0.2 || ^18",
5252
"tailwindcss": "^3.1",
5353
"webpack": "^5"
5454
},
5555
"devDependencies": {
56+
"@aboutbits/react-ui": "^1.2.0",
5657
"@types/jest": "^28.1.3",
5758
"@types/lodash.mergewith": "^4.6.7",
58-
"@types/react": "^17.0.0",
59-
"@types/react-dom": "^17.0.0",
59+
"@types/react": "^18.0.0",
60+
"@types/react-dom": "^18.0.0",
6061
"@typescript-eslint/eslint-plugin": "^5.30.0",
6162
"@typescript-eslint/parser": "^5.30.0",
6263
"eslint": "^8.18.0",
@@ -65,7 +66,9 @@
6566
"eslint-plugin-jest": "^26.5.3",
6667
"eslint-plugin-prettier": "^4.1.0",
6768
"jest": "^28.1.1",
69+
"next": "^13.0.0",
6870
"prettier": "^2.7.1",
71+
"react": "^18.0.0",
6972
"ts-jest": "^28.0.5",
7073
"typescript": "^4.7.4"
7174
},

0 commit comments

Comments
 (0)