Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Feb 15, 2023
1 parent ec4a9c6 commit 9291ad3
Show file tree
Hide file tree
Showing 4 changed files with 672 additions and 310 deletions.
2 changes: 1 addition & 1 deletion apps/api/.npm-upgrade.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"reason": ""
}
}
}
}
34 changes: 17 additions & 17 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,46 +28,46 @@
"@types/qrcode": "^1.5.0",
"@types/sharp": "^0.31.1",
"dotenv": "^16.0.3",
"esbuild": "^0.17.7",
"esbuild": "^0.17.8",
"esbuild-register": "^3.4.2",
"multer": "^1.4.5-lts.1",
"regenerator-runtime": "^0.13.11",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vitest": "^0.28.4"
"vitest": "^0.28.5"
},
"dependencies": {
"@discordjs/rest": "^1.5.0",
"@prisma/client": "^4.10.1",
"@sentry/node": "^7.37.1",
"@sentry/tracing": "^7.37.1",
"@sentry/node": "^7.37.2",
"@sentry/tracing": "^7.37.2",
"@snaily-cad/image-data-uri": "^3.1.0",
"@snailycad/audit-logger": "1.47.0",
"@snailycad/config": "1.47.0",
"@snailycad/permissions": "1.47.0",
"@snailycad/schemas": "1.47.0",
"@snailycad/types": "1.47.0",
"@snailycad/utils": "1.47.0",
"@tsed/common": "^7.14.0",
"@tsed/components-scan": "^7.14.0",
"@tsed/core": "^7.14.0",
"@tsed/di": "^7.14.0",
"@tsed/exceptions": "^7.14.0",
"@tsed/json-mapper": "^7.14.0",
"@tsed/platform-exceptions": "^7.14.0",
"@tsed/platform-express": "^7.14.0",
"@tsed/schema": "^7.14.0",
"@tsed/socketio": "^7.14.0",
"@tsed/swagger": "^7.14.0",
"@tsed/common": "^7.14.1",
"@tsed/components-scan": "^7.14.1",
"@tsed/core": "^7.14.1",
"@tsed/di": "^7.14.1",
"@tsed/exceptions": "^7.14.1",
"@tsed/json-mapper": "^7.14.1",
"@tsed/platform-exceptions": "^7.14.1",
"@tsed/platform-express": "^7.14.1",
"@tsed/schema": "^7.14.1",
"@tsed/socketio": "^7.14.1",
"@tsed/swagger": "^7.14.1",
"bcrypt": "^5.1.0",
"compression": "1.7.4",
"cookie": "^0.5.0",
"cookie-parser": "1.4.6",
"cors": "2.8.5",
"cuid": "^2.1.8",
"discord-api-types": "0.37.32",
"discord-api-types": "0.37.33",
"express": "4.18.2",
"glob": "^8.1.0",
"is-ip": "3.1.0",
Expand All @@ -79,7 +79,7 @@
"qrcode": "^1.5.1",
"sharp": "^0.31.3",
"socket.io": "^4.6.0",
"undici": "^5.18.0",
"undici": "^5.19.1",
"use-intl": "^2.10.2"
}
}
20 changes: 10 additions & 10 deletions apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@casper124578/use-socket.io": "5.0.1",
"@casper124578/useful": "^2.0.6",
"@headlessui/react": "^1.7.8",
"@headlessui/react": "^1.7.11",
"@radix-ui/react-accordion": "^1.1.0",
"@radix-ui/react-context-menu": "^2.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.2",
Expand All @@ -32,8 +32,8 @@
"@radix-ui/react-tooltip": "^1.0.3",
"@react-aria/label": "^3.4.4",
"@react-aria/ssr": "^3.4.1",
"@sentry/nextjs": "^7.37.1",
"@sentry/tracing": "^7.37.1",
"@sentry/nextjs": "^7.37.2",
"@sentry/tracing": "^7.37.2",
"@snailycad/audit-logger": "1.47.0",
"@snailycad/config": "1.47.0",
"@snailycad/permissions": "1.47.0",
Expand All @@ -42,11 +42,11 @@
"@snailycad/ui": "1.47.0",
"@snailycad/utils": "1.47.0",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.24.4",
"@tanstack/react-query": "^4.24.6",
"@tanstack/react-table": "8.7.9",
"@tanstack/react-virtual": "^3.0.0-alpha.0",
"@tanstack/virtual-core": "^3.0.0-alpha.1",
"axios": "^1.3.2",
"axios": "^1.3.3",
"bignumber.js": "^9.1.1",
"color": "^4.2.3",
"date-fns": "^2.29.3",
Expand Down Expand Up @@ -83,7 +83,7 @@
"remark-github": "^11.2.4",
"slate": "^0.90.0",
"slate-history": "^0.86.0",
"slate-react": "^0.90.0",
"slate-react": "^0.91.0",
"socket.io-client": "^4.6.0",
"sortablejs": "^1.15.0",
"storage-factory": "^0.2.1",
Expand All @@ -96,17 +96,17 @@
"@types/color": "^3.0.3",
"@types/leaflet": "^1.9.0",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/sortablejs": "^1.15.0",
"@types/uuid": "^9.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"rimraf": "^4.1.2",
"sass": "^1.58.0",
"sass": "^1.58.1",
"tailwindcss": "^3.2.6",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vitest": "^0.28.4"
"vitest": "^0.28.5"
}
}
Loading

0 comments on commit 9291ad3

Please sign in to comment.