Skip to content

Commit 0cc80cb

Browse files
authored
upgrade to react 18 (#37)
1 parent 8ec217d commit 0cc80cb

File tree

2 files changed

+252
-188
lines changed

2 files changed

+252
-188
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"test-all": "yarn lint && yarn type-check && yarn test"
1515
},
1616
"dependencies": {
17-
"next": "12.1.0",
18-
"react": "^17.0.2",
19-
"react-dom": "^17.0.2",
17+
"next": "12.1.1",
18+
"react": "^18.0.0",
19+
"react-dom": "^18.0.0",
2020
"sass": "^1.49.9"
2121
},
2222
"devDependencies": {
@@ -29,17 +29,17 @@
2929
"@types/node": "^17.0.21",
3030
"@types/react": "^17.0.39",
3131
"autoprefixer": "^10.4.2",
32-
"eslint": "^8.10.0",
33-
"eslint-config-next": "^12.1.0",
32+
"eslint": "^8.12.0",
33+
"eslint-config-next": "^12.1.1",
3434
"eslint-config-prettier": "^8.5.0",
3535
"eslint-plugin-prettier": "^4.0.0",
36-
"eslint-plugin-testing-library": "^5.0.6",
36+
"eslint-plugin-testing-library": "^5.1.0",
3737
"eslint-plugin-unused-imports": "^2.0.0",
3838
"jest": "^27.5.1",
39-
"postcss": "^8.4.7",
40-
"prettier": "^2.5.1",
39+
"postcss": "^8.4.12",
40+
"prettier": "^2.6.1",
4141
"prettier-plugin-tailwindcss": "^0.1.8",
4242
"tailwindcss": "^3.0.23",
43-
"typescript": "^4.6.2"
43+
"typescript": "^4.6.3"
4444
}
4545
}

0 commit comments

Comments
 (0)