Skip to content

Commit

Permalink
build: fix deps [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Feb 25, 2024
1 parent a2e6982 commit 7051a97
Show file tree
Hide file tree
Showing 12 changed files with 86 additions and 86 deletions.
6 changes: 3 additions & 3 deletions apps/console-fb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
"autoprefixer": "10.4.17",
"c8": "9.1.0",
"cross-fetch": "4.0.0",
"cssnano": "6.0.4",
"cssnano": "6.0.5",
"d3-force": "3.0.0",
"d3-scale": "4.0.2",
"date-fns": "3.3.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.36.0-next.5",
"eslint-plugin-svelte": "2.36.0-next.6",
"flowbite": "2.3.0",
"flowbite-svelte": "0.44.24",
"flowbite-svelte-blocks": "1.1.0",
Expand Down Expand Up @@ -99,7 +99,7 @@
"svelte-time-distance": "0.0.3",
"sveltekit-flash-message": "2.4.2",
"sveltekit-rate-limiter": "0.4.3",
"sveltekit-superforms": "2.5.0",
"sveltekit-superforms": "2.6.1",
"sveltekit-view-transition": "0.5.3",
"tailwind-merge": "2.2.1",
"tailwind-variants": "0.2.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/console-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"bits-ui": "0.18.2",
"clsx": "2.1.0",
"cmdk-sv": "0.0.13",
"cssnano": "6.0.4",
"cssnano": "6.0.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.36.0-next.5",
"formsnap": "0.5.0",
"eslint-plugin-svelte": "2.36.0-next.6",
"formsnap": "0.5.1",
"lucide-svelte": "0.338.0",
"postcss": "8.4.35",
"postcss-import": "16.0.1",
Expand All @@ -56,7 +56,7 @@
"svelte": "4.2.12",
"svelte-check": "3.6.4",
"sveltekit-rate-limiter": "0.4.3",
"sveltekit-superforms": "2.5.0",
"sveltekit-superforms": "2.6.1",
"sveltekit-view-transition": "0.5.3",
"tailwind-merge": "2.2.1",
"tailwind-variants": "0.2.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"date-fns": "3.3.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.36.0-next.5",
"formsnap": "0.5.0",
"eslint-plugin-svelte": "2.36.0-next.6",
"formsnap": "0.5.1",
"graphql": "16.8.1",
"graphql-ws": "5.15.0",
"houdini": "1.2.38",
Expand All @@ -83,7 +83,7 @@
"svelte-ux": "0.60.5",
"sveltekit-flash-message": "2.4.2",
"sveltekit-rate-limiter": "0.4.3",
"sveltekit-superforms": "2.5.0",
"sveltekit-superforms": "2.6.1",
"sveltekit-view-transition": "0.5.3",
"tailwind-merge": "2.2.1",
"tailwind-variants": "0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@astrojs/check": "0.5.5",
"@astrojs/node": "8.2.1",
"@astrojs/starlight": "0.20.0",
"@astrojs/starlight": "0.20.1",
"@astrojs/starlight-tailwind": "2.0.1",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vercel": "7.3.3",
Expand Down
6 changes: 3 additions & 3 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"date-fns": "3.3.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.36.0-next.5",
"formsnap": "0.5.0",
"eslint-plugin-svelte": "2.36.0-next.6",
"formsnap": "0.5.1",
"layerchart": "0.31.1",
"lucide-svelte": "0.338.0",
"paneforge": "0.0.2",
Expand All @@ -81,7 +81,7 @@
"svelte-ux": "0.60.5",
"sveltekit-flash-message": "2.4.2",
"sveltekit-rate-limiter": "0.4.3",
"sveltekit-superforms": "2.5.0",
"sveltekit-superforms": "2.6.1",
"sveltekit-view-transition": "0.5.3",
"tailwind-merge": "2.2.1",
"tailwind-variants": "0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@astrojs/node": "8.2.1",
"@astrojs/partytown": "2.0.4",
"@astrojs/sitemap": "3.1.1",
"@astrojs/starlight": "0.20.0",
"@astrojs/starlight": "0.20.1",
"@astrojs/svelte": "5.0.3",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vercel": "7.3.3",
Expand Down
4 changes: 2 additions & 2 deletions compose.all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
# traefik proxy
###########################################################################
traefik:
image: traefik:v3.0
image: traefik:v3.0.0-rc1
hostname: traefik
container_name: traefik
ports:
Expand Down Expand Up @@ -229,7 +229,7 @@ services:
# console WebApp
###########################################################################
console:
image: ghcr.io/xmlking/spectacular/console:latest
image: ghcr.io/xmlking/spectacular/console:v0.1.3
hostname: console
container_name: console
restart: always
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
# traefik proxy
###########################################################################
traefik:
image: traefik:v3.0
image: traefik:v3.0.0-rc1
hostname: traefik
container_name: traefik
ports:
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-astro": "0.31.4",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-svelte": "2.36.0-next.5",
"eslint-plugin-svelte": "2.36.0-next.6",
"eslint-plugin-unused-imports": "3.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/skeleton-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
"@vincjo/datatables": "1.14.5",
"autoprefixer": "10.4.17",
"clsx": "2.1.0",
"cssnano": "6.0.4",
"formsnap": "0.5.0",
"cssnano": "6.0.5",
"formsnap": "0.5.1",
"lucide-svelte": "0.338.0",
"postcss": "8.4.35",
"postcss-import": "16.0.1",
"postcss-load-config": "5.0.3",
"sveltekit-superforms": "2.5.0",
"sveltekit-superforms": "2.6.1",
"tailwind-merge": "2.2.1",
"tailwind-variants": "0.2.0",
"tailwindcss": "3.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"bits-ui": "0.18.2",
"clsx": "2.1.0",
"cmdk-sv": "0.0.13",
"formsnap": "0.5.0",
"formsnap": "0.5.1",
"lucide-svelte": "0.338.0",
"sveltekit-superforms": "2.5.0",
"sveltekit-superforms": "2.6.1",
"swiper": "11.0.6",
"tailwind-merge": "2.2.1",
"tailwind-variants": "0.2.0",
Expand All @@ -51,7 +51,7 @@
"@types/node": "20.11.20",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"cssnano": "6.0.4",
"cssnano": "6.0.5",
"eslint": "8.57.0",
"postcss-import": "16.0.1",
"postcss-load-config": "5.0.3",
Expand Down
Loading

0 comments on commit 7051a97

Please sign in to comment.