Skip to content

Commit

Permalink
fix: deps updated
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Apr 3, 2024
1 parent 31f5e28 commit a776904
Show file tree
Hide file tree
Showing 10 changed files with 861 additions and 850 deletions.
14 changes: 7 additions & 7 deletions apps/console-fb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"@testing-library/svelte": "4.1.0",
"@types/gtag.js": "0.0.19",
"@types/js-cookie": "3.0.6",
"@types/node": "20.12.2",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@types/node": "20.12.3",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@vercel/analytics": "1.2.2",
"@vercel/speed-insights": "1.0.10",
"@vite-pwa/assets-generator": "0.2.4",
Expand All @@ -73,7 +73,7 @@
"eslint-plugin-svelte": "2.36.0-next.6",
"flowbite": "2.3.0",
"flowbite-svelte": "0.44.24",
"flowbite-svelte-blocks": "1.1.0",
"flowbite-svelte-blocks": "1.1.1",
"flowbite-svelte-icons": "1.5.0",
"flowbite-typography": "1.0.3",
"graphql": "16.8.1",
Expand All @@ -86,7 +86,7 @@
"layercake": "8.1.1",
"msw": "2.2.13",
"postcss": "8.4.38",
"postcss-preset-env": "9.5.3",
"postcss-preset-env": "9.5.4",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.2",
"prettier-plugin-tailwindcss": "0.5.13",
Expand All @@ -108,9 +108,9 @@
"throttle-debounce": "5.0.0",
"tslib": "2.6.2",
"typescript": "5.4.3",
"vite": "5.2.7",
"vite": "5.2.8",
"vite-plugin-pwa": "0.19.7",
"vite-plugin-tailwind-purgecss": "0.2.0",
"vite-plugin-tailwind-purgecss": "0.2.1",
"vitest": "1.4.0",
"zod": "3.22.4"
},
Expand Down
12 changes: 6 additions & 6 deletions apps/console-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.12",
"@types/eslint": "8.56.7",
"@types/node": "20.12.2",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@types/node": "20.12.3",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@vincjo/datatables": "1.14.5",
"autoprefixer": "10.4.19",
"bits-ui": "0.21.1",
"bits-ui": "0.21.2",
"clsx": "2.1.0",
"cmdk-sv": "0.0.17",
"cssnano": "6.1.2",
Expand Down Expand Up @@ -69,8 +69,8 @@
"tailwindcss-animate": "1.0.7",
"tslib": "2.6.2",
"typescript": "5.4.3",
"vite": "5.2.7",
"vite-plugin-tailwind-purgecss": "0.2.0",
"vite": "5.2.8",
"vite-plugin-tailwind-purgecss": "0.2.1",
"vitest": "1.4.0",
"zod": "3.22.4"
},
Expand Down
16 changes: 8 additions & 8 deletions apps/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"devDependencies": {
"@floating-ui/dom": "1.6.3",
"@fontsource-variable/inter": "5.0.17",
"@inlang/cli": "2.13.3",
"@inlang/paraglide-js": "1.3.5",
"@inlang/paraglide-js-adapter-sveltekit": "0.5.17",
"@inlang/cli": "2.13.4",
"@inlang/paraglide-js": "1.3.6",
"@inlang/paraglide-js-adapter-sveltekit": "0.5.18",
"@nhost/nhost-js": "3.0.10",
"@skeletonlabs/skeleton": "2.9.0",
"@skeletonlabs/tw-plugin": "0.3.1",
Expand All @@ -49,9 +49,9 @@
"@tailwindcss/typography": "0.5.12",
"@types/d3-scale": "4.0.8",
"@types/eslint": "8.56.7",
"@types/node": "20.12.2",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@types/node": "20.12.3",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@vercel/analytics": "1.2.2",
"@vincjo/datatables": "1.14.5",
"@vitest/coverage-v8": "1.4.0",
Expand Down Expand Up @@ -92,8 +92,8 @@
"tailwindcss-animate": "1.0.7",
"tslib": "2.6.2",
"typescript": "5.4.3",
"vite": "5.2.7",
"vite-plugin-tailwind-purgecss": "0.2.0",
"vite": "5.2.8",
"vite-plugin-tailwind-purgecss": "0.2.1",
"vitest": "1.4.0",
"xstate": "4.38.3",
"zod": "3.22.4"
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@astrojs/starlight": "0.21.3",
"@astrojs/starlight-tailwind": "2.0.1",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vercel": "7.5.0",
"@astrojs/vercel": "7.5.2",
"@fontsource-variable/inter": "5.0.17",
"@fontsource/source-code-pro": "5.0.17",
"astro": "4.5.12",
"astro": "4.5.15",
"sharp": "0.33.3",
"tailwindcss": "3.4.3",
"typescript": "5.4.3"
Expand Down
16 changes: 8 additions & 8 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"devDependencies": {
"@floating-ui/dom": "1.6.3",
"@fontsource-variable/inter": "5.0.17",
"@inlang/cli": "2.13.3",
"@inlang/paraglide-js": "1.3.5",
"@inlang/paraglide-js-adapter-sveltekit": "0.5.17",
"@inlang/cli": "2.13.4",
"@inlang/paraglide-js": "1.3.6",
"@inlang/paraglide-js-adapter-sveltekit": "0.5.18",
"@skeletonlabs/skeleton": "2.9.0",
"@skeletonlabs/tw-plugin": "0.3.1",
"@spectacular/eslint-config": "workspace:*",
Expand All @@ -51,9 +51,9 @@
"@tsparticles/svelte": "3.0.0",
"@types/d3-scale": "4.0.8",
"@types/eslint": "8.56.7",
"@types/node": "20.12.2",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@types/node": "20.12.3",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@vercel/analytics": "1.2.2",
"@vincjo/datatables": "1.14.5",
"@vitest/coverage-v8": "1.4.0",
Expand Down Expand Up @@ -90,8 +90,8 @@
"tailwindcss-animate": "1.0.7",
"tslib": "2.6.2",
"typescript": "5.4.3",
"vite": "5.2.7",
"vite-plugin-tailwind-purgecss": "0.2.0",
"vite": "5.2.8",
"vite-plugin-tailwind-purgecss": "0.2.1",
"vitest": "1.4.0",
"zod": "3.22.4"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
},
"devDependencies": {
"@astrojs/check": "0.5.10",
"@astrojs/mdx": "2.2.2",
"@astrojs/mdx": "2.2.3",
"@astrojs/node": "8.2.5",
"@astrojs/partytown": "2.0.4",
"@astrojs/sitemap": "3.1.2",
"@astrojs/starlight": "0.21.3",
"@astrojs/svelte": "5.2.0",
"@astrojs/svelte": "5.3.0",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vercel": "7.5.0",
"@astrojs/vercel": "7.5.2",
"@fontsource-variable/inter": "5.0.17",
"@fontsource/source-code-pro": "5.0.17",
"@spectacular/eslint-config": "workspace:*",
"@spectacular/prettier-config": "workspace:*",
"@spectacular/typescript-config": "workspace:*",
"@spectacular/utils": "workspace:*",
"@tailwindcss/typography": "0.5.12",
"astro": "4.5.12",
"astro": "4.5.15",
"astro-expressive-code": "^0.33.5",
"astro-seo": "0.8.3",
"lucide-svelte": "0.364.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"prettier-plugin-packagejson": "2.4.14",
"prettier-plugin-svelte": "3.2.2",
"prettier-plugin-tailwindcss": "0.5.13",
"turbo": "1.13.1",
"turbo": "1.13.2",
"vitest": "1.4.0"
},
"packageManager": "pnpm@8.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/skeleton-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@tailwindcss/line-clamp": "0.4.4",
"@tailwindcss/typography": "0.5.12",
"@tsconfig/svelte": "5.0.4",
"@types/node": "20.12.2",
"@types/node": "20.12.3",
"@vincjo/datatables": "1.14.5",
"autoprefixer": "10.4.19",
"clsx": "2.1.0",
Expand All @@ -56,7 +56,7 @@
"tailwindcss": "3.4.3",
"tslib": "2.6.2",
"typescript": "5.4.3",
"vite": "5.2.7",
"vite": "5.2.8",
"vitest": "1.4.0",
"zod": "3.22.4"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
},
"dependencies": {
"@internationalized/date": "3.5.2",
"bits-ui": "0.21.1",
"bits-ui": "0.21.2",
"clsx": "2.1.0",
"cmdk-sv": "0.0.17",
"embla-carousel-svelte": "^8.0.0",
"embla-carousel-svelte": "^8.0.1",
"formsnap": "1.0.0",
"lucide-svelte": "0.364.0",
"mode-watcher": "0.3.0",
Expand All @@ -48,9 +48,9 @@
"@spectacular/typescript-config": "workspace:*",
"@tailwindcss/typography": "0.5.12",
"@tsconfig/svelte": "5.0.4",
"@types/node": "20.12.2",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@types/node": "20.12.3",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"cssnano": "6.1.2",
"eslint": "8.57.0",
"postcss-import": "16.1.0",
Expand Down
Loading

0 comments on commit a776904

Please sign in to comment.