Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 22, 2023
1 parent 44d9e94 commit 2eb1788
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: lts/*

- name: Setup
run: npm i -g @antfu/ni
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"@antfu/eslint-define-config": "^1.23.0-2",
"@antfu/install-pkg": "^0.2.0",
"@eslint-types/jsdoc": "46.8.2-1",
"@eslint-types/typescript-eslint": "^6.11.0",
"@eslint-types/typescript-eslint": "^6.12.0",
"@eslint-types/unicorn": "^49.0.0",
"@stylistic/eslint-plugin": "^1.4.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint-config-flat-gitignore": "^0.1.1",
"eslint-plugin-antfu": "^1.0.9",
"eslint-plugin-antfu": "^1.0.10",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-i": "^2.29.0",
"eslint-plugin-jsdoc": "^46.9.0",
Expand All @@ -73,7 +73,7 @@
"eslint-plugin-perfectionist": "^2.4.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vitest": "^0.3.9",
"eslint-plugin-vitest": "^0.3.10",
"eslint-plugin-vue": "^9.18.1",
"eslint-plugin-yml": "^1.10.0",
"globals": "^13.23.0",
Expand All @@ -88,16 +88,16 @@
},
"devDependencies": {
"@antfu/eslint-config": "workspace:*",
"@antfu/ni": "^0.21.9",
"@antfu/ni": "^0.21.10",
"@stylistic/eslint-plugin-migrate": "^1.4.0",
"@types/eslint": "^8.44.7",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.9.1",
"@types/prompts": "^2.4.8",
"@types/yargs": "^17.0.31",
"@types/node": "^20.9.4",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.32",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"eslint-flat-config-viewer": "^0.1.2",
"eslint-flat-config-viewer": "^0.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
Expand All @@ -108,8 +108,8 @@
"lint-staged": "^15.1.0",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"tsup": "^7.3.0",
"typescript": "^5.2.2",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 2eb1788

Please sign in to comment.