Skip to content

Commit 9ddea26

Browse files
pkg: Update @types/uuid to v11 (#3645)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa829a8 commit 9ddea26

File tree

6 files changed

+37
-27
lines changed

6 files changed

+37
-27
lines changed

examples/github-app/package-lock.json

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

examples/github-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/parse-link-header": "^2.0.0",
4141
"@types/react": "19.2.7",
4242
"@types/react-dom": "19.2.3",
43-
"@types/uuid": "^10.0.0",
43+
"@types/uuid": "^11.0.0",
4444
"react-refresh": "0.18.0",
4545
"serve": "14.2.5",
4646
"webpack": "5.103.0",

examples/todo-app/package-lock.json

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

examples/todo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@linaria/shaker": "5.0.3",
3939
"@types/react": "19.2.7",
4040
"@types/react-dom": "19.2.3",
41-
"@types/uuid": "^10.0.0",
41+
"@types/uuid": "^11.0.0",
4242
"react-refresh": "0.18.0",
4343
"webpack": "5.103.0",
4444
"webpack-cli": "6.0.1",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/react-dom": "19.2.3",
2626
"@types/react-helmet": "^6.1.5",
2727
"@types/react-router-dom": "^5.3.3",
28-
"@types/uuid": "^10.0.0",
28+
"@types/uuid": "^11.0.0",
2929
"raw-loader": "^4.0.2",
3030
"serve": "14.2.5",
3131
"webpack": "^5.76.0"

yarn.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8127,10 +8127,12 @@ __metadata:
81278127
languageName: node
81288128
linkType: hard
81298129

8130-
"@types/uuid@npm:^10.0.0":
8131-
version: 10.0.0
8132-
resolution: "@types/uuid@npm:10.0.0"
8133-
checksum: 10c0/9a1404bf287164481cb9b97f6bb638f78f955be57c40c6513b7655160beb29df6f84c915aaf4089a1559c216557dc4d2f79b48d978742d3ae10b937420ddac60
8130+
"@types/uuid@npm:^11.0.0":
8131+
version: 11.0.0
8132+
resolution: "@types/uuid@npm:11.0.0"
8133+
dependencies:
8134+
uuid: "npm:*"
8135+
checksum: 10c0/6ebf1448d8fdc78d348a8a84389b74083f2f58bed75a5a6cf3be8419d33dcf757735c8b2de746b066ff8ef07f4384d02549774dc84195ffa46b24745471e9d8e
81348136
languageName: node
81358137
linkType: hard
81368138

@@ -24393,7 +24395,7 @@ __metadata:
2439324395
"@types/react-dom": "npm:19.2.3"
2439424396
"@types/react-helmet": "npm:^6.1.5"
2439524397
"@types/react-router-dom": "npm:^5.3.3"
24396-
"@types/uuid": "npm:^10.0.0"
24398+
"@types/uuid": "npm:^11.0.0"
2439724399
bignumber.js: "npm:9.3.1"
2439824400
clsx: "npm:2.1.1"
2439924401
monaco-editor: "npm:^0.55.0"
@@ -28905,6 +28907,15 @@ __metadata:
2890528907
languageName: node
2890628908
linkType: hard
2890728909

28910+
"uuid@npm:*, uuid@npm:^13.0.0":
28911+
version: 13.0.0
28912+
resolution: "uuid@npm:13.0.0"
28913+
bin:
28914+
uuid: dist-node/bin/uuid
28915+
checksum: 10c0/950e4c18d57fef6c69675344f5700a08af21e26b9eff2bf2180427564297368c538ea11ac9fb2e6528b17fc3966a9fd2c5049361b0b63c7d654f3c550c9b3d67
28916+
languageName: node
28917+
linkType: hard
28918+
2890828919
"uuid@npm:^11.1.0":
2890928920
version: 11.1.0
2891028921
resolution: "uuid@npm:11.1.0"
@@ -28914,15 +28925,6 @@ __metadata:
2891428925
languageName: node
2891528926
linkType: hard
2891628927

28917-
"uuid@npm:^13.0.0":
28918-
version: 13.0.0
28919-
resolution: "uuid@npm:13.0.0"
28920-
bin:
28921-
uuid: dist-node/bin/uuid
28922-
checksum: 10c0/950e4c18d57fef6c69675344f5700a08af21e26b9eff2bf2180427564297368c538ea11ac9fb2e6528b17fc3966a9fd2c5049361b0b63c7d654f3c550c9b3d67
28923-
languageName: node
28924-
linkType: hard
28925-
2892628928
"uuid@npm:^8.3.2":
2892728929
version: 8.3.2
2892828930
resolution: "uuid@npm:8.3.2"

0 commit comments

Comments
 (0)