Skip to content

Commit fd92209

Browse files
chore(deps): update react monorepo to ~18.3.0
1 parent 9ca4bd9 commit fd92209

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"lerna": "^8.0.0",
3131
"lint-staged": "^15.1.0",
3232
"prettier": "^3.0.0",
33-
"react-test-renderer": "~18.2.0",
33+
"react-test-renderer": "~18.3.0",
3434
"tsbb": "^4.1.5",
3535
"jest": "^29.5.0",
3636
"jest-watch-typeahead": "^2.2.2",
3737
"jest-environment-jsdom": "^29.5.0",
3838
"jest-environment-node": "^29.5.0",
39-
"react": "~18.2.0",
40-
"react-dom": "~18.2.0"
39+
"react": "~18.3.0",
40+
"react-dom": "~18.3.0"
4141
},
4242
"lint-staged": {
4343
"*.{js,jsx,less,md,json}": [

www/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@kkt/raw-modules": "^7.4.9",
1616
"@kkt/scope-plugin-options": "^7.4.9",
1717
"@types/katex": "^0.16.0",
18-
"@types/react": "~18.2.0",
19-
"@types/react-dom": "~18.2.0",
18+
"@types/react": "~18.3.0",
19+
"@types/react-dom": "~18.3.0",
2020
"kkt": "^7.4.9",
2121
"markdown-react-code-preview-loader": "^2.1.4",
2222
"source-map-explorer": "~2.5.3"
@@ -27,8 +27,8 @@
2727
"dom-to-image": "^2.6.0",
2828
"katex": "~0.16.0",
2929
"mermaid": "~10.6.1",
30-
"react": "~18.2.0",
31-
"react-dom": "~18.2.0",
30+
"react": "~18.3.0",
31+
"react-dom": "~18.3.0",
3232
"rehype-sanitize": "~6.0.0"
3333
},
3434
"eslintConfig": {

0 commit comments

Comments
 (0)