Skip to content

Commit 6db72fb

Browse files
committed
Use explicit deps versions
1 parent 716393e commit 6db72fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"dependencies": {
1010
"@stoplight/json": "3.21.7",
1111
"@stoplight/json-schema-ref-parser": "9.2.7",
12-
"@stoplight/prism-core": "^5.8.0",
12+
"@stoplight/prism-core": "5.9.0",
1313
"@stoplight/prism-http": "5.12.0",
14-
"@stoplight/prism-http-server": "^5.12.0",
15-
"@stoplight/types": "^14.1.0",
14+
"@stoplight/prism-http-server": "5.12.0",
15+
"@stoplight/types": "14.1.0",
1616
"chalk": "^4.1.2",
1717
"chokidar": "^3.5.2",
1818
"fp-ts": "^2.11.5",
@@ -50,4 +50,4 @@
5050
"pkg": {
5151
"scripts": "../../node_modules/fp-ts/**/package.json"
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)