Skip to content

Commit

Permalink
Fix dependencies (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim authored Dec 6, 2024
1 parent 329c3e1 commit a5d8eb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"devDependencies": {
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@tsconfig/strictest": "^2.0.5",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.11",
"jest": "^29.7.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/react-chain-of-responsibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"devDependencies": {
"@testing-library/react": "^12",
"@types/react": "^16",
"@types/react-dom": "^16",
"react": "16.8.0",
"react-dom": "16.8.0",
"react-test-renderer": "16.8.0"
Expand All @@ -71,6 +72,7 @@
"devDependencies": {
"@testing-library/react": "^12",
"@types/react": "^17",
"@types/react-dom": "^17",
"react": "17.0.0",
"react-dom": "17.0.0",
"react-test-renderer": "17.0.0"
Expand All @@ -79,6 +81,7 @@
"switch:react-18": {
"devDependencies": {
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-test-renderer": "18.0.0"
Expand Down

0 comments on commit a5d8eb6

Please sign in to comment.