Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harrytran998 committed Jun 4, 2024
1 parent f041df9 commit 7b1a033
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"url": "https://github.com/techmely"
},
"dependencies": {
"@aws-sdk/client-s3": "3.582.0",
"@aws-sdk/s3-request-presigner": "3.582.0",
"@aws-sdk/client-s3": "3.588.0",
"@aws-sdk/s3-request-presigner": "3.588.0",
"@techmely/auth": "^1.0.1",
"@techmely/cache": "1.0.9",
"@techmely/db": "workspace:*",
Expand All @@ -32,8 +32,8 @@
"@techmely/rate-limit": "2.0.2",
"@techmely/usage-limit": "2.0.2",
"@techmely/utils": "^3.2.0",
"jose": "5.3.0",
"hono": "^4.3.10",
"jose": "5.4.0",
"hono": "^4.4.3",
"kysely": "0.27.3",
"pg": "^8.11.5",
"nanoid": "^5.0.7",
Expand Down
48 changes: 24 additions & 24 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"private": true,
"type": "module",
"dependencies": {
"@auth/core": "0.31.0",
"@auth/core": "0.32.0",
"@builder.io/partytown": "0.10.2",
"@builder.io/react-hydration-overlay": "0.0.8",
"@lukemorales/query-key-factory": "1.3.4",
"@sentry/browser": "8.3.0",
"@stripe/stripe-js": "3.4.1",
"@tanstack/query-persist-client-core": "5.37.1",
"@tanstack/query-sync-storage-persister": "5.37.1",
"@tanstack/react-query": "5.37.1",
"@tanstack/react-query-devtools": "5.37.1",
"@sentry/browser": "8.7.0",
"@stripe/stripe-js": "3.5.0",
"@tanstack/query-persist-client-core": "5.40.0",
"@tanstack/query-sync-storage-persister": "5.40.0",
"@tanstack/react-query": "5.40.0",
"@tanstack/react-query-devtools": "5.40.0",
"@tanstack/react-table": "8.17.3",
"@techmely/cache": "1.0.9",
"@techmely/design-system": "workspace:*",
Expand All @@ -28,26 +28,26 @@
"@techmely/vike-react": "2.0.0",
"@techmely/vike-react-query": "4.0.0",
"@upstash/ratelimit": "1.1.3",
"@upstash/redis": "1.31.2",
"@upstash/redis": "1.31.3",
"@wasmer/sdk": "0.6.0",
"bentocache": "1.0.0-beta.9",
"blurhash": "2.0.5",
"canvas-confetti": "1.9.3",
"clsx": "2.1.1",
"firebase": "10.12.1",
"framer-motion": "11.2.6",
"firebase": "10.12.2",
"framer-motion": "11.2.10",
"fuse.js": "7.0.0",
"gsap": "3.12.5",
"hono": "^4.3.10",
"hono": "^4.4.3",
"valibot": "^0.30.0",
"jose": "5.3.0",
"jose": "5.4.0",
"kysely": "0.27.3",
"million": "3.1.1",
"million": "3.1.10",
"nanoid": "5.0.7",
"openai": "4.47.1",
"openai": "4.47.3",
"perfume.js": "9.4.0",
"pino": "9.1.0",
"posthog-js": "1.133.0",
"posthog-js": "1.136.5",
"qrcode": "1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -57,12 +57,12 @@
"sanitize-html": "2.13.0",
"simdjson": "0.9.2",
"sitemap": "8.0.0",
"stripe": "15.7.0",
"stripe": "15.9.0",
"swup": "4.6.1",
"telefunc": "0.1.72",
"three": "0.164.1",
"ts-pattern": "5.1.1",
"ua-parser-js": "1.0.37",
"telefunc": "0.1.73",
"three": "0.165.0",
"ts-pattern": "5.1.2",
"ua-parser-js": "1.0.38",
"unlazy": "0.11.3",
"vaul": "0.9.1"
},
Expand All @@ -87,13 +87,13 @@
"tailwindcss": "3.4.3",
"ts-essentials": "10.0.0",
"ts-node": "10.9.2",
"tsx": "4.11.0",
"tsx": "4.11.2",
"typescript": "5.4.5",
"unocss": "0.60.3",
"unocss": "0.60.4",
"unocss-preset-scrollbar": "0.3.1",
"unplugin-auto-import": "0.17.6",
"vike": "0.4.171",
"vite": "5.2.11",
"vike": "0.4.172",
"vite": "5.2.12",
"vite-plugin-compression2": "1.1.1",
"vite-plugin-pwa": "0.20.0"
}
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"pg": "^8.11.5",
"tsup": "8.0.2"
"tsup": "8.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react-hook-form": "^7.51.5"
},
"devDependencies": {
"tsup": "8.0.2"
"tsup": "8.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"@techmely/utils": "^3.2.0",
"@techmely/auth": "^1.0.1",
"valibot": "^0.30.0",
"jose": "^5.3.0",
"hono": "^4.3.10",
"jose": "^5.4.0",
"hono": "^4.4.3",
"toucan-js": "^3.4.0"
},
"peerDependenciesMeta": {},
"devDependencies": {
"@techmely/types": "1.6.9",
"@techmely/http": "1.2.8",
"rimraf": "^5.0.7",
"tsup": "8.0.2"
"tsup": "8.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"types": "index.d.ts",
"files": ["index.js", "index.d.ts", "README.md", "CHANGELOG.md"],
"devDependencies": {
"@bufbuild/protobuf": "1.9.0",
"ts-proto": "1.176.0"
"@bufbuild/protobuf": "1.10.0",
"ts-proto": "1.176.1"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 7b1a033

Please sign in to comment.