Skip to content

Commit

Permalink
fix: lock the react version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 29, 2024
1 parent ddfb3d2 commit 79fec4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"@uiw/react-codemirror": "4.22.0",
"next": "14.0.3",
"react": "^18",
"react": "~18.2.0",
"react-codemirror-merge": "4.22.0",
"react-dom": "^18"
"react-dom": "~18.2.0"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"@kkt/less-modules": "^7.5.4",
"@kkt/ncc": "^1.0.13",
"@types/react-test-renderer": "~18.0.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"husky": "^9.0.11",
"kkt": "^7.5.4",
"lerna": "^8.0.0",
Expand Down

0 comments on commit 79fec4c

Please sign in to comment.