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 22, 2023
1 parent d95b58d commit 4eb6515
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ jobs:
fetch-depth: 0

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

- name: Setup pnpm
uses: pnpm/[email protected]

- name: Set Nx SHAs
uses: nrwl/nx-set-shas@v3
uses: nrwl/nx-set-shas@v4
with:
main-branch-name: production

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
uses: pnpm/[email protected]

- name: Set Nx SHAs
uses: nrwl/nx-set-shas@v3
uses: nrwl/nx-set-shas@v4
with:
main-branch-name: production

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.6.1
21.5.0
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
},
"devDependencies": {
"@nrwl/nx-cloud": "16.4.0",
"@sveltejs/adapter-cloudflare": "2.3.3",
"@sveltejs/kit": "1.25.0",
"@sveltejs/adapter-cloudflare": "3.0.1",
"@sveltejs/kit": "2.0.6",
"@vite-pwa/sveltekit": "0.2.7",
"nx": "16.8.1",
"nx": "17.2.7",
"prettier": "3.0.3",
"prettier-plugin-svelte": "3.0.3",
"svelte": "4.2.0",
"svelte-check": "3.5.1",
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-imagetools": "5.0.8",
"vite": "5.0.10",
"vite-imagetools": "6.2.8",
"vite-plugin-pwa": "0.16.5",
"wrangler": "3.8.0"
},
"packageManager": "[email protected]",
"engines": {
"node": "20.6.1"
"node": "21.5.0"
}
}

0 comments on commit 4eb6515

Please sign in to comment.