Skip to content

Commit 797f093

Browse files
chore(deps): bump the dev-dependencies group across 1 directory with 3 updates (#407)
Bumps the dev-dependencies group with 3 updates in the / directory: [@testing-library/user-event](https://github.com/testing-library/user-event), [@playwright/test](https://github.com/microsoft/playwright) and [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash). Updates `@testing-library/user-event` from 14.5.2 to 14.6.1 - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](testing-library/user-event@v14.5.2...v14.6.1) Updates `@playwright/test` from 1.49.0 to 1.50.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.49.0...v1.50.1) Updates `@types/lodash` from 4.17.13 to 4.17.16 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c6b2a2 commit 797f093

File tree

4 files changed

+42
-42
lines changed

4 files changed

+42
-42
lines changed

components/slider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@testing-library/jest-dom": "^6.6.3",
2727
"@testing-library/react": "^14.2.1",
28-
"@testing-library/user-event": "^14.5.2",
28+
"@testing-library/user-event": "^14.6.1",
2929
"@types/react": "^18.3.12",
3030
"@types/react-dom": "^18.3.1",
3131
"@vitest/coverage-c8": "^0.33.0",

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"vite": "^3.0.9"
4545
},
4646
"devDependencies": {
47-
"@playwright/test": "1.49.0",
47+
"@playwright/test": "1.50.1",
4848
"@types/node": "^20.11.18",
4949
"@types/react": "^18.3.12",
5050
"@types/react-dom": "^18.3.1",

illustrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@axiscommunications/fluent-theme": "workspace:*",
4242
"@testing-library/jest-dom": "^6.6.3",
4343
"@testing-library/react": "^14.2.1",
44-
"@types/lodash": "4.17.13",
44+
"@types/lodash": "4.17.16",
4545
"@types/node": "^20.10.6",
4646
"@types/react": "^18.3.12",
4747
"@types/yargs": "17.0.32",

pnpm-lock.yaml

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)