Skip to content

Commit

Permalink
chore(deps): update npm packages (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent ed660a4 commit adecd06
Show file tree
Hide file tree
Showing 2 changed files with 308 additions and 305 deletions.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.10.0",
"description": "Turn off all rules already supported by oxlint",
"type": "module",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -52,28 +52,29 @@
"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",
"jiti": "^2.3.3",
"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 adecd06

Please sign in to comment.