Skip to content

Commit

Permalink
chore(deps): update 3rd party dependencies (patch/minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 3, 2024
1 parent eaa0a59 commit 1b2e1f0
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 319 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"packageManager": "[email protected]",
"devDependencies": {
"@jest/types": "^29.6.3",
"@monoweave/plugin-github": "^2.2.1",
"@monoweave/plugin-github": "^2.3.0",
"@noahnu/eslint-config": "^1.0.0",
"@tophat/commitizen-adapter": "^1.0.2",
"@tophat/commitlint-config": "^1.0.2",
"@tophat/conventional-changelog-config": "^1.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@yarnpkg/core": "^4.1.0",
"@yarnpkg/sdks": "^3.1.2",
"@yarnpkg/types": "^4.0.0",
Expand All @@ -45,8 +45,8 @@
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "5.4.5"
Expand All @@ -66,7 +66,7 @@
"release": "monoweave --log-level 0 --plugins @monoweave/plugin-github"
},
"dependencies": {
"@monoweave/cli": "^1.4.1",
"@monoweave/types": "^1.4.1"
"@monoweave/cli": "^1.5.0",
"@monoweave/types": "^1.5.0"
}
}
14 changes: 7 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/utils": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/utils": "^7.13.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import-x": "^0.5.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.1"
"prettier": "^3.3.2"
},
"dependencies": {
"@noahnu/eslint-import-resolver-require": "workspace:^0.0.5",
Expand All @@ -74,16 +74,16 @@
},
"peerDependencies": {
"@noahnu/eslint-import-resolver-require": "workspace:^0.0.5",
"@typescript-eslint/eslint-plugin": ">=7.12.0",
"@typescript-eslint/parser": ">=7.12.0",
"@typescript-eslint/eslint-plugin": ">=7.13.0",
"@typescript-eslint/parser": ">=7.13.0",
"eslint": ">=8.57.0",
"eslint-config-prettier": ">=9.1.0",
"eslint-import-resolver-node": ">=0.3.9",
"eslint-import-resolver-typescript": ">=3.6.1",
"eslint-plugin-import-x": ">=0.5.1",
"eslint-plugin-jest": ">=28.6.0",
"eslint-plugin-prettier": ">=5.1.3",
"prettier": ">=3.3.1",
"prettier": ">=3.3.2",
"typescript": ">=5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/unused-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@types/debug": "^4.1.12",
"@typescript-eslint/typescript-estree": "^7.12.0",
"@typescript-eslint/typescript-estree": "^7.13.0",
"clipanion": "4.0.0-rc.3",
"debug": "^4.3.5",
"fast-glob": "^3.3.2",
Expand Down
Loading

0 comments on commit 1b2e1f0

Please sign in to comment.