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.11.10 | 20.11.20 |
| node-version | node        | v20.11.0 | v20.11.1 |
| npm          | pnpm        | 8.14.3   | 8.15.4   |
  • Loading branch information
renovate[bot] committed Mar 1, 2024
1 parent 65e30b3 commit 063e736
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.11.1
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.11.10",
"@types/node": "20.11.20",
"esbuild-register": "3.5.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@8.14.3",
"packageManager": "pnpm@8.15.4",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0",
Expand Down
32 changes: 16 additions & 16 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 @@ -56,7 +56,7 @@
"picocolors": "^1.0.0"
},
"devDependencies": {
"@types/node": "20.11.10",
"@types/node": "20.11.20",
"quickbundle": "1.2.0",
"typescript": "5.3.3",
"vitest": "1.1.0"
Expand Down

0 comments on commit 063e736

Please sign in to comment.