Skip to content

Commit

Permalink
디펜던시 업그레이드 (#1472)
Browse files Browse the repository at this point in the history
svelte 버전 다시 올림
  • Loading branch information
devunt committed Nov 19, 2024
1 parent 26486ee commit 4158acb
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 19 deletions.
10 changes: 5 additions & 5 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@graphql-yoga/redis-event-target": "^3.0.1",
"@hono/trpc-server": "^0.3.2",
"@langchain/anthropic": "^0.3.8",
"@langchain/community": "^0.3.14",
"@langchain/community": "^0.3.15",
"@langchain/core": "^0.3.18",
"@langchain/langgraph": "^0.2.20",
"@langchain/langgraph": "^0.2.21",
"@paralleldrive/cuid2": "^2.2.2",
"@portone/server-sdk": "^0.6.2",
"@portone/server-sdk": "^0.6.3",
"@pothos/core": "^4.3.0",
"@pothos/plugin-dataloader": "^4.3.0",
"@pothos/plugin-scope-auth": "^4.1.0",
Expand Down Expand Up @@ -58,14 +58,14 @@
"isomorphic-dompurify": "^2.16.0",
"jose": "^5.9.6",
"ky": "^1.7.2",
"langchain": "^0.3.5",
"langchain": "^0.3.6",
"meilisearch": "^0.45.0",
"mime-types": "^2.1.35",
"nanoid": "^5.0.8",
"postgres": "^3.4.5",
"remeda": "^2.17.3",
"rfc4648": "^1.5.3",
"satori": "^0.11.3",
"satori": "^0.12.0",
"sharp": "^0.33.5",
"superjson": "^2.2.1",
"thumbhash": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"nanoid": "^5.0.8",
"query-string": "^9.1.1",
"rfc4648": "^1.5.3",
"svelte": "5.1.17",
"svelte": "^5.2.3",
"svelte-check": "^4.0.9",
"svelte-preprocess": "^6.0.3",
"tsx": "^4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/usersite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"nanoid": "^5.0.8",
"query-string": "^9.1.1",
"remeda": "^2.17.3",
"svelte": "5.1.17",
"svelte": "^5.2.3",
"svelte-check": "^4.0.9",
"svelte-gestures": "^5.0.6",
"svelte-preprocess": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@sveltejs/kit": "^2.8.1",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"query-string": "^9.1.1",
"svelte": "5.1.17",
"svelte": "^5.2.3",
"svelte-check": "^4.0.9",
"svelte-preprocess": "^6.0.3",
"tsx": "^4.19.2",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@readable/lintconfig": "workspace:*",
"cspell": "^8.16.0",
"eslint": "^8.57.1",
"husky": "^9.1.6",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"syncpack": "^13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"recast": "^0.23.9",
"remeda": "^2.17.3",
"rxjs": "^7.8.1",
"svelte": "5.1.17",
"svelte": "^5.2.3",
"ts-pattern": "^5.5.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ipaddr.js": "^2.2.0",
"pino": "^9.5.0",
"remeda": "^2.17.3",
"svelte": "5.1.17",
"svelte": "^5.2.3",
"svgo": "^3.3.2",
"typescript": "^5.6.3",
"vite": "^5.4.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"match-sorter": "^8.0.0",
"nanoid": "^5.0.8",
"rfc4648": "^1.5.3",
"shiki": "^1.23.0",
"svelte": "5.1.17",
"shiki": "^1.23.1",
"svelte": "^5.2.3",
"svelte-check": "^4.0.9",
"svelte-markdown": "^0.4.1",
"svelte-preprocess": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion sdks/browser-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dayjs": "^1.11.13",
"fast-json-stable-stringify": "^2.1.0",
"superjson": "^2.2.1",
"svelte": "5.1.17",
"svelte": "^5.2.3",
"svelte-check": "^4.0.9",
"svelte-preprocess": "^6.0.3",
"tsx": "^4.19.2",
Expand Down
5 changes: 0 additions & 5 deletions syncpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ module.exports = {
dependencyTypes: ['prod', 'dev'],
lintFormatting: false,
semverGroups: [
{
packages: ['**'],
dependencies: ['svelte'],
range: '',
},
{
packages: ['**'],
dependencies: ['**'],
Expand Down

0 comments on commit 4158acb

Please sign in to comment.