Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 4, 2024
1 parent 94c6960 commit 4c6f1fb
Show file tree
Hide file tree
Showing 4 changed files with 398 additions and 486 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
# Get the code
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Enable corepack
run: corepack enable # Enables use of pnpm

- name: Setup Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: ">= 20.12.2"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
run: echo EXTENSION_VERSION="${{ inputs.version }}" >> $GITHUB_ENV

# Get the code
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Enable corepack
run: corepack enable # Enables use of pnpm

- name: Setup Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: ">= 20.12.2"

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.6.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down Expand Up @@ -39,7 +39,7 @@
"semver": "^7.6.2",
"svelte": "^4.2.17",
"svelte-check": "^3.8.0",
"svelte-preprocess": "^5.1.4",
"svelte-preprocess": "^6.0.0",
"tslib": "^2.6.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0",
Expand Down
Loading

0 comments on commit 4c6f1fb

Please sign in to comment.