Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent d51349a commit 93c586e
Show file tree
Hide file tree
Showing 8 changed files with 1,395 additions and 1,005 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.0.0
uses: hashicorp/setup-terraform@v3.1.2
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.6.2
21.7.3
4 changes: 2 additions & 2 deletions apps/aahh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"prepare": "svelte-kit sync"
},
"dependencies": {
"svelte": "4.2.11"
"svelte": "4.2.19"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0"
"@sveltejs/vite-plugin-svelte": "3.0.2"
}
}
4 changes: 2 additions & 2 deletions apps/prout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"prepare": "svelte-kit sync"
},
"dependencies": {
"svelte": "4.2.11"
"svelte": "4.2.19"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0"
"@sveltejs/vite-plugin-svelte": "3.0.2"
}
}
4 changes: 2 additions & 2 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"prepare": "svelte-kit sync"
},
"dependencies": {
"svelte": "4.2.11"
"svelte": "4.2.19"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0"
"@sveltejs/vite-plugin-svelte": "3.0.2"
}
}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
"typecheck": "nx typecheck"
},
"devDependencies": {
"@nrwl/nx-cloud": "18.0.0",
"@sveltejs/adapter-cloudflare": "4.1.0",
"@sveltejs/kit": "2.5.1",
"@vite-pwa/sveltekit": "0.4.0",
"nx": "18.0.4",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.1",
"svelte": "4.2.11",
"svelte-check": "3.6.4",
"svelte-migrate": "1.3.7",
"typescript": "5.3.3",
"vite": "5.1.4",
"@nrwl/nx-cloud": "18.0.1",
"@sveltejs/adapter-cloudflare": "4.8.0",
"@sveltejs/kit": "2.9.0",
"@vite-pwa/sveltekit": "0.6.6",
"nx": "18.4.0-canary.20240418-e549ea2",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"svelte": "4.2.19",
"svelte-check": "3.8.6",
"svelte-migrate": "1.6.9",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-imagetools": "6.2.9",
"vite-plugin-pwa": "0.19.0",
"wrangler": "3.28.4"
"vite-plugin-pwa": "0.21.1",
"wrangler": "3.93.0"
},
"packageManager": "[email protected].3",
"packageManager": "[email protected].9",
"engines": {
"node": "21.6.2"
"node": "21.7.3"
}
}
Loading

0 comments on commit 93c586e

Please sign in to comment.