Skip to content

Commit c1bce01

Browse files
authored
Merge pull request #774 from acacode/tight-deps-constraints
Keep some dependency constraints tight
2 parents 973afc7 + 25854ce commit c1bce01

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"lodash": "^4.17.21",
4444
"nanoid": "^3.3.7",
4545
"node-emoji": "^2.1.3",
46-
"prettier": "^3.3.2",
46+
"prettier": "~3.3.2",
4747
"swagger-schema-official": "2.0.0-bab6bed",
4848
"swagger2openapi": "^7.0.8",
49-
"typescript": "^5.4.5"
49+
"typescript": "~5.4.5"
5050
},
5151
"devDependencies": {
5252
"@biomejs/biome": "1.8.1",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2095,7 +2095,7 @@ __metadata:
20952095
languageName: node
20962096
linkType: hard
20972097

2098-
"prettier@npm:^3.3.2":
2098+
"prettier@npm:~3.3.2":
20992099
version: 3.3.2
21002100
resolution: "prettier@npm:3.3.2"
21012101
bin:
@@ -2585,11 +2585,11 @@ __metadata:
25852585
lodash: "npm:^4.17.21"
25862586
nanoid: "npm:^3.3.7"
25872587
node-emoji: "npm:^2.1.3"
2588-
prettier: "npm:^3.3.2"
2588+
prettier: "npm:~3.3.2"
25892589
shx: "npm:0.3.4"
25902590
swagger-schema-official: "npm:2.0.0-bab6bed"
25912591
swagger2openapi: "npm:^7.0.8"
2592-
typescript: "npm:^5.4.5"
2592+
typescript: "npm:~5.4.5"
25932593
vitest: "npm:1.6.0"
25942594
bin:
25952595
sta: ./index.js
@@ -2669,7 +2669,7 @@ __metadata:
26692669
languageName: node
26702670
linkType: hard
26712671

2672-
"typescript@npm:^5.4.5":
2672+
"typescript@npm:~5.4.5":
26732673
version: 5.4.5
26742674
resolution: "typescript@npm:5.4.5"
26752675
bin:
@@ -2679,7 +2679,7 @@ __metadata:
26792679
languageName: node
26802680
linkType: hard
26812681

2682-
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
2682+
"typescript@patch:typescript@npm%3A~5.4.5#optional!builtin<compat/typescript>":
26832683
version: 5.4.5
26842684
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
26852685
bin:

0 commit comments

Comments
 (0)