Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Apr 7, 2024
1 parent dd19934 commit 05e6aa1
Show file tree
Hide file tree
Showing 2 changed files with 563 additions and 281 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"prepublishOnly": "run-s format:check lint:check typecheck test build copy-dts"
},
"dependencies": {
"@types/eslint": "^8.56.5",
"@typescript-eslint/utils": "^7.2.0"
"@types/eslint": "^8.56.7",
"@typescript-eslint/utils": "^7.5.0"
},
"peerDependencies": {
"@typescript-eslint/parser": "^7.0.0",
Expand All @@ -60,19 +60,19 @@
},
"devDependencies": {
"@qnighy/dedent": "^0.1.1",
"@susisu/eslint-config": "^0.0.79",
"@types/node": "^20.11.27",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/rule-tester": "^7.2.0",
"@vitest/coverage-v8": "^1.3.1",
"@susisu/eslint-config": "^0.0.81",
"@types/node": "^20.12.5",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/rule-tester": "^7.5.0",
"@vitest/coverage-v8": "^1.4.0",
"eslint": "^8.57.0",
"eslint-plugin-eslint-plugin": "^5.4.0",
"eslint-plugin-eslint-plugin": "^5.5.0",
"eslint-plugin-vitest": "^0.3.26",
"globals": "^14.0.0",
"globals": "^15.0.0",
"npm-run-all2": "^6.1.2",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "~5.4.2",
"vitest": "^1.3.1"
"typescript": "~5.4.4",
"vitest": "^1.4.0"
}
}
Loading

0 comments on commit 05e6aa1

Please sign in to comment.