Skip to content

Commit 27c17fc

Browse files
Update Node.js to v22.20.0
1 parent aa977be commit 27c17fc

9 files changed

Lines changed: 55 additions & 37 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.19.0
1+
22.20.0

apps/hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/hello-world",
3-
"version": "0.1.43",
3+
"version": "0.1.44",
44
"description": "A hello world example using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
"test": "jest"
1515
},
1616
"engines": {
17-
"node": ">=22.19.0"
17+
"node": ">=22.20.0"
1818
},
1919
"dependencies": {
2020
"@stanlemon/webdev": "*",

apps/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/app-template",
3-
"version": "0.4.16",
3+
"version": "0.4.17",
44
"description": "A template for creating apps using the webdev package.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"lint:fix": "eslint --fix ."
2222
},
2323
"engines": {
24-
"node": ">=22.19.0"
24+
"node": ">=22.20.0"
2525
},
2626
"dependencies": {
2727
"@stanlemon/server-with-auth": "*",

package-lock.json

Lines changed: 41 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"engines": {
4-
"node": ">=22.19.0"
4+
"node": ">=22.20.0"
55
},
66
"workspaces": [
77
"packages/*",

0 commit comments

Comments
 (0)