Skip to content

Commit

Permalink
Merge pull request #18 from PascalHonegger/pnpm-9
Browse files Browse the repository at this point in the history
PNPM 9
  • Loading branch information
PascalHonegger authored May 10, 2024
2 parents bea134a + 7273814 commit 4b81dae
Show file tree
Hide file tree
Showing 3 changed files with 1,950 additions and 1,646 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/honegger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- run: pnpm install
- run: pnpm check
Expand All @@ -28,10 +28,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm
- run: pnpm install
- run: pnpm exec playwright install --with-deps
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "honegger.dev",
"version": "0.0.1",
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand All @@ -14,29 +14,29 @@
"format": "prettier --write ."
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@playwright/test": "^1.42.1",
"@fortawesome/fontawesome-free": "^6.5.2",
"@playwright/test": "^1.44.0",
"@poppanator/sveltekit-svg": "^4.2.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/dom-view-transitions": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"eslint-plugin-svelte": "^2.39.0",
"postcss": "^8.4.38",
"postcss-load-config": "^5.0.3",
"postcss-load-config": "^5.1.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"svelte": "^4.2.12",
"svelte-check": "^3.6.8",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.16",
"svelte-check": "^3.7.1",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"vite": "^5.2.7"
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"type": "module"
}
Loading

0 comments on commit 4b81dae

Please sign in to comment.