Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
[skip netlify]
  • Loading branch information
renovate[bot] committed Nov 1, 2024
1 parent 1a33e74 commit 6535b04
Show file tree
Hide file tree
Showing 3 changed files with 1,315 additions and 1,285 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/setup

build:
runs-on: ubuntu-latest
needs: [setup]
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/setup
- run: pnpm run lint
- run: pnpm run build
Expand All @@ -31,16 +31,16 @@ jobs:
needs: [setup]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/setup
- name: Install Playwright Browsers
run: pnpm exec playwright install chromium --with-deps
- name: Build
run: VITE_IS_TEST=true pnpm run build
- name: Run Playwright tests
run: pnpm test -- --reporter=html
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
if: failure()
with:
name: playwright-report
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,33 @@
"@netlify/functions": "2.8.2",
"@playwright/test": "^1.45.1",
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@unocss/core": "0.63.2",
"@unocss/extractor-svelte": "0.63.2",
"@unocss/core": "0.63.6",
"@unocss/extractor-svelte": "0.63.6",
"@unocss/preset-icons": "^0.63.0",
"@unocss/preset-wind": "^0.63.0",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-svelte": "2.44.1",
"globals": "^15.8.0",
"lefthook": "1.7.18",
"lefthook": "1.7.22",
"netlify-cli": "17.36.4",
"postcss-html": "1.7.0",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.7",
"svelte": "4.2.19",
"svelte-preprocess": "6.0.3",
"typescript": "5.6.2",
"typescript-eslint": "8.8.0",
"typescript": "5.6.3",
"typescript-eslint": "8.8.1",
"unocss": "^0.63.0",
"vite": "5.4.8",
"vite": "5.4.10",
"vite-plugin-pwa": "0.20.5"
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.18",
"@unocss/reset": "0.63.2",
"@unocss/reset": "0.63.6",
"idb-keyval": "6.2.1",
"ofetch": "1.4.0"
"ofetch": "1.4.1"
},
"prettier": {
"trailingComma": "all",
Expand Down
Loading

0 comments on commit 6535b04

Please sign in to comment.