Skip to content

Commit

Permalink
chore(deps): bump the dev-dependencies group with 4 updates (#163)
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 4 updates: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom), [@playwright/test](https://github.com/microsoft/playwright), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [style-dictionary](https://github.com/amzn/style-dictionary).


Updates `@testing-library/jest-dom` from 6.1.6 to 6.2.1
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.1.6...v6.2.1)

Updates `@playwright/test` from 1.40.1 to 1.41.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.40.1...v1.41.1)

Updates `@types/node` from 20.10.6 to 20.11.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `style-dictionary` from 3.9.1 to 3.9.2
- [Release notes](https://github.com/amzn/style-dictionary/releases)
- [Changelog](https://github.com/amzn/style-dictionary/blob/main/CHANGELOG.md)
- [Commits](amzn/style-dictionary@v3.9.1...v3.9.2)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  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/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: style-dictionary
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 24, 2024
1 parent c9e04f7 commit 0323353
Show file tree
Hide file tree
Showing 9 changed files with 79 additions and 72 deletions.
2 changes: 1 addition & 1 deletion components/password-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:watch": "vitest watch"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/jest-dom": "^6.2.1",
"@types/react": "^17.0.67",
"@types/react-dom": "^17.0.21",
"@vitest/coverage-c8": "^0.33.0",
Expand Down
2 changes: 1 addition & 1 deletion components/slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:watch": "vitest watch"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^17.0.67",
Expand Down
2 changes: 1 addition & 1 deletion components/stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:watch": "vitest watch"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^12.1.5",
"@types/react": "^17.0.67",
"@types/react-dom": "^17.0.21",
Expand Down
2 changes: 1 addition & 1 deletion components/topbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:watch": "vitest watch"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^12.1.5",
"@types/react": "^17.0.67",
"@types/react-dom": "^17.0.21",
Expand Down
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"vite": "^3.0.9"
},
"devDependencies": {
"@playwright/test": "1.40.1",
"@types/node": "^20.10.6",
"@playwright/test": "1.41.1",
"@types/node": "^20.11.5",
"@types/react": "^17.0.67",
"@types/react-dom": "^17.0.21",
"eslint": "^8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@svgr/core": "^5.5.0",
"@types/node": "^20.10.6",
"@types/node": "^20.11.5",
"@types/react": "^18.2.24",
"eslint": "^8.56.0",
"icon-font-generator": "^2.1.11",
Expand Down
Loading

0 comments on commit 0323353

Please sign in to comment.