-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update 3rd party dependencies (patch/minor)
- Loading branch information
1 parent
f547297
commit 6053eae
Showing
6 changed files
with
901 additions
and
691 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,35 +21,35 @@ | |
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
"@jest/types": "^29.6.3", | ||
"@monoweave/plugin-github": "^2.3.0", | ||
"@monoweave/plugin-github": "^2.5.1", | ||
"@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.6", | ||
"@typescript-eslint/eslint-plugin": "^7.13.1", | ||
"@typescript-eslint/parser": "^7.13.1", | ||
"@types/jest": "^29.5.13", | ||
"@types/node": "^20.16.5", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"@yarnpkg/core": "^4.1.1", | ||
"@yarnpkg/sdks": "^3.1.3", | ||
"@yarnpkg/types": "^4.0.0", | ||
"commitizen": "^4.3.0", | ||
"eslint": "^8.57.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-node": "^0.3.9", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jest": "^28.6.0", | ||
"eslint-plugin-jsx-a11y": "^6.9.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"husky": "^9.0.11", | ||
"eslint-import-resolver-typescript": "^3.6.3", | ||
"eslint-plugin-import": "^2.30.0", | ||
"eslint-plugin-jest": "^28.8.3", | ||
"eslint-plugin-jsx-a11y": "^6.10.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"husky": "^9.1.6", | ||
"jest": "^29.7.0", | ||
"jest-junit": "^16.0.0", | ||
"lint-staged": "^15.2.7", | ||
"prettier": "^3.3.2", | ||
"ts-jest": "^29.1.5", | ||
"lint-staged": "^15.2.10", | ||
"prettier": "^3.3.3", | ||
"ts-jest": "^29.2.5", | ||
"ts-node": "^10.9.2", | ||
"typescript": "5.4.5" | ||
"typescript": "5.6.2" | ||
}, | ||
"scripts": { | ||
"clean": "rm -rf reports && yarn workspaces foreach -vpi --worktree run clean", | ||
|
@@ -66,7 +66,7 @@ | |
"release": "monoweave --log-level 0 --plugins @monoweave/plugin-github" | ||
}, | ||
"dependencies": { | ||
"@monoweave/cli": "^1.5.0", | ||
"@monoweave/types": "^1.5.0" | ||
"@monoweave/cli": "^1.8.1", | ||
"@monoweave/types": "^1.7.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,6 @@ | |
}, | ||
"main": "./src/index.ts", | ||
"devDependencies": { | ||
"@types/node": "^20.14.6" | ||
"@types/node": "^20.16.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.