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 Jul 3, 2023
1 parent cf15b67 commit caa9fe9
Show file tree
Hide file tree
Showing 4 changed files with 590 additions and 404 deletions.
449 changes: 225 additions & 224 deletions .yarn/releases/yarn-3.5.1.cjs → .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sern/handler",
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@3.6.1",
"version": "2.6.3",
"description": "A complete, customizable, typesafe, & reactive framework for discord bots.",
"main": "dist/cjs/index.cjs",
Expand Down Expand Up @@ -40,15 +40,15 @@
},
"devDependencies": {
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.59.1",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"discord.js": "^14.9.0",
"esbuild": "^0.17.0",
"esbuild": "^0.18.0",
"esbuild-ifdef": "^0.2.0",
"eslint": "8.39.0",
"eslint": "8.44.0",
"prettier": "2.8.8",
"tsup": "^6.7.0",
"typescript": "5.0.2"
"typescript": "5.1.6"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit caa9fe9

Please sign in to comment.