Skip to content

Commit af63399

Browse files
committed
chore: upgrade deps
1 parent 785a758 commit af63399

File tree

3 files changed

+304
-269
lines changed

3 files changed

+304
-269
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,36 +30,36 @@
3030
"@formkit/auto-animate": "0.8.2",
3131
"@nanostores/persistent": "0.10.1",
3232
"@nanostores/vue": "0.10.0",
33-
"@urql/vue": "1.2.1",
33+
"@urql/vue": "1.3.2",
3434
"@vee-validate/zod": "4.13.1",
3535
"@vueuse/math": "10.11.0",
3636
"class-variance-authority": "0.7.0",
3737
"clsx": "2.1.1",
3838
"date-fns": "3.6.0",
3939
"defu": "6.1.4",
4040
"destr": "2.0.3",
41-
"effect": "3.3.1",
41+
"effect": "3.3.4",
4242
"graphql-web-lite": "16.6.0-4",
43-
"lucide-vue-next": "0.394.0",
43+
"lucide-vue-next": "0.395.0",
4444
"nanostores": "0.10.3",
4545
"p-mutex": "0.1.0",
46-
"radix-vue": "1.8.3",
46+
"radix-vue": "1.8.4",
4747
"shared": "workspace:*",
4848
"storipress-client": "workspace:*",
4949
"tailwind-merge": "2.3.0",
5050
"tailwindcss-animate": "1.0.7",
5151
"ts-pattern": "5.2.0",
5252
"vee-validate": "4.13.1",
53-
"vue": "3.4.27",
53+
"vue": "3.4.29",
5454
"vue-sonner": "1.1.2",
5555
"zod": "3.23.8"
5656
},
5757
"devDependencies": {
5858
"@0no-co/graphqlsp": "1.12.8",
5959
"@antfu/eslint-config": "2.21.1",
60-
"@effect/vitest": "0.5.11",
60+
"@effect/vitest": "0.5.14",
6161
"@egoist/tailwindcss-icons": "1.8.1",
62-
"@iconify-json/lucide": "1.1.192",
62+
"@iconify-json/lucide": "1.1.193",
6363
"@moonrepo/cli": "1.25.6",
6464
"@sindresorhus/slugify": "2.2.1",
6565
"@size-limit/file": "11.1.4",
@@ -71,31 +71,31 @@
7171
"@vitejs/plugin-vue": "5.0.5",
7272
"@vitest/coverage-v8": "1.6.0",
7373
"@vitest/ui": "1.6.0",
74-
"@vue/devtools-api": "7.2.1",
74+
"@vue/devtools-api": "7.3.1",
7575
"@vueuse/core": "10.11.0",
7676
"autoprefixer": "10.4.19",
7777
"esbuild": "0.21.5",
78-
"eslint": "9.4.0",
78+
"eslint": "9.5.0",
7979
"happy-dom": "14.12.0",
8080
"lorem-ipsum": "2.0.8",
8181
"open-cli": "8.0.0",
8282
"polished": "4.3.1",
8383
"prettier": "3.3.2",
84-
"prettier-plugin-tailwindcss": "0.6.4",
84+
"prettier-plugin-tailwindcss": "0.6.5",
8585
"proper-tags": "2.0.2",
86-
"remeda": "2.0.10",
86+
"remeda": "2.2.0",
8787
"rollup-plugin-visualizer": "5.12.0",
8888
"shadcn-vue": "0.10.5",
8989
"size-limit": "11.1.4",
9090
"tailwindcss": "3.4.4",
91-
"tsx": "4.15.4",
91+
"tsx": "4.15.6",
9292
"typescript": "5.4.5",
9393
"unplugin-auto-import": "0.17.6",
9494
"unplugin-macros": "0.13.0",
9595
"unplugin-vue-components": "0.27.0",
96-
"vite": "5.3.0",
96+
"vite": "5.3.1",
9797
"vite-plugin-graphql-codegen": "3.3.8",
98-
"vite-plugin-vue-devtools": "7.2.1",
98+
"vite-plugin-vue-devtools": "7.3.1",
9999
"vitest": "1.6.0",
100100
"vue-router": "4.3.3",
101101
"vue-tsc": "2.0.21",

packages/script-provider/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"test": "moon run test"
77
},
88
"dependencies": {
9-
"@effect/opentelemetry": "0.34.18",
9+
"@effect/opentelemetry": "0.34.21",
1010
"@hono/zod-validator": "0.2.2",
1111
"@microlabs/otel-cf-workers": "1.0.0-rc.36",
1212
"@opentelemetry/api": "1.6.0",
1313
"@opentelemetry/resources": "1.25.0",
1414
"@opentelemetry/semantic-conventions": "1.25.0",
1515
"@ts-rest/core": "3.45.2",
1616
"@urql/core": "5.0.4",
17-
"effect": "3.3.1",
17+
"effect": "3.3.4",
1818
"esbuild-wasm": "0.21.5",
1919
"hono": "4.4.6",
2020
"proper-tags": "2.0.2",
@@ -27,11 +27,11 @@
2727
"zod": "3.23.8"
2828
},
2929
"devDependencies": {
30-
"@cloudflare/workers-types": "4.20240605.0",
30+
"@cloudflare/workers-types": "4.20240614.0",
3131
"@playwright/test": "1.44.1",
32-
"@types/node": "20.14.2",
32+
"@types/node": "20.14.5",
3333
"msw": "2.3.1",
3434
"vitest": "1.6.0",
35-
"wrangler": "3.60.2"
35+
"wrangler": "3.61.0"
3636
}
3737
}

0 commit comments

Comments
 (0)