Skip to content

Commit

Permalink
Bump uuid and @types/uuid
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together.

Updates `uuid` from 9.0.1 to 10.0.0
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.1...v10.0.0)

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

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 6a7ad35 commit 4f8f8b7
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 23 deletions.
51 changes: 36 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.12",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@web-stories-wp/e2e-tests": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"flagged": "^2.0.10",
"prop-types": "^15.8.1",
"styled-components": "^5.3.11",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {
"@testing-library/react": "^12.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-modal": "^3.16.1",
"react-transition-group": "^4.4.5",
"styled-components": "^5.3.11",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.2.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@googleforcreators/patterns": "*",
"@googleforcreators/units": "*",
"prop-types": "^15.7.2",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {
"immer": "^10.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/masks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@googleforcreators/units": "*",
"prop-types": "^15.8.0",
"styled-components": "^5.3.11",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion packages/migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@googleforcreators/elements": "*",
"polished": "^4.3.1",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/story-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"sat": "^0.9.0",
"styled-components": "^5.3.11",
"stylis-plugin-rtl": "^1.0.0",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {
"@googleforcreators/karma-fixture": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/wp-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"opentype.js": "^1.3.4",
"prop-types": "^15.8.1",
"styled-components": "^5.3.11",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.2.9",
Expand Down

0 comments on commit 4f8f8b7

Please sign in to comment.