Skip to content

Commit b9eef49

Browse files
committed
feat: (breaking change) SIGPG-5869 update react to v18
1 parent 0bdd1e7 commit b9eef49

File tree

2 files changed

+63
-64
lines changed

2 files changed

+63
-64
lines changed

package-lock.json

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

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"@commitlint/config-conventional": "19.2.2",
4242
"@commitlint/prompt-cli": "19.3.1",
4343
"@cypress/code-coverage": "3.12.39",
44-
"@cypress/react": "8.0.1",
44+
"@cypress/react": "9.0.1",
4545
"@cypress/vite-dev-server": "5.0.7",
4646
"@testing-library/cypress": "8.0.7",
47-
"@types/react": "16.14.60",
48-
"@types/react-dom": "16.9.24",
47+
"@types/react": "18.3.23",
48+
"@types/react-dom": "18.3.7",
4949
"@vitejs/plugin-react": "2.2.0",
5050
"@vitest/coverage-v8": "1.6.0",
5151
"condition-circle": "2.0.2",
@@ -59,8 +59,8 @@
5959
"husky": "9.0.11",
6060
"lint-staged": "15.2.2",
6161
"prettier": "3.0.3",
62-
"react": "16.14.0",
63-
"react-dom": "16.14.0",
62+
"react": "18.3.1",
63+
"react-dom": "18.3.1",
6464
"regenerator-runtime": "0.14.1",
6565
"rimraf": "5.0.7",
6666
"semantic-release": "23.0.8",
@@ -70,8 +70,8 @@
7070
"vite-plugin-istanbul": "5.0.0"
7171
},
7272
"peerDependencies": {
73-
"react": ">=16.8.0",
74-
"react-dom": ">=16.8.0"
73+
"react": ">=18.3.1",
74+
"react-dom": ">=18.3.1"
7575
},
7676
"browserslist": [
7777
"chrome >= 50",
@@ -87,8 +87,8 @@
8787
"verifyConditions": "condition-circle"
8888
},
8989
"engines": {
90-
"node": ">=16.11",
91-
"npm": ">=8.x"
90+
"node": ">=22",
91+
"npm": ">=10"
9292
},
9393
"lint-staged": {
9494
"*.{js,ts,tsx}": [
@@ -103,7 +103,6 @@
103103
},
104104
"overrides": {
105105
"ramda": "0.29.1",
106-
"npm": "10.8.2",
107106
"semver": "7.6.2",
108107
"postcss": "8.5.6",
109108
"@babel/runtime": "7.27.6",

0 commit comments

Comments
 (0)