Skip to content

Commit

Permalink
update dependencies and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lizyChy0329 committed Nov 19, 2024
1 parent eb25b16 commit ced5429
Show file tree
Hide file tree
Showing 6 changed files with 1,318 additions and 722 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,27 +163,30 @@
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@antfu/eslint-config": "^3.9.2",
"@types/node": "^18.19.45",
"@types/vscode": "^1.82.0",
"@types/vscode": "^1.92.0",
"await-to-js": "^3.0.0",
"bumpp": "^9.7.1",
"bumpp": "^9.8.1",
"clipboardy": "^4.0.0",
"eslint-plugin-format": "^0.1.2",
"image-size": "^1.1.1",
"jest-mock-vscode": "^4.0.2",
"lint-staged": "^15.2.10",
"reactive-vscode": "^0.2.5",
"reactive-vscode": "^0.2.8",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.3",
"vitest": "^2.1.5",
"vscode-uri": "^3.0.8"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
},
"dependencies": {
"@vitejs/plugin-vue": "^5.2.0"
}
}
Loading

0 comments on commit ced5429

Please sign in to comment.