Skip to content

Commit

Permalink
Merge pull request #11 from PascalHonegger/update-to-latest
Browse files Browse the repository at this point in the history
feat(deps): upgrade all to latest
  • Loading branch information
PascalHonegger authored Nov 18, 2023
2 parents 5c17ca8 + 5a932b9 commit c0dca45
Show file tree
Hide file tree
Showing 3 changed files with 370 additions and 371 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/honegger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm check
Expand All @@ -31,12 +29,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpx playwright install --with-deps
- run: pnpm install
- run: pnpm exec playwright install --with-deps
- run: pnpm test
37 changes: 17 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "honegger.dev",
"version": "0.0.1",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand All @@ -15,31 +16,27 @@
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@playwright/test": "^1.37.1",
"@playwright/test": "^1.40.0",
"@poppanator/sveltekit-svg": "^4.1.3",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.24.1",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.49.0",
"@sveltejs/kit": "^1.27.6",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.33.0",
"postcss": "^8.4.29",
"eslint-plugin-svelte": "^2.35.0",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"svelte": "^4.2.5",
"svelte-check": "^3.6.0",
"svelte-preprocess": "^5.1.0",
"tailwindcss": "^3.3.5",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^4.5.0"
},
"type": "module",
"engines": {
"node": "18",
"pnpm": "8"
}
"type": "module"
}
Loading

0 comments on commit c0dca45

Please sign in to comment.