Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 27, 2024
1 parent 7315d1f commit dbb7cf1
Show file tree
Hide file tree
Showing 7 changed files with 271 additions and 370 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^20.16.13",
"@types/node": "^20.17.1",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitest/coverage-v8": "^2.1.3",
Expand All @@ -29,12 +29,12 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.10",
"npm-run-all2": "^6.2.4",
"npm-run-all2": "^6.2.6",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"turbo": "^2.2.1",
"turbo": "^2.2.3",
"typescript": "^5.5.2",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vitest": "^2.1.3"
},
"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.0"
"tsup": "^8.3.5"
}
}
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.0"
"tsup": "^8.3.5"
}
}
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.0"
"tsup": "^8.3.5"
}
}
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.0"
"tsup": "^8.3.5"
},
"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.0"
"tsup": "^8.3.5"
}
}
Loading

0 comments on commit dbb7cf1

Please sign in to comment.