Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent dbabf6e commit 4923157
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 155 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

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

- name: Setup Node
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

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

- name: Setup Node
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: ">= 20.12.2"

Expand Down
6 changes: 3 additions & 3 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": "[email protected].2",
"packageManager": "[email protected].3",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -24,7 +24,7 @@
"@gauntface/logger": "^3.0.115",
"@sentry/browser": "^8.7.0",
"@sentry/cli": "^2.32.1",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tsconfig/svelte": "^5.0.4",
"@types/archiver": "^6.0.2",
"@types/eslint__js": "^8.42.3",
Expand All @@ -42,7 +42,7 @@
"prettier": "^3.3.0",
"prettier-plugin-svelte": "^3.2.3",
"semver": "^7.6.2",
"svelte": "^4.2.17",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-preprocess": "^6.0.0",
"tslib": "^2.6.2",
Expand Down
Loading

0 comments on commit 4923157

Please sign in to comment.