Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 7f6a498 commit e619420
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 180 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"lint": "eslint . --max-warnings 0 && publint packages/*"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.14.0",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"publint": "^0.2.12",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0"
"typescript-eslint": "^8.12.2"
},
"keywords": [
"eslint",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-remote-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"homepage": "https://github.com/AriPerkkio/eslint-remote-tester",
"bugs": "https://github.com/AriPerkkio/eslint-remote-tester",
"dependencies": {
"@babel/code-frame": "^7.26.0",
"@babel/code-frame": "^7.26.2",
"JSONStream": "^1.3.5",
"chalk": "^4.1.2",
"ink": "^3.2.0",
Expand All @@ -56,11 +56,11 @@
"@eslint/eslintrc": "^3.1.0",
"@types/babel__code-frame": "^7.0.6",
"@types/eslint": "^9.6.1",
"@types/node": "^22.8.1",
"@types/node": "^22.8.7",
"@types/object-hash": "^3.0.6",
"@types/react": "^17.0.83",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-plugin-local-rules": "^3.0.2",
"eslint-remote-tester-repositories": "workspace:*",
"importx": "^0.5.0",
Expand All @@ -69,7 +69,7 @@
"node-pty": "^1.0.0",
"strip-ansi": "^6.0.1",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"peerDependencies": {
"eslint": ">=9",
Expand Down
2 changes: 1 addition & 1 deletion packages/repositories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"keywords": [
"eslint",
Expand Down
Loading

0 comments on commit e619420

Please sign in to comment.