Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Jun 9, 2024
1 parent db77323 commit 62e02eb
Show file tree
Hide file tree
Showing 5 changed files with 295 additions and 272 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"@nanostores/persistent": "0.10.1",
"@nanostores/vue": "0.10.0",
"@urql/vue": "1.2.1",
"@vee-validate/zod": "4.13.0",
"@vee-validate/zod": "4.13.1",
"@vueuse/math": "10.10.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"defu": "6.1.4",
"destr": "2.0.3",
"effect": "3.2.8",
"effect": "3.3.0",
"graphql-web-lite": "16.6.0-4",
"lucide-vue-next": "0.383.0",
"lucide-vue-next": "0.390.0",
"nanostores": "0.10.3",
"p-mutex": "0.1.0",
"radix-vue": "1.8.3",
Expand All @@ -49,18 +49,18 @@
"tailwind-merge": "2.3.0",
"tailwindcss-animate": "1.0.7",
"ts-pattern": "5.1.2",
"vee-validate": "4.13.0",
"vee-validate": "4.13.1",
"vue": "3.4.27",
"vue-sonner": "1.1.2",
"zod": "3.23.8"
},
"devDependencies": {
"@0no-co/graphqlsp": "1.12.5",
"@antfu/eslint-config": "2.20.0",
"@0no-co/graphqlsp": "1.12.7",
"@antfu/eslint-config": "2.21.0",
"@effect/vitest": "0.5.10",
"@egoist/tailwindcss-icons": "1.8.1",
"@iconify-json/lucide": "1.1.190",
"@moonrepo/cli": "1.25.2",
"@moonrepo/cli": "1.25.3",
"@sindresorhus/slugify": "2.2.1",
"@size-limit/file": "11.1.4",
"@tailwindcss/typography": "0.5.13",
Expand All @@ -81,24 +81,24 @@
"open-cli": "8.0.0",
"polished": "4.3.1",
"prettier": "3.3.1",
"prettier-plugin-tailwindcss": "0.6.1",
"prettier-plugin-tailwindcss": "0.6.2",
"proper-tags": "2.0.2",
"remeda": "1.61.0",
"rollup-plugin-visualizer": "5.12.0",
"shadcn-vue": "0.10.5",
"size-limit": "11.1.4",
"tailwindcss": "3.4.4",
"tsx": "4.12.0",
"tsx": "4.14.1",
"typescript": "5.4.5",
"unplugin-auto-import": "0.17.6",
"unplugin-macros": "0.13.0",
"unplugin-vue-components": "0.27.0",
"vite": "5.2.12",
"vite": "5.2.13",
"vite-plugin-graphql-codegen": "3.3.7",
"vite-plugin-vue-devtools": "7.2.1",
"vitest": "1.6.0",
"vue-router": "4.3.2",
"vue-tsc": "2.0.19",
"vue-tsc": "2.0.21",
"zx": "8.1.2"
},
"resolutions": {
Expand Down
14 changes: 7 additions & 7 deletions packages/script-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"test": "moon run test"
},
"dependencies": {
"@effect/opentelemetry": "0.34.15",
"@effect/opentelemetry": "0.34.17",
"@hono/zod-validator": "0.2.2",
"@microlabs/otel-cf-workers": "1.0.0-rc.36",
"@opentelemetry/api": "~1.6.0",
"@opentelemetry/resources": "1.24.1",
"@opentelemetry/semantic-conventions": "1.24.1",
"@opentelemetry/resources": "1.25.0",
"@opentelemetry/semantic-conventions": "1.25.0",
"@ts-rest/core": "3.45.2",
"@urql/core": "5.0.3",
"effect": "3.2.8",
"@urql/core": "5.0.4",
"effect": "3.3.0",
"esbuild-wasm": "0.21.4",
"hono": "4.4.3",
"hono": "4.4.4",
"proper-tags": "2.0.2",
"shared": "workspace:*",
"storipress-client": "workspace:*",
Expand All @@ -32,6 +32,6 @@
"@types/node": "20.14.2",
"msw": "2.3.1",
"vitest": "1.6.0",
"wrangler": "3.59.0"
"wrangler": "3.60.0"
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"zod": "3.23.8"
},
"devDependencies": {
"@moonrepo/cli": "1.25.2",
"@moonrepo/cli": "1.25.3",
"unbuild": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/version-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "moon run build"
},
"devDependencies": {
"@moonrepo/cli": "1.25.2",
"@moonrepo/cli": "1.25.3",
"tsup": "8.1.0",
"unplugin-macros": "0.13.0"
}
Expand Down
Loading

0 comments on commit 62e02eb

Please sign in to comment.