Skip to content

Commit

Permalink
chore: update engine dependencies
Browse files Browse the repository at this point in the history
| datasource | package     | from    | to       |
| ---------- | ----------- | ------- | -------- |
| npm        | @types/node | 20.16.5 | 20.16.10 |
| npm        | pnpm        | 9.9.0   | 9.11.0   |
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent b489de1 commit 3c0a1d3
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion examples/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"termost": "workspace:^"
},
"devDependencies": {
"@types/node": "20.16.5",
"@types/node": "20.16.10",
"esbuild-register": "3.6.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"release:version": "stack release --tag",
"release:publish": "stack release --publish"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0",
Expand Down
64 changes: 32 additions & 32 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion termost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"picocolors": "^1.1.0"
},
"devDependencies": {
"@types/node": "20.16.5",
"@types/node": "20.16.10",
"quickbundle": "1.2.0",
"vitest": "2.0.5"
}
Expand Down

0 comments on commit 3c0a1d3

Please sign in to comment.