Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 15, 2024
1 parent f34eeec commit c46355e
Show file tree
Hide file tree
Showing 2 changed files with 498 additions and 405 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "ext-name",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.3.0",
"description": "",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand All @@ -29,7 +29,7 @@
"dist"
],
"engines": {
"vscode": "^1.89.0"
"vscode": "^1.90.0"
},
"activationEvents": [
"onStartupFinished"
Expand All @@ -46,19 +46,19 @@
"release": "bumpp && nr publish"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.1",
"@antfu/eslint-config": "^2.21.1",
"@antfu/ni": "^0.21.12",
"@types/node": "^20.12.12",
"@types/vscode": "^1.89.0",
"@vscode/vsce": "^2.26.1",
"@types/node": "^20.14.2",
"@types/vscode": "^1.90.0",
"@vscode/vsce": "^2.27.0",
"bumpp": "^9.4.1",
"eslint": "^9.3.0",
"eslint": "^9.5.0",
"esno": "^4.7.0",
"pnpm": "^9.1.1",
"pnpm": "^9.3.0",
"rimraf": "^5.0.7",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.3.1",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit c46355e

Please sign in to comment.