File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 47
47
},
48
48
"peerDependencies" : {
49
49
"@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 " ,
52
52
"tailwindcss" : " ^3.1" ,
53
53
"webpack" : " ^5"
54
54
},
55
55
"devDependencies" : {
56
+ "@aboutbits/react-ui" : " ^1.2.0" ,
56
57
"@types/jest" : " ^28.1.3" ,
57
58
"@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" ,
60
61
"@typescript-eslint/eslint-plugin" : " ^5.30.0" ,
61
62
"@typescript-eslint/parser" : " ^5.30.0" ,
62
63
"eslint" : " ^8.18.0" ,
65
66
"eslint-plugin-jest" : " ^26.5.3" ,
66
67
"eslint-plugin-prettier" : " ^4.1.0" ,
67
68
"jest" : " ^28.1.1" ,
69
+ "next" : " ^13.0.0" ,
68
70
"prettier" : " ^2.7.1" ,
71
+ "react" : " ^18.0.0" ,
69
72
"ts-jest" : " ^28.0.5" ,
70
73
"typescript" : " ^4.7.4"
71
74
},
You can’t perform that action at this time.
0 commit comments