Skip to content

Commit

Permalink
chore: update dependencies and package manager version
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 committed Mar 9, 2024
1 parent d2b8d3b commit 187b94c
Show file tree
Hide file tree
Showing 5 changed files with 279 additions and 275 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.1.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
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.0.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
2 changes: 1 addition & 1 deletion locales
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "interchat",
"private": true,
"version": "3.17.6",
"description": "A growing Discord bot which provides inter-server chat!",
"main": "build/index.js",
Expand All @@ -20,7 +19,7 @@
"type": "module",
"dependencies": {
"@prisma/client": "^5.10.2",
"@sentry/node": "^7.105.0",
"@sentry/node": "^7.106.0",
"@tensorflow/tfjs-node": "^4.17.0",
"@top-gg/sdk": "^3.1.6",
"common-tags": "^1.8.2",
Expand Down Expand Up @@ -67,5 +66,5 @@
"lint-staged": {
"*.ts": "eslint --cache --fix"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.1"
}
Loading

0 comments on commit 187b94c

Please sign in to comment.