Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Apr 28, 2024
1 parent 4e1ac0c commit d476481
Show file tree
Hide file tree
Showing 10 changed files with 5,668 additions and 4,665 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
needs: test
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
Expand All @@ -19,10 +19,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
Expand All @@ -33,10 +33,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
Expand Down
6 changes: 5 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
export { config as default } from '@arianrhodsandlot/eslint-config'
import { createConfig } from '@arianrhodsandlot/eslint-config'

export default createConfig({
perfectionist: false,
})
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,26 @@
"test:integration": "vitest -c tests/integration/vitest.config"
},
"devDependencies": {
"@arianrhodsandlot/eslint-config": "0.9.1",
"@astrojs/starlight": "0.21.2",
"@playwright/test": "1.42.1",
"@arianrhodsandlot/eslint-config": "0.12.2",
"@astrojs/starlight": "0.21.5",
"@playwright/test": "1.43.1",
"@types/emscripten": "1.39.10",
"@types/ini": "4.1.0",
"@types/is-ci": "3.0.4",
"@types/node": "20.12.7",
"@types/wicg-file-system-access": "2023.10.5",
"astro": "4.5.12",
"astro": "4.7.0",
"browserfs": "1.4.3",
"eslint": "8.57.0",
"happy-dom": "14.3.9",
"eslint": "9.1.1",
"happy-dom": "14.7.1",
"ini": "4.1.2",
"is-ci": "3.0.1",
"serve": "14.2.1",
"prettier": "3.2.5",
"serve": "14.2.3",
"sharp": "0.33.3",
"tsx": "4.7.1",
"typescript": "5.4.3",
"vite": "5.2.7",
"vitest": "1.4.0"
"tsx": "4.7.3",
"typescript": "5.4.5",
"vite": "5.2.10",
"vitest": "1.5.2"
}
}
Loading

0 comments on commit d476481

Please sign in to comment.