Skip to content

Commit

Permalink
🔖 chore: lock react version
Browse files Browse the repository at this point in the history
  • Loading branch information
eternallycyf committed Apr 27, 2024
1 parent 7daeef7 commit 920d338
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@types/node": "^16",
"@types/semantic-release": "^17",
"@types/sinon": "^10.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"semantic-release": "^19.0.5",
"semantic-release-config-gitmoji": "^1.5.3",
"multi-semantic-release": "^3",
Expand All @@ -82,7 +82,7 @@
"@umijs/max": "^4",
"mockjs": "^1.1.0",
"@umijs/test": "^4",
"@testing-library/react": "14.2.2",
"@testing-library/react": "^14",
"jest": "^29",
"jsdom": "^21",
"jest-environment-jsdom": "^28.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"@babel/runtime": "^7.23.1"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"echarts": "^5.4.3",
"lodash": "^4.17.21"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
}
6 changes: 3 additions & 3 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@babel/runtime": "^7.23.1"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"lodash": "^4.17.21"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
}
6 changes: 3 additions & 3 deletions packages/ims-view-pc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"antd": "^5",
"axios": "^1.5.1",
"lodash": "^4.17.21",
"react": "^18",
"react-dom": "^18"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/video.js": "^7.3.53"
Expand All @@ -50,4 +50,4 @@
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
}
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
},
"peerDependencies": {
"lodash": "^4.17.21",
"react": "^18",
"react-dom": "^18"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit 920d338

Please sign in to comment.