Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed May 20, 2024
1 parent 3cf4ee2 commit d50d548
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 39 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,29 +48,29 @@
"rules"
],
"devDependencies": {
"@eslint/eslintrc": "^3.0.0",
"@types/eslint": "^8.56.5",
"@types/node": "^20.12.5",
"@eslint/eslintrc": "^3.1.0",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.12",
"@types/shelljs": "^0.8.15",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitest/coverage-v8": "^1.5.2",
"bumpp": "^9.2.1",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitest/coverage-v8": "^1.6.0",
"bumpp": "^9.4.1",
"dedent": "^1.5.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^53.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.2",
"memfs": "^4.9.2",
"oxlint": "^0.3.0",
"prettier": "^3.2.4",
"oxlint": "^0.3.5",
"prettier": "^3.2.5",
"shelljs": "^0.8.5",
"tsx": "^4.7.2",
"typescript": "^5.4.4",
"vite": "^5.2.10",
"vite-plugin-dts": "^3.9.0",
"vitest": "^1.5.2"
"tsx": "^4.10.5",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.6.0"
},
"lint-staged": {
"*.{js,cjs,ts}": "eslint",
Expand Down
41 changes: 17 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d50d548

Please sign in to comment.