Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Jul 3, 2024
1 parent 69cb693 commit 282d1ae
Show file tree
Hide file tree
Showing 6 changed files with 519 additions and 268 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"date-fns": "3.6.0",
"defu": "6.1.4",
"destr": "2.0.3",
"effect": "3.4.5",
"effect": "3.4.6",
"graphql-web-lite": "16.6.0-4",
"lucide-vue-next": "0.399.0",
"lucide-vue-next": "0.400.0",
"nanostores": "0.10.3",
"p-mutex": "0.1.0",
"radix-vue": "1.8.5",
Expand All @@ -57,10 +57,10 @@
"devDependencies": {
"@0no-co/graphqlsp": "1.12.10",
"@antfu/eslint-config": "2.21.2",
"@effect/vitest": "0.5.21",
"@effect/vitest": "0.6.0",
"@egoist/tailwindcss-icons": "1.8.1",
"@iconify-json/lucide": "1.1.196",
"@moonrepo/cli": "1.26.4",
"@iconify-json/lucide": "1.1.197",
"@moonrepo/cli": "1.26.6",
"@sindresorhus/slugify": "2.2.1",
"@size-limit/file": "11.1.4",
"@tailwindcss/typography": "0.5.13",
Expand All @@ -74,7 +74,7 @@
"@vue/devtools-api": "7.3.5",
"@vueuse/core": "10.11.0",
"autoprefixer": "10.4.19",
"esbuild": "0.21.5",
"esbuild": "0.23.0",
"eslint": "9.6.0",
"happy-dom": "14.12.3",
"lorem-ipsum": "2.0.8",
Expand All @@ -83,22 +83,22 @@
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.5",
"proper-tags": "2.0.2",
"remeda": "2.2.1",
"remeda": "2.2.2",
"rollup-plugin-visualizer": "5.12.0",
"shadcn-vue": "0.10.5",
"size-limit": "11.1.4",
"tailwindcss": "3.4.4",
"tsx": "4.15.9",
"typescript": "5.5.2",
"tsx": "4.16.2",
"typescript": "5.5.3",
"unplugin-auto-import": "0.17.6",
"unplugin-macros": "0.13.1",
"unplugin-vue-components": "0.27.2",
"vite": "5.3.2",
"vite": "5.3.3",
"vite-plugin-graphql-codegen": "3.3.8",
"vite-plugin-vue-devtools": "7.3.5",
"vitest": "1.6.0",
"vue-router": "4.4.0",
"vue-tsc": "2.0.22",
"vue-tsc": "2.0.24",
"zx": "8.1.3"
},
"resolutions": {
Expand Down
12 changes: 6 additions & 6 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.28",
"@effect/opentelemetry": "0.34.29",
"@hono/zod-validator": "0.2.2",
"@microlabs/otel-cf-workers": "1.0.0-rc.36",
"@opentelemetry/api": "1.6.0",
"@opentelemetry/resources": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@ts-rest/core": "3.45.2",
"@urql/core": "5.0.4",
"effect": "3.4.5",
"esbuild-wasm": "0.21.5",
"hono": "4.4.9",
"effect": "3.4.6",
"esbuild-wasm": "0.23.0",
"hono": "4.4.11",
"proper-tags": "2.0.2",
"shared": "workspace:*",
"storipress-client": "workspace:*",
Expand All @@ -28,10 +28,10 @@
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240620.0",
"@playwright/test": "1.45.0",
"@playwright/test": "1.45.1",
"@types/node": "20.14.9",
"msw": "2.3.1",
"vitest": "1.6.0",
"wrangler": "3.62.0"
"wrangler": "3.63.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.26.4",
"@moonrepo/cli": "1.26.6",
"unbuild": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/storipress-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packageManager": "[email protected]",
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.3.1",
"@graphql-codegen/client-preset": "4.3.2",
"@parcel/watcher": "2.4.1",
"graphql": "16.9.0",
"prettier": "3.3.2"
Expand Down
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.26.4",
"@moonrepo/cli": "1.26.6",
"tsup": "8.1.0",
"unplugin-macros": "0.13.1"
}
Expand Down
Loading

0 comments on commit 282d1ae

Please sign in to comment.