Skip to content

Commit

Permalink
Merge pull request #28197 from storybookjs/norbert/sync-deps
Browse files Browse the repository at this point in the history
Build: Sync deps
(cherry picked from commit ba52208)
  • Loading branch information
ndelangen authored and shilman committed Jun 27, 2024
1 parent f55340b commit c05eb82
Show file tree
Hide file tree
Showing 10 changed files with 975 additions and 2,550 deletions.
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"@storybook/web-components-vite": "workspace:*",
"@storybook/web-components-webpack5": "workspace:*",
"@testing-library/dom": "^7.29.4",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/express": "^4.17.11",
Expand Down
34 changes: 2 additions & 32 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ __metadata:
languageName: node
linkType: hard

"@adobe/css-tools@npm:^4.3.1, @adobe/css-tools@npm:^4.3.2":
"@adobe/css-tools@npm:^4.3.2":
version: 4.3.3
resolution: "@adobe/css-tools@npm:4.3.3"
checksum: 10c0/e76e712df713964b87cdf2aca1f0477f19bebd845484d5fcba726d3ec7782366e2f26ec8cb2dcfaf47081a5c891987d8a9f5c3f30d11e1eb3c1848adc27fcb24
Expand Down Expand Up @@ -6820,7 +6820,7 @@ __metadata:
"@storybook/web-components-vite": "workspace:*"
"@storybook/web-components-webpack5": "workspace:*"
"@testing-library/dom": "npm:^7.29.4"
"@testing-library/jest-dom": "npm:6.1.4"
"@testing-library/jest-dom": "npm:6.4.5"
"@testing-library/react": "npm:^14.0.0"
"@testing-library/user-event": "npm:^14.4.3"
"@types/express": "npm:^4.17.11"
Expand Down Expand Up @@ -7386,36 +7386,6 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:6.1.4":
version: 6.1.4
resolution: "@testing-library/jest-dom@npm:6.1.4"
dependencies:
"@adobe/css-tools": "npm:^4.3.1"
"@babel/runtime": "npm:^7.9.2"
aria-query: "npm:^5.0.0"
chalk: "npm:^3.0.0"
css.escape: "npm:^1.5.1"
dom-accessibility-api: "npm:^0.5.6"
lodash: "npm:^4.17.15"
redent: "npm:^3.0.0"
peerDependencies:
"@jest/globals": ">= 28"
"@types/jest": ">= 28"
jest: ">= 28"
vitest: ">= 0.32"
peerDependenciesMeta:
"@jest/globals":
optional: true
"@types/jest":
optional: true
jest:
optional: true
vitest:
optional: true
checksum: 10c0/2e23f120613fd8ae6d5169bbc94f1a2e4c82b07182057dc94db8ec54ebf32555833442e6c43a187e59715d83704ffb5df49ba88a71f6f32d2683f3d95ba721c7
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:6.4.5":
version: 6.4.5
resolution: "@testing-library/jest-dom@npm:6.4.5"
Expand Down
13 changes: 1 addition & 12 deletions scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6288,7 +6288,7 @@ __metadata:
languageName: node
linkType: hard

"ejs@npm:^3.1.10":
"ejs@npm:^3.1.10, ejs@npm:^3.1.7":
version: 3.1.10
resolution: "ejs@npm:3.1.10"
dependencies:
Expand All @@ -6299,17 +6299,6 @@ __metadata:
languageName: node
linkType: hard

"ejs@npm:^3.1.7":
version: 3.1.9
resolution: "ejs@npm:3.1.9"
dependencies:
jake: "npm:^10.8.5"
bin:
ejs: bin/cli.js
checksum: 10c0/f0e249c79128810f5f6d5cbf347fc906d86bb9384263db0b2a9004aea649f2bc2d112736de5716c509c80afb4721c47281bd5b57c757d3b63f1bf5ac5f885893
languageName: node
linkType: hard

"electron-to-chromium@npm:^1.4.601":
version: 1.4.610
resolution: "electron-to-chromium@npm:1.4.610"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@storybook/nextjs": "^8.0.0",
"@storybook/react": "^8.0.0",
"@storybook/test": "^8.0.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "^14.2.1",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
Expand Down
Loading

0 comments on commit c05eb82

Please sign in to comment.