Skip to content

Commit

Permalink
chore: bump deps (SnailyCAD#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 authored Sep 1, 2023
1 parent 3eb1c44 commit af646f6
Show file tree
Hide file tree
Showing 11 changed files with 1,424 additions and 855 deletions.
58 changes: 29 additions & 29 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "pnpm vitest run"
},
"devDependencies": {
"@swc/core": "^1.3.76",
"@swc/core": "^1.3.82",
"@swc/helpers": "^0.5.1",
"@types/bcrypt": "^5.0.0",
"@types/command-exists": "^1.2.0",
Expand All @@ -25,8 +25,8 @@
"@types/glob": "^8.1.0",
"@types/jsonwebtoken": "9.0.2",
"@types/multer": "^1.4.7",
"@types/node": "^20.4.9",
"@types/qrcode": "^1.5.1",
"@types/node": "^20.5.7",
"@types/qrcode": "^1.5.2",
"@types/sharp": "^0.31.1",
"dotenv": "^16.3.1",
"esbuild": "^0.17.19",
Expand All @@ -35,16 +35,16 @@
"regenerator-runtime": "^0.14.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.1"
"vitest": "^0.34.3"
},
"dependencies": {
"@discordjs/rest": "^2.0.0",
"@discordjs/rest": "^2.0.1",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.1.1",
"@sentry/node": "^7.64.0",
"@prisma/client": "^5.2.0",
"@sentry/node": "^7.66.0",
"@snailycad/audit-logger": "workspace:*",
"@snailycad/config": "^1.70.0",
"@snailycad/image-data-uri": "^3.2.0",
Expand All @@ -53,42 +53,42 @@
"@snailycad/schemas": "workspace:*",
"@snailycad/types": "workspace:*",
"@snailycad/utils": "^1.70.0",
"@tsed/common": "^7.34.2",
"@tsed/components-scan": "^7.34.2",
"@tsed/core": "^7.34.2",
"@tsed/di": "^7.34.2",
"@tsed/exceptions": "^7.34.2",
"@tsed/json-mapper": "^7.34.2",
"@tsed/common": "^7.34.6",
"@tsed/components-scan": "^7.34.6",
"@tsed/core": "^7.34.6",
"@tsed/di": "^7.34.6",
"@tsed/exceptions": "^7.34.6",
"@tsed/json-mapper": "^7.34.6",
"@tsed/logger": "^6.6.2",
"@tsed/platform-exceptions": "^7.34.2",
"@tsed/platform-express": "^7.34.2",
"@tsed/platform-exceptions": "^7.34.6",
"@tsed/platform-express": "^7.34.6",
"@tsed/platform-middlewares": "^7.34.6",
"@tsed/platform-params": "^7.34.6",
"@tsed/schema": "^7.34.2",
"@tsed/socketio": "^7.34.2",
"@tsed/swagger": "^7.34.2",
"bcrypt": "^5.1.0",
"@tsed/schema": "^7.34.6",
"@tsed/socketio": "^7.34.6",
"@tsed/swagger": "^7.34.6",
"bcrypt": "^5.1.1",
"command-exists": "^1.2.9",
"compression": "1.7.4",
"cookie": "^0.5.0",
"cookie-parser": "1.4.6",
"date-fns": "^2.30.0",
"discord-api-types": "0.37.52",
"discord-api-types": "0.37.56",
"ejs": "^3.1.9",
"express": "4.18.2",
"glob": "^10.3.3",
"glob": "^10.3.4",
"is-ip": "3.1.0",
"jsonwebtoken": "9.0.1",
"jsonwebtoken": "9.0.2",
"nanoid": "^3.3.4",
"nodemon": "^3.0.1",
"otplib": "^12.0.1",
"prisma": "^5.1.1",
"puppeteer": "^21.1.0",
"prisma": "^5.2.0",
"puppeteer": "^21.1.1",
"qrcode": "^1.5.3",
"sharp": "^0.32.4",
"sharp": "^0.32.5",
"socket.io": "^4.7.2",
"undici": "^5.23.0",
"use-intl": "^2.19.1",
"zod": "^3.21.4"
"use-intl": "^2.20.0",
"zod": "^3.22.2"
}
}
42 changes: 21 additions & 21 deletions apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@casperiv/use-socket.io": "6.0.0",
"@casperiv/useful": "^3.0.0",
"@headlessui/react": "^1.7.16",
"@headlessui/react": "^1.7.17",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-toolbar": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
Expand All @@ -37,20 +37,20 @@
"@snailycad/ui": "workspace:*",
"@snailycad/utils": "^1.70.0",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-table": "8.9.3",
"axios": "^1.4.0",
"bignumber.js": "^9.1.1",
"axios": "^1.5.0",
"bignumber.js": "^9.1.2",
"color": "^4.2.3",
"date-fns": "^2.30.0",
"eslint-config-next": "^13.4.13",
"eslint-config-next": "^13.4.19",
"formik": "^2.4.3",
"hex-color-regex": "^1.1.0",
"is-hotkey": "^0.2.0",
"leaflet": "^1.9.4",
"mdast-util-find-and-replace": "^2.2.2",
"next": "13.4.13",
"next-intl": "2.19.1",
"next": "13.4.19",
"next-intl": "2.20.0",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"pretty-bytes": "^6.1.1",
Expand All @@ -69,38 +69,38 @@
"react-select": "^5.7.4",
"react-sortablejs": "^6.1.4",
"react-use": "^17.4.0",
"remark-emoji": "^3.1.2",
"remark-emoji": "^4.0.0",
"remark-gfm": "^3.0.1",
"remark-github": "^11.2.4",
"slate": "^0.94.1",
"slate-history": "^0.93.0",
"slate-react": "^0.98.1",
"slate-react": "^0.98.3",
"socket.io-client": "^4.7.2",
"sortablejs": "^1.15.0",
"storage-factory": "^0.2.1",
"use-intl": "^2.19.1",
"use-intl": "^2.20.0",
"uuid": "^9.0.0",
"zod": "^3.21.4",
"zod": "^3.22.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"@react-types/shared": "^3.18.1",
"@react-types/shared": "^3.19.0",
"@types/color": "^3.0.3",
"@types/connect": "^3.4.35",
"@types/is-hotkey": "^0.1.7",
"@types/leaflet": "^1.9.3",
"@types/leaflet": "^1.9.4",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.20",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/sortablejs": "^1.15.1",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"@types/sortablejs": "^1.15.2",
"@types/uuid": "^9.0.3",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"rimraf": "^5.0.1",
"sass": "^1.65.1",
"sass": "^1.66.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.1"
"vitest": "^0.34.3"
}
}
4 changes: 2 additions & 2 deletions packages/audit-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@snailycad/types": "workspace:*",
"rimraf": "^5.0.1",
"tsup": "6.6.2",
"typescript": "^5.1.6",
"vite": "^4.4.8"
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"peerDependencies": {
"@prisma/client": ">=5",
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"devDependencies": {
"tsup": "6.6.2",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vitest": "^0.34.0"
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
},
"tsup": {
"entry": [
Expand Down
6 changes: 3 additions & 3 deletions packages/permissions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"devDependencies": {
"tsup": "6.6.2",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vitest": "^0.34.0"
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
},
"tsup": {
"entry": [
Expand Down
6 changes: 3 additions & 3 deletions packages/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"typecheck": "pnpm tsc --noEmit"
},
"devDependencies": {
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"tsup": "6.6.2",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"dependencies": {
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"tsup": {
"entry": [
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"devDependencies": {
"@snailycad/permissions": "^1.70.0",
"discord-api-types": "0.37.51",
"discord-api-types": "0.37.56",
"tsup": "6.6.2",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"tsup": {
"entry": [
Expand Down
102 changes: 51 additions & 51 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@
},
"devDependencies": {
"@snailycad/types": "workspace:*",
"@storybook/addon-essentials": "^7.2.0",
"@storybook/addon-interactions": "^7.2.0",
"@storybook/addon-links": "^7.2.0",
"@storybook/addon-styling": "^1.3.5",
"@storybook/blocks": "^7.2.0",
"@storybook/react": "^7.2.0",
"@storybook/react-vite": "^7.2.0",
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-interactions": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.4.0",
"@storybook/react": "^7.4.0",
"@storybook/react-vite": "^7.4.0",
"@storybook/testing-library": "^0.2.0",
"@types/react": "^18.2.20",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.1",
"storybook": "^7.2.0",
"storybook": "^7.4.0",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"tsup": "6.6.2",
"typescript": "^5.1.6",
"vite": "^4.4.8"
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"tsup": {
"entry": [
Expand All @@ -62,46 +62,46 @@
},
"dependencies": {
"@casperiv/useful": "^3.0.0",
"@internationalized/date": "^3.3.0",
"@internationalized/date": "^3.4.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-context-menu": "^2.1.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-hover-card": "^1.0.6",
"@radix-ui/react-tabs": "^1.0.4",
"@react-aria/breadcrumbs": "^3.5.3",
"@react-aria/button": "^3.8.0",
"@react-aria/calendar": "^3.4.0",
"@react-aria/checkbox": "^3.9.2",
"@react-aria/combobox": "^3.6.2",
"@react-aria/datepicker": "^3.5.0",
"@react-aria/dialog": "^3.5.3",
"@react-aria/focus": "^3.13.0",
"@react-aria/i18n": "^3.8.0",
"@react-aria/interactions": "^3.16.0",
"@react-aria/label": "^3.6.0",
"@react-aria/listbox": "^3.10.0",
"@react-aria/menu": "^3.10.0",
"@react-aria/overlays": "^3.15.0",
"@react-aria/progress": "^3.4.3",
"@react-aria/radio": "^3.6.2",
"@react-aria/switch": "^3.5.2",
"@react-aria/textfield": "^3.10.0",
"@react-aria/utils": "^3.18.0",
"@react-aria/visually-hidden": "^3.8.2",
"@react-stately/calendar": "^3.3.0",
"@react-stately/collections": "^3.9.0",
"@react-stately/combobox": "^3.5.2",
"@react-stately/data": "^3.10.0",
"@react-stately/datepicker": "^3.5.0",
"@react-stately/list": "^3.9.0",
"@react-stately/menu": "^3.5.3",
"@react-stately/radio": "^3.8.2",
"@react-stately/select": "^3.5.2",
"@react-stately/toggle": "^3.6.0",
"@react-types/combobox": "^3.6.2",
"@react-types/overlays": "^3.8.0",
"@react-types/select": "^3.8.1",
"@react-types/shared": "^3.18.1",
"@react-aria/breadcrumbs": "^3.5.4",
"@react-aria/button": "^3.8.1",
"@react-aria/calendar": "^3.4.1",
"@react-aria/checkbox": "^3.10.0",
"@react-aria/combobox": "^3.6.3",
"@react-aria/datepicker": "^3.6.0",
"@react-aria/dialog": "^3.5.4",
"@react-aria/focus": "^3.14.0",
"@react-aria/i18n": "^3.8.1",
"@react-aria/interactions": "^3.17.0",
"@react-aria/label": "^3.6.1",
"@react-aria/listbox": "^3.10.1",
"@react-aria/menu": "^3.10.1",
"@react-aria/overlays": "^3.16.0",
"@react-aria/progress": "^3.4.4",
"@react-aria/radio": "^3.7.0",
"@react-aria/switch": "^3.5.3",
"@react-aria/textfield": "^3.11.0",
"@react-aria/utils": "^3.19.0",
"@react-aria/visually-hidden": "^3.8.3",
"@react-stately/calendar": "^3.3.1",
"@react-stately/collections": "^3.10.0",
"@react-stately/combobox": "^3.6.0",
"@react-stately/data": "^3.10.1",
"@react-stately/datepicker": "^3.6.0",
"@react-stately/list": "^3.9.1",
"@react-stately/menu": "^3.5.4",
"@react-stately/radio": "^3.8.3",
"@react-stately/select": "^3.5.3",
"@react-stately/toggle": "^3.6.1",
"@react-types/combobox": "^3.7.0",
"@react-types/overlays": "^3.8.1",
"@react-types/select": "^3.8.2",
"@react-types/shared": "^3.19.0",
"@snailycad/config": "^1.70.0",
"@snailycad/utils": "^1.70.0",
"class-variance-authority": "^0.7.0",
Expand All @@ -116,8 +116,8 @@
"peerDependencies": {
"date-fns": ">=2.30.0",
"next": "*",
"next-intl": ">=2.17.5",
"use-intl": ">=2.17.5",
"next-intl": ">=2.20.0",
"use-intl": ">=2.20.0",
"react": ">=18.2.0",
"react-dom": ">=18.2.0"
},
Expand Down
Loading

0 comments on commit af646f6

Please sign in to comment.