Skip to content

Commit

Permalink
fix: Semver ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Aug 25, 2024
1 parent 7a09af5 commit 9ad1122
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions packages/kitten-analysts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
},
"devDependencies": {
"@types/jsdom": "21.1.7",
"@types/koa": "^2",
"@types/koa__cors": "^5",
"@types/koa": "2",
"@types/koa__cors": "5",
"@types/koa-router": "7.4.8",
"@types/node": "20.14.10",
"@types/uuid": "^10",
"@types/ws": "^8",
"@types/uuid": "10",
"@types/ws": "8",
"esbuild": "0.23.0",
"typescript": "5.5.3",
"vite": "5.4.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -593,12 +593,12 @@ __metadata:
"@koa/cors": "npm:5.0.0"
"@oliversalzburg/js-utils": "npm:0.0.59"
"@types/jsdom": "npm:21.1.7"
"@types/koa": "npm:^2"
"@types/koa": "npm:2"
"@types/koa-router": "npm:7.4.8"
"@types/koa__cors": "npm:^5"
"@types/koa__cors": "npm:5"
"@types/node": "npm:20.14.10"
"@types/uuid": "npm:^10"
"@types/ws": "npm:^8"
"@types/uuid": "npm:10"
"@types/ws": "npm:8"
esbuild: "npm:0.23.0"
jsdom: "npm:24.1.0"
koa: "npm:2.15.3"
Expand Down Expand Up @@ -1295,7 +1295,7 @@ __metadata:
languageName: node
linkType: hard

"@types/koa@npm:*, @types/koa@npm:^2":
"@types/koa@npm:*, @types/koa@npm:2":
version: 2.15.0
resolution: "@types/koa@npm:2.15.0"
dependencies:
Expand All @@ -1311,7 +1311,7 @@ __metadata:
languageName: node
linkType: hard

"@types/koa__cors@npm:^5":
"@types/koa__cors@npm:5":
version: 5.0.0
resolution: "@types/koa__cors@npm:5.0.0"
dependencies:
Expand Down Expand Up @@ -1431,7 +1431,7 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^10":
"@types/uuid@npm:10":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: 10c0/9a1404bf287164481cb9b97f6bb638f78f955be57c40c6513b7655160beb29df6f84c915aaf4089a1559c216557dc4d2f79b48d978742d3ae10b937420ddac60
Expand All @@ -1445,12 +1445,12 @@ __metadata:
languageName: node
linkType: hard

"@types/ws@npm:^8":
version: 8.5.10
resolution: "@types/ws@npm:8.5.10"
"@types/ws@npm:8":
version: 8.5.12
resolution: "@types/ws@npm:8.5.12"
dependencies:
"@types/node": "npm:*"
checksum: 10c0/e9af279b984c4a04ab53295a40aa95c3e9685f04888df5c6920860d1dd073fcc57c7bd33578a04b285b2c655a0b52258d34bee0a20569dca8defb8393e1e5d29
checksum: 10c0/3fd77c9e4e05c24ce42bfc7647f7506b08c40a40fe2aea236ef6d4e96fc7cb4006a81ed1b28ec9c457e177a74a72924f4768b7b4652680b42dfd52bc380e15f9
languageName: node
linkType: hard

Expand Down

0 comments on commit 9ad1122

Please sign in to comment.