Skip to content

Commit 142c28e

Browse files
chore(deps): update dependency svelte to v5.22.1
1 parent 1328ed8 commit 142c28e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/graphql-tag-pluck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@vue/compiler-sfc": "3.5.13",
6868
"astrojs-compiler-sync": "^1.0.0",
6969
"content-tag": "^3.0.0",
70-
"svelte": "5.22.0",
70+
"svelte": "5.22.1",
7171
"svelte2tsx": "0.7.34"
7272
},
7373
"publishConfig": {

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2791,6 +2791,11 @@
27912791
dependencies:
27922792
"@sinonjs/commons" "^3.0.0"
27932793

2794+
"@sveltejs/acorn-typescript@^1.0.5":
2795+
version "1.0.5"
2796+
resolved "https://registry.yarnpkg.com/@sveltejs/acorn-typescript/-/acorn-typescript-1.0.5.tgz#f518101d1b2e12ce80854f1cd850d3b9fb91d710"
2797+
integrity sha512-IwQk4yfwLdibDlrXVE04jTZYlLnwsTT2PIOQQGNLWfjavGifnk1JD1LcZjZaBTRcxZu2FfPfNLOE04DSu9lqtQ==
2798+
27942799
"@swc/counter@0.1.3":
27952800
version "0.1.3"
27962801
resolved "https://registry.yarnpkg.com/@swc/counter/-/counter-0.1.3.tgz#cc7463bd02949611c6329596fccd2b0ec782b0e9"
@@ -3861,11 +3866,6 @@ acorn-jsx@^5.0.0, acorn-jsx@^5.3.2:
38613866
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
38623867
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
38633868

3864-
acorn-typescript@^1.4.13:
3865-
version "1.4.13"
3866-
resolved "https://registry.yarnpkg.com/acorn-typescript/-/acorn-typescript-1.4.13.tgz#5f851c8bdda0aa716ffdd5f6ac084df8acc6f5ea"
3867-
integrity sha512-xsc9Xv0xlVfwp2o7sQ+GCQ1PgbkdcpWdTzrwXxO3xDMTAywVS3oXVOcOHuRjAPkS4P9b+yc/qNF15460v+jp4Q==
3868-
38693869
acorn-walk@^8.0.0:
38703870
version "8.3.4"
38713871
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.4.tgz#794dd169c3977edf4ba4ea47583587c5866236b7"
@@ -11369,16 +11369,16 @@ svelte2tsx@0.7.34:
1136911369
dedent-js "^1.0.1"
1137011370
pascal-case "^3.1.1"
1137111371

11372-
svelte@5.22.0:
11373-
version "5.22.0"
11374-
resolved "https://registry.yarnpkg.com/svelte/-/svelte-5.22.0.tgz#b3fd3237cd1bea11cd5573473a2f8bff9189d3d3"
11375-
integrity sha512-Av/1qn4JEhuLB5xHMoiaKhxnBgf4NfDarvCh7mplaNqwXWpNq+3IPCDAHS31HGsRaclexhYLb3y4vxdgkrN0JQ==
11372+
svelte@5.22.1:
11373+
version "5.22.1"
11374+
resolved "https://registry.yarnpkg.com/svelte/-/svelte-5.22.1.tgz#ed1f6d1382e6fc08fe6c97d3a25113f54c698f4b"
11375+
integrity sha512-b9DQGnfrZc+km4u3j6qkEY87pYe23yfgBT03CkeBlYST+Wzij7ut1o0BSoQ+UmiyAO1nPh9DMJJCoGDdUOrunw==
1137611376
dependencies:
1137711377
"@ampproject/remapping" "^2.3.0"
1137811378
"@jridgewell/sourcemap-codec" "^1.5.0"
11379+
"@sveltejs/acorn-typescript" "^1.0.5"
1137911380
"@types/estree" "^1.0.5"
1138011381
acorn "^8.12.1"
11381-
acorn-typescript "^1.4.13"
1138211382
aria-query "^5.3.1"
1138311383
axobject-query "^4.1.0"
1138411384
clsx "^2.1.1"

0 commit comments

Comments
 (0)