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] authored Jan 22, 2024
1 parent a9258bf commit 689b573
Show file tree
Hide file tree
Showing 4 changed files with 611 additions and 1,474 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,41 +17,41 @@
},
"devDependencies": {
"@actions/core": "^1.10.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@favware/cliff-jumper": "^2.2.3",
"@favware/npm-deprecate": "^1.0.7",
"@favware/rollup-type-bundler": "^3.2.1",
"@favware/rollup-type-bundler": "^3.3.0",
"@sapphire/eslint-config": "^5.0.3",
"@sapphire/framework": "^5.0.4",
"@sapphire/pieces": "^4.1.0",
"@sapphire/framework": "^5.0.7",
"@sapphire/pieces": "^4.2.2",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/stopwatch": "^1.5.1",
"@sapphire/stopwatch": "^1.5.2",
"@sapphire/ts-config": "^5.0.0",
"@sapphire/utilities": "^3.14.0",
"@types/node": "^20.10.5",
"@sapphire/utilities": "^3.15.3",
"@types/node": "^20.11.5",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitest/coverage-v8": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitest/coverage-v8": "^1.2.1",
"concurrently": "^8.2.2",
"cz-conventional-changelog": "^3.3.0",
"discord-api-types": "^0.37.66",
"discord-api-types": "^0.37.67",
"discord.js": "^14.14.1",
"esbuild-plugin-file-path-extensions": "^2.0.0",
"esbuild-plugin-version-injector": "^1.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"turbo": "^1.11.2",
"tsx": "^4.7.0",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.0.4"
"vitest": "^1.2.1"
},
"repository": {
"type": "git",
Expand All @@ -75,7 +75,7 @@
}
},
"resolutions": {
"acorn": "^8.11.2",
"acorn": "^8.11.3",
"ansi-regex": "^5.0.1",
"minimist": "^1.2.8"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/botlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
"dependencies": {
"tiny-typed-emitter": "^2.1.0",
"tslib": "^2.5.0",
"undici": "^5.16.0"
"tslib": "^2.6.2",
"undici": "^5.28.2"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -81,11 +81,11 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@favware/rollup-type-bundler": "^3.2.1",
"@favware/rollup-type-bundler": "^3.3.0",
"concurrently": "^8.2.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typedoc": "^0.25.4",
"tsx": "^4.7.0",
"typedoc": "^0.25.7",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.3.3"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/influxdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@favware/rollup-type-bundler": "^3.2.1",
"@favware/rollup-type-bundler": "^3.3.0",
"concurrently": "^8.2.2",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"typedoc": "^0.25.4",
"tsx": "^4.7.0",
"typedoc": "^0.25.7",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.3.3"
}
Expand Down
Loading

0 comments on commit 689b573

Please sign in to comment.