Skip to content

Commit 083ac1e

Browse files
fix: downgrade version of prism components to published (#2692)
1 parent 0caa030 commit 083ac1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@stoplight/json": "3.21.7",
1111
"@stoplight/json-schema-ref-parser": "9.2.7",
1212
"@stoplight/prism-core": "^5.8.0",
13-
"@stoplight/prism-http": "5.12.1",
14-
"@stoplight/prism-http-server": "^5.12.1",
13+
"@stoplight/prism-http": "5.12.0",
14+
"@stoplight/prism-http-server": "^5.12.0",
1515
"@stoplight/types": "^14.1.0",
1616
"chalk": "^4.1.2",
1717
"chokidar": "^3.5.2",

packages/http-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@stoplight/prism-core": "^5.8.0",
23-
"@stoplight/prism-http": "^5.12.1",
23+
"@stoplight/prism-http": "^5.12.0",
2424
"@stoplight/types": "^14.1.0",
2525
"fast-xml-parser": "^4.2.0",
2626
"fp-ts": "^2.11.5",

0 commit comments

Comments
 (0)