Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Jul 23, 2024
1 parent f3ee53b commit bb798dd
Show file tree
Hide file tree
Showing 5 changed files with 1,702 additions and 1,634 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changesets.yml.bak
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
version: pnpm run ci:version
commit: 'chore: update versions'
title: 'chore: update versions'
publish: pnpm run release
publish: node --run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
9 changes: 5 additions & 4 deletions apps/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"format": "biome check --write",
"generate": "dotenv-run -f .env -f .secrets -v -- houdini pull-schema",
"generate:prod": "NODE_ENV=prod dotenv-run -f .env -f .secrets -v -- houdini pull-schema",
"lang:lint": "pnpm inlang lint --project ./project.inlang",
"lang:studio": "pnpm inlang open editor",
"lang:translate": "pnpm inlang machine translate --project ./project.inlang -f",
"lang:validate": "pnpm inlang validate --project ./project.inlang",
"lang:lint": "inlang lint --project ./project.inlang",
"lang:studio": "inlang open editor",
"lang:translate": "inlang machine translate --project ./project.inlang -f",
"lang:validate": "inlang validate --project ./project.inlang",
"lint": "biome check",
"preview": "ORIGIN=https://console.traefik.me:4173 dotenv-run -f .env -f .secrets -v -- vite preview",
"sync": "dotenv-run -f .env -f .secrets -v -- svelte-kit sync",
Expand Down Expand Up @@ -92,6 +92,7 @@
"sveltekit-rate-limiter": "0.5.1",
"sveltekit-superforms": "2.16.0",
"sveltekit-view-transition": "0.5.3",
"swapy": "0.0.5",
"tailwind-merge": "2.4.0",
"tailwind-variants": "0.2.1",
"tailwindcss": "3.4.4",
Expand Down
8 changes: 4 additions & 4 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"dev:debug": "DEBUG=* dotenv-run -f .env -f .secrets -v '.*' -u -- vite dev",
"dev:sw": "SW_DEV=true dotenv-run -f .env -f .secrets -v -- vite dev",
"format": "biome check --write",
"lang:lint": "pnpm inlang lint --project ./project.inlang",
"lang:studio": "pnpm inlang open editor",
"lang:translate": "pnpm inlang machine translate --project ./project.inlang -f",
"lang:validate": "pnpm inlang validate --project ./project.inlang",
"lang:lint": "inlang lint --project ./project.inlang",
"lang:studio": "inlang open editor",
"lang:translate": "inlang machine translate --project ./project.inlang -f",
"lang:validate": "inlang validate --project ./project.inlang",
"lint": "biome check",
"preview": "ORIGIN=https://console.traefik.me:4173 dotenv-run -f .env -f .secrets -v -- vite preview",
"sync": "dotenv-run -f .env -f .secrets -v -- svelte-kit sync",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
"@spectacular/biome-config": "workspace:*",
"@spectacular/typescript-config": "workspace:*",
"concurrently": "8.2.2",
"cspell": "8.10.4",
"husky": "9.0.11",
"cspell": "8.12.1",
"husky": "9.1.1",
"lint-staged": "15.2.7",
"markuplint": "4.9.2",
"turbo": "2.0.6",
"vitest": "2.0.2"
"turbo": "2.0.9",
"vitest": "2.0.4"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit bb798dd

Please sign in to comment.