Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 7, 2024
1 parent 964047d commit a05f3ec
Show file tree
Hide file tree
Showing 5 changed files with 846 additions and 524 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
// Enable the ESlint flat config support
"eslint.experimental.useFlatConfig": true,

// Disable the default formatter, use eslint instead
"prettier.enable": false,
"editor.formatOnSave": false,
Expand Down
13 changes: 1 addition & 12 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
// @ts-check
import antfu from '@antfu/eslint-config'

export default antfu(
{
ignores: [
// eslint ignore globs here
],
},
{
rules: {
// overrides
},
},
)
export default antfu()
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pkg-placeholder",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.4.0",
"description": "_description_",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -48,20 +48,20 @@
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.1",
"@antfu/eslint-config": "^2.22.0-beta.2",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.8",
"@types/node": "^20.12.12",
"@antfu/utils": "^0.7.10",
"@types/node": "^20.14.10",
"bumpp": "^9.4.1",
"eslint": "^9.3.0",
"eslint": "^9.6.0",
"esno": "^4.7.0",
"lint-staged": "^15.2.2",
"pnpm": "^9.1.1",
"rimraf": "^5.0.7",
"lint-staged": "^15.2.7",
"pnpm": "^9.4.0",
"rimraf": "^5.0.8",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"vite": "^5.2.11",
"vite": "^5.3.3",
"vitest": "^1.6.0"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit a05f3ec

Please sign in to comment.