Skip to content

Commit

Permalink
fix: story dev mode not working + bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBastin committed Jul 25, 2024
1 parent 6736d96 commit e3bab05
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
run_install: true

- name: Setup node
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
run_install: true

- name: Setup node
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hoppscotch/ui",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"description": "Hoppscotch UI",
"author": "Hoppscotch (support@hoppscotch.io)",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@fontsource-variable/inter": "^5.0.5",
"@fontsource-variable/material-symbols-rounded": "^5.0.5",
"@fontsource-variable/roboto-mono": "^5.0.6",
"@hoppscotch/vue-sonner": "^1.2.2",
"@hoppscotch/vue-sonner": "^1.2.3",
"@hoppscotch/vue-toasted": "^0.1.0",
"@vitejs/plugin-legacy": "^2.3.0",
"@vueuse/core": "^8.7.5",
Expand All @@ -43,7 +43,6 @@
"path": "^0.12.7",
"vite-plugin-eslint": "^1.8.1",
"vue-promise-modals": "^0.1.0",
"vue-sonner": "^1.1.2",
"vuedraggable-es": "^4.1.1"
},
"devDependencies": {
Expand Down
38 changes: 15 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e3bab05

Please sign in to comment.