Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent 1ff5ff0 commit 64cb6b1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@
}
},
"resolutions": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"@types/react": "17.0.39"
}
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"peerDependencies": {
"@types/react": ">= 16.8.6",
"@types/react-dom": "17.0.13",
"react": ">= 16.8.4",
"react-dom": ">= 16.8.4"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down
6 changes: 3 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"peerDependencies": {
"@types/react": ">= 16.8.6",
"@types/react-dom": "17.0.13",
"react": ">= 16.8.4",
"react-dom": ">= 16.8.4"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"peerDependenciesMeta": {
"@types/react": {
Expand All @@ -96,7 +96,7 @@
}
},
"engines": {
"node": ">=10.13.0"
"node": "22.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/web/src/Components/Container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"build": "rollup -c"
},
"peerDependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/core": "4.12.4",
"react": "17.0.2"
},
"config": {},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8.0.0"
"node": "22.6.0"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13625,7 +13625,7 @@ react-docgen@^5.0.0:
node-dir "^0.1.10"
strip-indent "^3.0.0"

[email protected], react-dom@^17.0.1:
[email protected]:
version "17.0.2"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
Expand Down Expand Up @@ -13821,7 +13821,7 @@ react-transition-group@^4.4.0:
loose-envify "^1.4.0"
prop-types "^15.6.2"

[email protected], react@^16.14.0, react@^17.0.1:
[email protected], react@^16.14.0:
version "17.0.2"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
Expand Down

0 comments on commit 64cb6b1

Please sign in to comment.