Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #361

Merged
merged 1 commit into from
Dec 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@sapphire/result": "^2.7.2",
"colorette": "^2.0.20",
"commander": "^12.1.0",
"execa": "^9.5.1",
"execa": "^9.5.2",
"find-up": "^5.0.0",
"js-yaml": "^4.1.0",
"prompts": "^2.4.2",
Expand Down Expand Up @@ -67,7 +67,7 @@
"eslint-plugin-prettier": "^5.2.1",
"globby": "^14.0.2",
"lint-staged": "^15.2.10",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
},
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -697,12 +697,12 @@ __metadata:
eslint: "npm:^8.57.1"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.2.1"
execa: "npm:^9.5.1"
execa: "npm:^9.5.2"
find-up: "npm:^5.0.0"
globby: "npm:^14.0.2"
js-yaml: "npm:^4.1.0"
lint-staged: "npm:^15.2.10"
prettier: "npm:^3.4.1"
prettier: "npm:^3.4.2"
prompts: "npm:^2.4.2"
ts-node: "npm:^10.9.2"
tslib: "npm:^2.8.1"
Expand Down Expand Up @@ -2104,9 +2104,9 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:^9.4.0, execa@npm:^9.5.1":
version: 9.5.1
resolution: "execa@npm:9.5.1"
"execa@npm:^9.4.0, execa@npm:^9.5.2":
version: 9.5.2
resolution: "execa@npm:9.5.2"
dependencies:
"@sindresorhus/merge-streams": "npm:^4.0.0"
cross-spawn: "npm:^7.0.3"
Expand All @@ -2120,7 +2120,7 @@ __metadata:
signal-exit: "npm:^4.1.0"
strip-final-newline: "npm:^4.0.0"
yoctocolors: "npm:^2.0.0"
checksum: 10/aa030cdd43ffbf6a8825c16eec1515729553ce3655a8fa5165f0ddab2320957a9783effbeff37662e238e6f5d979d9732e3baa4bcaaeba4360856e627a214177
checksum: 10/652fa492e7e1052becba12275aafd1c3d249967a4400f798877aa6c21fafcd8182ee3ce09a54f0379785635f32a4adeef77b2edb83d7e8a55b06819ed102ff2a
languageName: node
linkType: hard

Expand Down Expand Up @@ -3773,12 +3773,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.0.0, prettier@npm:^3.3.0, prettier@npm:^3.4.1":
version: 3.4.1
resolution: "prettier@npm:3.4.1"
"prettier@npm:^3.0.0, prettier@npm:^3.3.0, prettier@npm:^3.4.2":
version: 3.4.2
resolution: "prettier@npm:3.4.2"
bin:
prettier: bin/prettier.cjs
checksum: 10/1ee4d1b1a9b6761cbb847cd81b9d87e51a0f4b2a4d5fe5755627c24828afe057a7ee9b764c3ee777d84abd46218d173d8a204ee9cb3acdd321ff9a6b25f99c1c
checksum: 10/a3e806fb0b635818964d472d35d27e21a4e17150c679047f5501e1f23bd4aa806adf660f0c0d35214a210d5d440da6896c2e86156da55f221a57938278dc326e
languageName: node
linkType: hard

Expand Down
Loading