Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/nextjs-app-dir-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-icons": "^5.4.0",
"sonner": "^2.0.7",
"swr": "^2.4.1",
"uuid": "^11.1.0"
"uuid": "^14.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-icons": "^5.4.0",
"sonner": "^2.0.7",
"swr": "^2.4.1",
"uuid": "^11.1.0"
"uuid": "^14.0.1"
},
"devDependencies": {
"@knocklabs/eslint-config": "workspace:^",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17338,7 +17338,7 @@ __metadata:
sonner: "npm:^2.0.7"
swr: "npm:^2.4.1"
typescript: "npm:^5.8.3"
uuid: "npm:^11.1.0"
uuid: "npm:^14.0.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -17378,7 +17378,7 @@ __metadata:
sonner: "npm:^2.0.7"
swr: "npm:^2.4.1"
typescript: "npm:^5.8.3"
uuid: "npm:^11.1.0"
uuid: "npm:^14.0.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -21526,12 +21526,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^11.1.0":
version: 11.1.0
resolution: "uuid@npm:11.1.0"
"uuid@npm:^14.0.1":
version: 14.0.1
resolution: "uuid@npm:14.0.1"
bin:
uuid: dist/esm/bin/uuid
checksum: 10c0/34aa51b9874ae398c2b799c88a127701408cd581ee89ec3baa53509dd8728cbb25826f2a038f9465f8b7be446f0fbf11558862965b18d21c993684297628d4d3
uuid: dist-node/bin/uuid
checksum: 10c0/2d961289097cb68c37d93d1da0b5c3aafc1eb9948a455cca8d0ae53a099b2fe583b8933254a84097f700e6bac2e23033364904df0467c22551d5d9611febcaf6
languageName: node
linkType: hard

Expand Down
Loading