Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#565)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore: lower eslint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
  • Loading branch information
renovate[bot] and AriPerkkio authored Nov 25, 2024
1 parent bc60bcb commit bfdc768
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 187 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.13.0",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.13.0",
"eslint": "9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"publint": "^0.2.12",
"typescript": "^5.7.2",
"typescript-eslint": "^8.12.2"
"typescript-eslint": "^8.15.0"
},
"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 @@ -53,14 +53,14 @@
"simple-git": "^3.27.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/eslintrc": "^3.2.0",
"@types/babel__code-frame": "^7.0.6",
"@types/eslint": "^9.6.1",
"@types/node": "^22.8.7",
"@types/node": "^22.9.3",
"@types/object-hash": "^3.0.6",
"@types/react": "^17.0.83",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.13.0",
"eslint": "9.13.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.7.2",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"peerDependencies": {
"eslint": ">=9",
Expand Down
4 changes: 2 additions & 2 deletions packages/repositories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"test": "vitest run"
},
"devDependencies": {
"@types/node-fetch": "^2.6.11",
"@types/node-fetch": "^2.6.12",
"chalk": "^4.1.2",
"node-fetch": "^2.7.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "^5.7.2",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"keywords": [
"eslint",
Expand Down
Loading

0 comments on commit bfdc768

Please sign in to comment.