Skip to content

Commit

Permalink
chore(deps): update all dependencies (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent ddbe2cc commit bb0a6ac
Show file tree
Hide file tree
Showing 5 changed files with 334 additions and 280 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

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

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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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 @@
20.6.1
20.11.1
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"typecheck": "nx typecheck"
},
"devDependencies": {
"@nrwl/nx-cloud": "16.4.0",
"@sveltejs/adapter-cloudflare": "2.3.3",
"@sveltejs/kit": "1.25.0",
"@vite-pwa/sveltekit": "0.2.7",
"nx": "16.8.1",
"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-plugin-pwa": "0.16.5",
"wrangler": "3.8.0"
"@nrwl/nx-cloud": "16.5.2",
"@sveltejs/adapter-cloudflare": "2.3.4",
"@sveltejs/kit": "1.30.4",
"@vite-pwa/sveltekit": "0.4.0",
"nx": "16.10.0",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.1",
"svelte": "4.2.11",
"svelte-check": "3.6.4",
"typescript": "5.3.3",
"vite": "4.5.2",
"vite-imagetools": "5.1.2",
"vite-plugin-pwa": "0.19.0",
"wrangler": "3.28.4"
},
"packageManager": "pnpm@8.7.5",
"packageManager": "pnpm@8.15.3",
"engines": {
"node": "20.6.1"
"node": "20.11.1"
}
}
Loading

0 comments on commit bb0a6ac

Please sign in to comment.