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 Jan 12, 2023
1 parent 29dff55 commit a7c74a3
Show file tree
Hide file tree
Showing 13 changed files with 1,038 additions and 757 deletions.
510 changes: 263 additions & 247 deletions .yarn/releases/yarn-3.3.0.cjs → .yarn/releases/yarn-3.3.1.cjs 100644 → 100755

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.3.0.cjs
yarnPath: .yarn/releases/yarn-3.3.1.cjs
2 changes: 1 addition & 1 deletion docker/postgresql/Dockerfile
@@ -1,3 +1,3 @@
FROM postgres:14.5-alpine
FROM postgres:14.6-alpine

LABEL name "sleepymaid postgresql"
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"services/*",
"packages/*"
],
"packageManager": "yarn@3.3.0",
"packageManager": "yarn@3.3.1",
"scripts": {
"build": "yarn turbo run build",
"test": "yarn turbo run test --parallel",
Expand All @@ -18,27 +18,27 @@
"prepare": "yarn husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-angular": "^17.3.0",
"@favware/cliff-jumper": "^1.9.0",
"@commitlint/cli": "^17.4.1",
"@commitlint/config-angular": "^17.4.0",
"@favware/cliff-jumper": "^1.10.0",
"@favware/npm-deprecate": "^1.0.7",
"@types/prettier": "2.7.1",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@yarnpkg/cli-dist": "^3.3.0",
"eslint": "^8.30.0",
"@types/prettier": "2.7.2",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@yarnpkg/cli-dist": "^3.3.1",
"eslint": "^8.31.0",
"eslint-config-neon": "^0.1.40",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "^2.27.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"husky": "^8.0.2",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"prisma": "^4.7.1",
"prettier": "^2.8.2",
"prisma": "^4.8.1",
"rimraf": "^3.0.2",
"tsup": "^6.5.0",
"turbo": "^1.6.3",
"turbo": "^1.7.0",
"typescript": "^4.9.4"
}
}
8 changes: 4 additions & 4 deletions packages/handler/package.json
Expand Up @@ -25,11 +25,11 @@
"author": "Ecorte",
"license": "MIT",
"devDependencies": {
"@favware/cliff-jumper": "^1.9.0",
"@favware/cliff-jumper": "^1.10.0",
"@sleepymaid/util": "workspace:^",
"@swc/core": "^1.3.23",
"@types/node": "^18.11.17",
"@types/node-cron": "^3.0.6",
"@swc/core": "^1.3.26",
"@types/node": "^18.11.18",
"@types/node-cron": "^3.0.7",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
"tsup": "^6.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Expand Up @@ -25,10 +25,10 @@
"author": "Ecorte",
"license": "MIT",
"devDependencies": {
"@favware/cliff-jumper": "^1.9.0",
"@favware/cliff-jumper": "^1.10.0",
"@sleepymaid/handler": "workspace:^",
"@swc/core": "^1.3.23",
"@types/node": "^18.11.17",
"@swc/core": "^1.3.26",
"@types/node": "^18.11.18",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
"tsup": "^6.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/package.json
Expand Up @@ -24,15 +24,15 @@
"author": "Ecorte",
"license": "MIT",
"devDependencies": {
"@swc/core": "^1.3.23",
"@types/node": "^18.11.17",
"@swc/core": "^1.3.26",
"@types/node": "^18.11.18",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
"dependencies": {
"fuse.js": "^6.6.2",
"i18next": "^22.4.5"
"i18next": "^22.4.9"
}
}
10 changes: 5 additions & 5 deletions packages/util/package.json
Expand Up @@ -26,14 +26,14 @@
"author": "Ecorte",
"license": "MIT",
"devDependencies": {
"@favware/cliff-jumper": "^1.9.0",
"@swc/core": "^1.3.23",
"@types/node": "^18.11.17",
"@favware/cliff-jumper": "^1.10.0",
"@swc/core": "^1.3.26",
"@types/node": "^18.11.18",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.2",
"vitest": "^0.25.8"
"vite": "^4.0.4",
"vitest": "^0.27.1"
}
}
6 changes: 3 additions & 3 deletions services/api/package.json
Expand Up @@ -11,15 +11,15 @@
"author": "Ecorte",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.11.17",
"@types/node": "^18.11.18",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
"typescript": "^4.9.4"
},
"dependencies": {
"@discordjs/brokers": "^0.1.0",
"@hapi/boom": "^10.0.0",
"@prisma/client": "^4.7.1",
"@prisma/client": "^4.8.1",
"@sapphire/node-utilities": "^1.0.0",
"@sapphire/result": "^2.6.0",
"@sapphire/shapeshift": "^3.8.1",
Expand All @@ -31,7 +31,7 @@
"ioredis": "^5.2.4",
"path": "0.12.7",
"polka": "1.0.0-next.22",
"prisma": "^4.7.1",
"prisma": "^4.8.1",
"reflect-metadata": "0.1.13",
"trouter": "^3.2.0",
"tsyringe": "4.7.0"
Expand Down
10 changes: 5 additions & 5 deletions services/bot/package.json
Expand Up @@ -12,14 +12,14 @@
"license": "MIT",
"devDependencies": {
"@types/i18next-fs-backend": "^1.1.2",
"@types/node": "^18.11.17",
"@types/node": "^18.11.18",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
"typescript": "^4.9.4"
},
"dependencies": {
"@discordjs/brokers": "^0.1.0",
"@prisma/client": "^4.7.1",
"@prisma/client": "^4.8.1",
"@sapphire/result": "^2.6.0",
"@sapphire/stopwatch": "1.5.0",
"@sleepymaid/handler": "workspace:^",
Expand All @@ -28,12 +28,12 @@
"@sleepymaid/util": "*",
"discord.js": "^14.7.1",
"fs": "0.0.1-security",
"i18next": "^22.4.5",
"i18next-fs-backend": "^2.1.0",
"i18next": "^22.4.9",
"i18next-fs-backend": "^2.1.1",
"ioredis": "^5.2.4",
"murmurhash-v3": "^1.0.2",
"path": "0.12.7",
"prisma": "^4.7.1",
"prisma": "^4.8.1",
"reflect-metadata": "0.1.13",
"tsyringe": "4.7.0"
}
Expand Down
6 changes: 3 additions & 3 deletions services/helper/package.json
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"devDependencies": {
"@types/i18next-fs-backend": "^1.1.2",
"@types/node": "^18.11.17",
"@types/node": "^18.11.18",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
"typescript": "^4.9.4"
Expand All @@ -23,8 +23,8 @@
"@sleepymaid/logger": "workspace:^",
"@sleepymaid/shared": "workspace:^",
"discord.js": "^14.7.1",
"i18next": "^22.4.5",
"i18next-fs-backend": "^2.1.0",
"i18next": "^22.4.9",
"i18next-fs-backend": "^2.1.1",
"ioredis": "^5.2.4",
"path": "0.12.7",
"reflect-metadata": "^0.1.13",
Expand Down
10 changes: 5 additions & 5 deletions services/website/package.json
Expand Up @@ -13,17 +13,17 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"framer-motion": "^7.10.2",
"next": "^13.0.7",
"framer-motion": "^7.10.3",
"next": "^13.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.1.0",
"sass": "^1.57.0"
"sass": "^1.57.1"
},
"devDependencies": {
"@types/node": "^18.11.17",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-dom": "^18.0.10",
"typescript": "^4.9.4"
}
}

0 comments on commit a7c74a3

Please sign in to comment.