Skip to content

Commit

Permalink
fix(deps): update dependency @types/react to ^18.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 85e9b51 commit e1894d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/easy-test-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@thisisagile/easy": "workspace:^",
"@types/react": "^18.3.3",
"@types/react": "^18.3.8",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ __metadata:
"@testing-library/react": "npm:^14.2.1"
"@thisisagile/easy": "workspace:^"
"@thisisagile/easy-test": "workspace:*"
"@types/react": "npm:^18.3.3"
"@types/react": "npm:^18.3.8"
jest-environment-jsdom: "npm:^29.7.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
Expand Down Expand Up @@ -2194,7 +2194,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^18.3.3":
"@types/react@npm:*":
version: 18.3.3
resolution: "@types/react@npm:18.3.3"
dependencies:
Expand All @@ -2204,6 +2204,16 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.3.8":
version: 18.3.8
resolution: "@types/react@npm:18.3.8"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/367312c9fe276639ecb142265e090a4dd04bb39f8d718cbab546de3f1ddcfddeff415e1147d0fc40f734badaa7420b7b109d511bd4304b2c4c9c36164612fdf8
languageName: node
linkType: hard

"@types/semver@npm:^7.3.12":
version: 7.5.8
resolution: "@types/semver@npm:7.5.8"
Expand Down

0 comments on commit e1894d7

Please sign in to comment.