Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v20.12.11 (#2125)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <[email protected]>
  • Loading branch information
renovate[bot] and FabianLars authored May 8, 2024
1 parent 02725b5 commit 6c256f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": "0.0.1",
"scripts": {
"dev:setup:submodules": "git submodule update --init",
"dev:setup:tauri": "yarn --cwd packages/tauri/tooling/api",
"dev:setup:tauri": "pnpm install -C packages/tauri/tooling/api",
"dev:setup:plugins-workspace": "pnpm --prefix packages/plugins-workspace install",
"dev:setup": "pnpm dev:setup:submodules && pnpm dev:setup:tauri && pnpm dev:setup:plugins-workspace",
"dev": "astro dev",
Expand All @@ -20,11 +20,9 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/markdown-remark": "^4.2.1",
"@astrojs/starlight": "^0.20.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/markdown-remark": "^5.0.0",
"@astrojs/starlight": "^0.22.0",
"@astrojs/rss": "^4.0.5",
"@types/json-schema": "^7.0.15",
"astro": "^4.4.4",
"astro-feelback": "^0.3.4",
Expand All @@ -38,6 +36,9 @@
"starlight-blog": "^0.7.0",
"starlight-links-validator": "^0.8.0"
},
"engines": {
"pnpm": "^8.0.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c256f8

Please sign in to comment.