Skip to content

Commit e3bab05

Browse files
committed
fix: story dev mode not working + bump dependencies
1 parent 6736d96 commit e3bab05

File tree

4 files changed

+21
-30
lines changed

4 files changed

+21
-30
lines changed

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
uses: actions/checkout@v3
1414

1515
- name: Setup pnpm
16-
uses: pnpm/action-setup@v2.2.4
16+
uses: pnpm/action-setup@v4
1717
with:
18-
version: 8
18+
version: 9
1919
run_install: true
2020

2121
- name: Setup node

.github/workflows/ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Setup pnpm
18-
uses: pnpm/action-setup@v2.2.4
18+
uses: pnpm/action-setup@v4
1919
with:
20-
version: 8
20+
version: 9
2121
run_install: true
2222

2323
- name: Setup node

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hoppscotch/ui",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"description": "Hoppscotch UI",
66
"author": "Hoppscotch ([email protected])",
@@ -34,7 +34,7 @@
3434
"@fontsource-variable/inter": "^5.0.5",
3535
"@fontsource-variable/material-symbols-rounded": "^5.0.5",
3636
"@fontsource-variable/roboto-mono": "^5.0.6",
37-
"@hoppscotch/vue-sonner": "^1.2.2",
37+
"@hoppscotch/vue-sonner": "^1.2.3",
3838
"@hoppscotch/vue-toasted": "^0.1.0",
3939
"@vitejs/plugin-legacy": "^2.3.0",
4040
"@vueuse/core": "^8.7.5",
@@ -43,7 +43,6 @@
4343
"path": "^0.12.7",
4444
"vite-plugin-eslint": "^1.8.1",
4545
"vue-promise-modals": "^0.1.0",
46-
"vue-sonner": "^1.1.2",
4746
"vuedraggable-es": "^4.1.1"
4847
},
4948
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)