Skip to content

Commit 2a63372

Browse files
fix(common): OpenAPI import worker not working in production (hoppscotch#5140)
Co-authored-by: jamesgeorge007 <[email protected]>
1 parent beb3184 commit 2a63372

File tree

2 files changed

+28
-24
lines changed

2 files changed

+28
-24
lines changed

packages/hoppscotch-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"do-lintfix": "pnpm run lintfix"
2222
},
2323
"dependencies": {
24-
"@apidevtools/swagger-parser": "10.1.1",
24+
"@apidevtools/swagger-parser": "11.0.1",
2525
"@codemirror/autocomplete": "6.18.1",
2626
"@codemirror/commands": "6.7.0",
2727
"@codemirror/lang-javascript": "6.2.2",
@@ -40,7 +40,7 @@
4040
"@hoppscotch/js-sandbox": "workspace:^",
4141
"@hoppscotch/kernel": "workspace:^",
4242
"@hoppscotch/plugin-appload": "github:CuriousCorrelation/tauri-plugin-appload#5939b8f",
43-
"@hoppscotch/ui": "0.2.2",
43+
"@hoppscotch/ui": "0.2.5",
4444
"@hoppscotch/vue-toasted": "0.1.0",
4545
"@lezer/highlight": "1.2.0",
4646
"@noble/curves": "1.6.0",

pnpm-lock.yaml

Lines changed: 26 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)