Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#634)
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 Jan 26, 2025
1 parent 1e51647 commit 3ab43d3
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 95 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^22.10.7",
"@types/node": "^22.10.10",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitest/coverage-v8": "^2.1.8",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"lint-staged": "^15.4.1",
"lint-staged": "^15.4.2",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"turbo": "^2.3.3",
"turbo": "^2.3.4",
"typescript": "^5.5.2",
"vite": "^6.0.7",
"vite": "^6.0.11",
"vitest": "^2.1.8"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"access": "public"
},
"devDependencies": {
"tsup": "^8.3.5"
"tsup": "^8.3.6"
}
}
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"access": "public"
},
"devDependencies": {
"tsup": "^8.3.5"
"tsup": "^8.3.6"
}
}
2 changes: 1 addition & 1 deletion packages/querystring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"access": "public"
},
"devDependencies": {
"tsup": "^8.3.5"
"tsup": "^8.3.6"
}
}
2 changes: 1 addition & 1 deletion packages/yamlreader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"tsup": "^8.3.5"
"tsup": "^8.3.6"
},
"peerDependencies": {
"@types/js-yaml": "^4.0.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/zalgo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"access": "public"
},
"devDependencies": {
"tsup": "^8.3.5"
"tsup": "^8.3.6"
}
}
Loading

0 comments on commit 3ab43d3

Please sign in to comment.