Skip to content

Commit

Permalink
정기 디펜던시 업그레이드 (#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
devunt committed May 17, 2024
1 parent 33dc04d commit 6956bd4
Show file tree
Hide file tree
Showing 13 changed files with 3,021 additions and 2,439 deletions.
8 changes: 4 additions & 4 deletions apps/bedrock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"private": true,
"type": "module",
"devDependencies": {
"@pulumi/aws": "^6.34.1",
"@pulumi/aws": "^6.36.0",
"@pulumi/kubernetes": "^4.11.0",
"@pulumi/pulumi": "^3.115.2",
"@pulumi/pulumi": "^3.116.1",
"@pulumi/random": "^4.16.1",
"@pulumi/tailscale": "^0.16.0",
"@pulumi/tls": "^5.0.3",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@withglyph/pulumi": "workspace:^",
"@withglyph/tsconfig": "workspace:^",
"fast-glob": "^3.3.2",
"tsx": "^4.9.4"
"tsx": "^4.10.4"
}
}
10 changes: 5 additions & 5 deletions apps/company/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
"lint:typecheck": "tsc"
},
"dependencies": {
"@sveltejs/kit": "^2.5.7",
"@sveltejs/kit": "^2.5.8",
"@withglyph/adapter-docker": "workspace:^",
"@withglyph/lib": "workspace:^",
"svelte": "^4.2.16"
"svelte": "^4.2.17"
},
"devDependencies": {
"@pandacss/dev": "^0.39.1",
"@pulumi/pulumi": "^3.115.2",
"@pulumi/pulumi": "^3.116.1",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@withglyph/pulumi": "workspace:^",
"@withglyph/tsconfig": "workspace:^",
"postcss": "^8.4.38",
"postcss-load-config": "^5.1.0",
"svelte-check": "^3.7.1",
"svelte-preprocess": "^5.1.4",
"tsx": "^4.9.4",
"tsx": "^4.10.4",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
Expand Down
10 changes: 5 additions & 5 deletions apps/help/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
"lint:typecheck": "tsc"
},
"dependencies": {
"@sveltejs/kit": "^2.5.7",
"@sveltejs/kit": "^2.5.8",
"@withglyph/adapter-docker": "workspace:^",
"@withglyph/lib": "workspace:^",
"mdsvex": "^0.11.0",
"remark-gfm": "^4.0.0",
"svelte": "^4.2.16"
"svelte": "^4.2.17"
},
"devDependencies": {
"@pandacss/dev": "^0.39.1",
"@pulumi/pulumi": "^3.115.2",
"@pulumi/pulumi": "^3.116.1",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@withglyph/pulumi": "workspace:^",
"@withglyph/tsconfig": "workspace:^",
"postcss": "^8.4.38",
"postcss-load-config": "^5.1.0",
"svelte-check": "^3.7.1",
"svelte-preprocess": "^5.1.4",
"tsx": "^4.9.4",
"tsx": "^4.10.4",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-dynamic-import": "^1.5.0"
Expand Down
11 changes: 6 additions & 5 deletions apps/literoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,20 @@
"lint:typecheck": "tsc"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.564.0",
"@aws-sdk/client-s3": "^3.577.0",
"aws-lambda-ric": "^3.1.0",
"sharp": "^0.33.3"
"sharp": "^0.33.4"
},
"devDependencies": {
"@pulumi/aws": "^6.34.1",
"@pulumi/aws": "^6.36.0",
"@pulumi/aws-native": "^0.105.0",
"@pulumi/pulumi": "^3.115.2",
"@pulumi/pulumi": "^3.116.1",
"@types/node": "^20.12.12",
"@withglyph/lib": "workspace:^",
"@withglyph/pulumi": "workspace:^",
"@withglyph/tsconfig": "workspace:^",
"tsup": "^8.0.2",
"tsx": "^4.9.4",
"tsx": "^4.10.4",
"typescript": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions apps/website/drizzle.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export default {
schema: './src/lib/server/database/schemas/*',
out: './drizzle',

driver: 'pg',
dialect: 'postgresql',
dbCredentials: {
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
connectionString: process.env.PRIVATE_DATABASE_URL!,
url: process.env.PRIVATE_DATABASE_DIRECT_URL!,
},

breakpoints: false,
Expand Down
42 changes: 20 additions & 22 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"test": "playwright test"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.564.0",
"@aws-sdk/client-ses": "^3.564.0",
"@aws-sdk/s3-request-presigner": "^3.564.0",
"@datadog/browser-rum": "^5.17.1",
"@aws-sdk/client-s3": "^3.577.0",
"@aws-sdk/client-ses": "^3.577.0",
"@aws-sdk/s3-request-presigner": "^3.577.0",
"@datadog/browser-rum": "^5.18.0",
"@elastic/elasticsearch": "^8.13.1",
"@emoji-mart/data": "^1.2.1",
"@envelop/core": "^5.0.1",
Expand All @@ -40,12 +40,12 @@
"@pothos/plugin-validation": "^3.10.1",
"@pothos/tracing-opentelemetry": "^0.6.9",
"@resvg/resvg-js": "^2.6.2",
"@sentry/sveltekit": "^7.114.0",
"@sentry/sveltekit": "^8.2.1",
"@sindresorhus/string-hash": "^2.0.0",
"@sveltejs/kit": "^2.5.7",
"@tiptap/core": "^2.3.2",
"@tiptap/html": "^2.3.2",
"@tiptap/pm": "^2.3.2",
"@sveltejs/kit": "^2.5.8",
"@tiptap/core": "^2.4.0",
"@tiptap/html": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@types/sortablejs": "^1.15.8",
"@urql/core": "^5.0.3",
"@urql/exchange-graphcache": "^6.5.1",
Expand All @@ -64,7 +64,7 @@
"emoji-mart": "^5.6.0",
"fast-json-stable-stringify": "^2.1.0",
"felte": "^1.2.14",
"google-auth-library": "^9.9.0",
"google-auth-library": "^9.10.0",
"got": "^14.2.1",
"graphql": "^16.8.1",
"graphql-scalars": "^1.23.0",
Expand All @@ -81,20 +81,18 @@
"nanoid": "^5.0.7",
"numeral": "^2.0.6",
"object-traversal": "^1.0.1",
"pino": "^9.0.0",
"pino": "^9.1.0",
"postgres": "^3.4.4",
"prosemirror-utils": "1.2.1-0",
"prosemirror-view": "1.33.6",
"query-string": "^9.0.0",
"rabbitmq-client": "^4.5.4",
"radash": "^12.1.0",
"randomcolor": "^0.6.2",
"satori": "^0.10.13",
"sharp": "^0.33.3",
"shiki": "^1.5.1",
"sharp": "^0.33.4",
"shiki": "^1.5.2",
"sortablejs": "^1.15.2",
"svelte": "^4.2.16",
"swiper": "^11.1.1",
"svelte": "^4.2.17",
"swiper": "^11.1.3",
"thumbhash": "^0.1.1",
"ts-pattern": "^5.1.1",
"twemoji": "^14.0.2",
Expand All @@ -107,27 +105,27 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify/json": "^2.2.208",
"@iconify/json": "^2.2.211",
"@pandacss/dev": "^0.39.1",
"@playwright/test": "^1.44.0",
"@pulumi/pulumi": "^3.115.2",
"@pulumi/pulumi": "^3.116.1",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/body-scroll-lock": "^3.1.2",
"@types/color": "^3.0.6",
"@types/mixpanel-browser": "^2.49.0",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/numeral": "^2.0.5",
"@types/randomcolor": "^0.5.9",
"@withglyph/pulumi": "workspace:^",
"@withglyph/tsconfig": "workspace:^",
"arg": "^5.0.2",
"autoprefixer": "^10.4.19",
"drizzle-kit": "^0.21.1",
"drizzle-kit": "^0.21.2",
"postcss": "^8.4.38",
"postcss-load-config": "^5.1.0",
"svelte-check": "^3.7.1",
"svelte-preprocess": "^5.1.4",
"tsx": "^4.9.4",
"tsx": "^4.10.4",
"typescript": "^5.4.5",
"unplugin-icons": "^0.19.0",
"vite": "^5.2.11"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"syncpack": "^12.3.2",
"tsx": "^4.9.4",
"tsx": "^4.10.4",
"turbo": "^1.13.3",
"typescript": "^5.4.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"mrmime": "^2.0.0"
},
"devDependencies": {
"@sveltejs/kit": "^2.5.7",
"@types/node": "^20.12.11",
"@sveltejs/kit": "^2.5.8",
"@types/node": "^20.12.12",
"@withglyph/tsconfig": "workspace:^",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/glitch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"graphql-sse": "^2.5.3",
"graphql-tag": "^2.12.6",
"radash": "^12.1.0",
"recast": "^0.23.6",
"svelte": "^4.2.16",
"recast": "^0.23.7",
"svelte": "^4.2.17",
"wonka": "^6.3.4"
},
"devDependencies": {
"@sveltejs/kit": "^2.5.7",
"@sveltejs/kit": "^2.5.8",
"@withglyph/tsconfig": "workspace:^",
"rollup": "^4.17.2",
"tsup": "^8.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"lint:typecheck": "tsc"
},
"dependencies": {
"@pnpm/find-workspace-dir": "^7.0.0",
"svelte": "^4.2.16",
"@pnpm/find-workspace-dir": "^7.0.1",
"svelte": "^4.2.17",
"svgo": "^3.3.2",
"vite": "^5.2.11"
},
"devDependencies": {
"@sveltejs/kit": "^2.5.7",
"@sveltejs/kit": "^2.5.8",
"@withglyph/tsconfig": "workspace:^",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
Expand Down
5 changes: 4 additions & 1 deletion packages/lintconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^8.57.0",
"@prettier/plugin-xml": "^3.4.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
Expand All @@ -24,6 +24,9 @@
"prettier-plugin-svelte": "^3.2.3",
"svelte-eslint-parser": "^0.36.0"
},
"devDependencies": {
"@types/node": "^20.12.12"
},
"peerDependencies": {
"eslint": "^8.0.0",
"prettier": "^3.0.0"
Expand Down
5 changes: 3 additions & 2 deletions packages/pulumi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@
"lint:typecheck": "tsc"
},
"dependencies": {
"@pulumi/aws": "^6.34.1",
"@pulumi/aws": "^6.36.0",
"@pulumi/kubernetes": "^4.11.0",
"@pulumi/pulumi": "^3.115.2",
"@pulumi/pulumi": "^3.116.1",
"fast-glob": "^3.3.2",
"ts-pattern": "^5.1.1"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@withglyph/tsconfig": "workspace:^",
"tsup": "^8.0.2"
}
Expand Down
Loading

0 comments on commit 6956bd4

Please sign in to comment.