Skip to content

Commit

Permalink
chore(deps): update 3rd party dependencies (patch/minor) (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 31, 2024
1 parent 2479069 commit 216791e
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 99 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@tophat/eslint-config": "^9.0.0",
"@tophat/eslint-import-resolver-require": "^1.0.0",
"@tophat/jest-resolver": "^0.1.0",
"@types/jest": "^29.5.8",
"@types/node": "^20",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@yarnpkg/core": "^4.0.3",
Expand All @@ -49,11 +49,11 @@
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "5.3.3"
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "5.4.2"
},
"scripts": {
"clean": "rm -rf reports && yarn workspaces foreach -vpi --worktree run clean",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.0.3"
"prettier": "^3.2.5"
},
"dependencies": {
"@noahnu/eslint-import-resolver-require": "workspace:^0.0.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-import-resolver-require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
],
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/eslint": "^8.44.3",
"@types/jest": "^29.5.5",
"@types/eslint": "^8.56.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.25",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1"
Expand All @@ -41,6 +41,6 @@
"eslint-import-resolver-node": "^0.3.9"
},
"peerDependencies": {
"eslint-plugin-import": ">= 2.0.0"
"eslint-plugin-import": ">= 2.29.1"
}
}
2 changes: 1 addition & 1 deletion packages/internal-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"main": "./src/index.ts",
"devDependencies": {
"@types/node": "^20.9.0"
"@types/node": "^20.11.25"
}
}
4 changes: 2 additions & 2 deletions packages/unused-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"dependencies": {
"@types/debug": "^4.1.12",
"@typescript-eslint/typescript-estree": "^7.4.0",
"clipanion": "4.0.0-rc.2",
"clipanion": "4.0.0-rc.3",
"debug": "^4.3.4",
"fast-glob": "^3.3.2",
"typanion": "^3.14.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@noahnu/internal-test-utils": "workspace:*",
"@types/node": "^20.9.0"
"@types/node": "^20.11.25"
}
}
Loading

0 comments on commit 216791e

Please sign in to comment.