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 Nov 1, 2022
1 parent a5e5b51 commit 3994417
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 123 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"prisma": "4.5.0",
"rimraf": "^3.0.2",
"tsup": "^6.3.0",
"turbo": "^1.6.2",
"turbo": "^1.6.3",
"typescript": "4.8.4"
}
}
4 changes: 2 additions & 2 deletions packages/handler/package.json
Expand Up @@ -28,7 +28,7 @@
"@favware/cliff-jumper": "^1.8.8",
"@sleepymaid/util": "workspace:^",
"@swc/core": "^1.3.11",
"@types/node": "^18.11.8",
"@types/node": "^18.11.9",
"@types/node-cron": "^3.0.5",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
Expand All @@ -37,7 +37,7 @@
},
"dependencies": {
"@sapphire/node-utilities": "^1.0.0",
"discord-api-types": "^0.37.14",
"discord-api-types": "^0.37.16",
"discord.js": "^14.6.0",
"node-cron": "^3.0.2",
"reflect-metadata": "^0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Expand Up @@ -28,7 +28,7 @@
"@favware/cliff-jumper": "^1.8.8",
"@sleepymaid/handler": "workspace:^",
"@swc/core": "^1.3.11",
"@types/node": "^18.11.8",
"@types/node": "^18.11.9",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
"tsup": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Expand Up @@ -25,7 +25,7 @@
"license": "MIT",
"devDependencies": {
"@swc/core": "^1.3.11",
"@types/node": "^18.11.8",
"@types/node": "^18.11.9",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
"tsup": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.8.8",
"@swc/core": "^1.3.11",
"@types/node": "^18.11.8",
"@types/node": "^18.11.9",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
"tsup": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion services/api/package.json
Expand Up @@ -11,7 +11,7 @@
"author": "Ecorte",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.11.8",
"@types/node": "^18.11.9",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
"typescript": "4.8.4"
Expand Down
4 changes: 2 additions & 2 deletions services/bot/package.json
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"devDependencies": {
"@types/i18next-fs-backend": "^1.1.2",
"@types/node": "^18.11.8",
"@types/node": "^18.11.9",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
"typescript": "4.8.4"
Expand All @@ -26,7 +26,7 @@
"@sleepymaid/logger": "workspace:^",
"@sleepymaid/shared": "workspace:^",
"@sleepymaid/util": "*",
"discord-api-types": "^0.37.14",
"discord-api-types": "^0.37.16",
"discord.js": "^14.6.0",
"fs": "0.0.1-security",
"i18next": "^22.0.4",
Expand Down
4 changes: 2 additions & 2 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.8",
"@types/node": "^18.11.9",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
"typescript": "4.8.4"
Expand All @@ -22,7 +22,7 @@
"@sleepymaid/handler": "workspace:^",
"@sleepymaid/logger": "workspace:^",
"@sleepymaid/shared": "workspace:^",
"discord-api-types": "^0.37.14",
"discord-api-types": "^0.37.16",
"discord.js": "^14.6.0",
"i18next": "^22.0.4",
"i18next-fs-backend": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions services/website/package.json
Expand Up @@ -14,14 +14,14 @@
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11",
"framer-motion": "^7",
"next": "^13.0.0",
"next": "^13.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.1.0",
"sass": "^1.55.0"
},
"devDependencies": {
"@types/node": "^18.11.8",
"@types/node": "^18.11.9",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"typescript": "4.8.4"
Expand Down

0 comments on commit 3994417

Please sign in to comment.