Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Jul 30, 2024
1 parent a43edc3 commit 229c1f0
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 254 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- uses: peaceiris/actions-gh-pages@v3
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default tse.config({
'@typescript-eslint/no-empty-object-type': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unused-expressions': 'off',
'@typescript-eslint/ban-types': ['error', { types: { '{}': false }, extendDefaults: true }],
'no-constant-condition': 'off',
},
})
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,21 @@
"text-field-edit": "^4.1.1"
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@hyrious/esbuild-dev": "^0.10.6",
"@eslint/js": "^9.8.0",
"@hyrious/esbuild-dev": "^0.10.7",
"@hyrious/esbuild-plugin-svelte": "^0.2.2",
"@hyrious/rimraf": "^0.1.0",
"@hyrious/w7": "^0.1.13",
"@iconify/utils": "^2.1.25",
"@types/node": "~20.14.7",
"@iconify/utils": "^2.1.29",
"@types/node": "^20.14.13",
"case-police": "^0.6.1",
"esbuild": "^0.21.5",
"eslint": "^9.5.0",
"esbuild": "^0.23.0",
"eslint": "^9.8.0",
"fast-glob": "^3.3.2",
"highlight.js": "^11.9.0",
"highlight.js": "^11.10.0",
"launch-editor-middleware": "^2.8.0",
"svelte-check": "^3.8.1",
"typescript-eslint": "8.0.0-alpha.30"
}
"svelte-check": "^3.8.4",
"typescript-eslint": "8.0.0-alpha.58"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 229c1f0

Please sign in to comment.