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 Apr 25, 2024
1 parent 772af92 commit e7cd93a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
]
},
"resolutions": {
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"dockerode": "3.3.5",
"@types/dockerode": "3.3.28",
"jest-environment-jsdom": "30.0.0-alpha.2"
Expand All @@ -56,8 +56,8 @@
"@changesets/cli": "2.27.1",
"@playwright/test": "^1.43.0",
"@spotify/prettier-config": "14.1.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/webpack": "5.28.0",
"concurrently": "^8.0.0",
"eslint-plugin-notice": "0.9.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@testing-library/user-event": "^14.0.0",
"@types/jest": "*",
"@types/node": "^20.11.5",
"@types/react-dom": "*",
"@types/react-dom": "18.3.0",
"cross-env": "7.0.3",
"start-server-and-test": "1.14.0"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/score-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@testing-library/user-event": "^14.0.0",
"@types/jest": "*",
"@types/node": "^20.11.5",
"@types/react-dom": "*",
"@types/react-dom": "18.3.0",
"cross-fetch": "3.1.5",
"http-server": "14.1.1",
"msw": "0.47.3"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7866,7 +7866,7 @@ __metadata:
"@types/jest": "npm:*"
"@types/node": "npm:^20.11.5"
"@types/react": "npm:^18.0.0"
"@types/react-dom": "npm:*"
"@types/react-dom": "npm:18.3.0"
cross-fetch: "npm:3.1.5"
http-server: "npm:14.1.1"
msw: "npm:0.47.3"
Expand Down Expand Up @@ -11385,7 +11385,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^18":
"@types/react-dom@npm:18.2.18":
version: 18.2.18
resolution: "@types/react-dom@npm:18.2.18"
dependencies:
Expand Down Expand Up @@ -11433,7 +11433,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18":
"@types/react@npm:18.2.48":
version: 18.2.48
resolution: "@types/react@npm:18.2.48"
dependencies:
Expand Down Expand Up @@ -12513,7 +12513,7 @@ __metadata:
"@testing-library/user-event": "npm:^14.0.0"
"@types/jest": "npm:*"
"@types/node": "npm:^20.11.5"
"@types/react-dom": "npm:*"
"@types/react-dom": "npm:18.3.0"
cross-env: "npm:7.0.3"
history: "npm:5.3.0"
prop-types: "npm:15.8.1"
Expand Down Expand Up @@ -24031,8 +24031,8 @@ __metadata:
"@changesets/cli": "npm:2.27.1"
"@playwright/test": "npm:^1.43.0"
"@spotify/prettier-config": "npm:14.1.6"
"@types/react": "npm:^18"
"@types/react-dom": "npm:^18"
"@types/react": "npm:18.2.48"
"@types/react-dom": "npm:18.2.18"
"@types/webpack": "npm:5.28.0"
concurrently: "npm:^8.0.0"
eslint-plugin-notice: "npm:0.9.10"
Expand Down

0 comments on commit e7cd93a

Please sign in to comment.