Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Oct 29, 2023
1 parent bb98c5b commit fceb94b
Show file tree
Hide file tree
Showing 12 changed files with 2,642 additions and 3,408 deletions.
363 changes: 0 additions & 363 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

14 changes: 5 additions & 9 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
compressionLevel: mixed

enableGlobalCache: true

gitHooksPath: .github/hooks

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'

yarnPath: .yarn/releases/yarn-3.6.3.cjs

gitHooksPath: .github/hooks
yarnPath: .yarn/releases/yarn-4.0.1.cjs
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"check-update": "turbo run check-update"
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@favware/cliff-jumper": "^2.2.0",
"@favware/npm-deprecate": "^1.0.7",
"@sapphire/eslint-config": "^5.0.2",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@swc/core": "^1.3.94",
"@types/node": "^20.8.7",
"@swc/core": "^1.3.95",
"@types/node": "^20.8.9",
"@types/ws": "^8.5.8",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitest/coverage-v8": "^0.34.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.52.0",
Expand Down Expand Up @@ -70,5 +70,5 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "yarn@3.6.3"
"packageManager": "yarn@4.0.1"
}
2 changes: 1 addition & 1 deletion packages/http-framework-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@discordjs/collection": "^1.5.3",
"@sapphire/utilities": "^3.13.0",
"@skyra/i18next-backend": "workspace:^",
"discord-api-types": "^0.37.60",
"discord-api-types": "^0.37.61",
"i18next": "^22.5.1",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/http-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@sapphire/result": "^2.6.4",
"@sapphire/utilities": "^3.13.0",
"@vladfrangu/async_event_emitter": "^2.2.2",
"discord-api-types": "^0.37.60"
"discord-api-types": "^0.37.61"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18next-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@types/node": "^20.8.7",
"@types/node": "^20.8.9",
"i18next": "^22.5.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/shared-http-pieces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"dependencies": {
"@discordjs/builders": "^1.6.5",
"@discordjs/collection": "^1.5.3",
"@sentry/integrations": "^7.74.1",
"@sentry/node": "^7.74.1",
"@sentry/integrations": "^7.76.0",
"@sentry/node": "^7.76.0",
"@skyra/http-framework": "workspace:^",
"@skyra/http-framework-i18n": "workspace:^",
"discord-api-types": "^0.37.60",
"discord-api-types": "^0.37.61",
"tslib": "^2.6.2"
},
"repository": {
Expand Down
Loading

0 comments on commit fceb94b

Please sign in to comment.