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 Jul 6, 2023
1 parent 45b1ae7 commit d139923
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,27 @@
"format": "prettier --write {src,tests}/**/*.ts"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/preset-env": "^7.22.7",
"@babel/preset-typescript": "^7.22.5",
"@sapphire/eslint-config": "4.3.8",
"@sapphire/prettier-config": "1.4.4",
"@sapphire/ts-config": "3.3.4",
"@types/jest": "^28.1.8",
"eslint": "8.29.0",
"eslint": "8.44.0",
"jest": "^28.1.3",
"prettier": "2.8.0",
"prettier": "2.8.8",
"rimraf": "3.0.2",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "4.9.3"
"typescript": "4.9.5"
},
"prettier": "@sapphire/prettier-config",
"dependencies": {
"@kirishima/fetch": "^0.3.2",
"@sapphire/async-queue": "^1.5.0",
"gen-esm-wrapper": "^1.1.3",
"lavalink-api-types": "^1.1.5",
"tslib": "^2.4.1",
"undici": "^5.13.0"
"tslib": "^2.6.0",
"undici": "^5.22.1"
}
}

0 comments on commit d139923

Please sign in to comment.