Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Oct 21, 2024
1 parent 0028c16 commit c31aa36
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 106 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,28 +52,28 @@
"rules"
],
"devDependencies": {
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@oxc-node/core": "^0.0.15",
"@types/node": "^22.0.0",
"@types/node": "^22.7.7",
"@types/shelljs": "^0.8.15",
"@vitest/coverage-v8": "^2.0.0",
"bumpp": "^9.4.1",
"@vitest/coverage-v8": "^2.1.3",
"bumpp": "^9.7.1",
"dedent": "^1.5.3",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^56.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"memfs": "^4.9.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"memfs": "^4.14.0",
"oxlint": "^0.10.0",
"prettier": "^3.3.1",
"prettier": "^3.3.3",
"scule": "^1.3.0",
"shelljs": "^0.8.5",
"typescript": "^5.4.5",
"typescript-eslint": "^8.8.1",
"vite": "^5.2.13",
"vite-plugin-dts": "^4.0.0",
"vitest": "^2.0.0"
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9",
"vite-plugin-dts": "^4.2.4",
"vitest": "^2.1.3"
},
"lint-staged": {
"*.{js,cjs,ts}": "eslint --flag unstable_ts_config",
Expand Down
Loading

0 comments on commit c31aa36

Please sign in to comment.