Skip to content

Commit 6f06a59

Browse files
Update Node.js to v22.19.0 (#339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b059357 commit 6f06a59

9 files changed

Lines changed: 27 additions & 27 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.18.0
1+
22.19.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.40",
3+
"version": "0.1.41",
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.18.0"
17+
"node": ">=22.19.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.13",
3+
"version": "0.4.14",
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.18.0"
24+
"node": ">=22.19.0"
2525
},
2626
"dependencies": {
2727
"@stanlemon/server-with-auth": "*",

package-lock.json

Lines changed: 13 additions & 13 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.18.0"
4+
"node": ">=22.19.0"
55
},
66
"workspaces": [
77
"packages/*",

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "3.0.48",
3+
"version": "3.0.49",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
77
],
88
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
99
"license": "MIT",
1010
"engines": {
11-
"node": ">=22.18.0"
11+
"node": ">=22.19.0"
1212
},
1313
"type": "module",
1414
"exports": {

packages/server-with-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@stanlemon/server-with-auth",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"description": "A basic express web server setup with authentication baked in.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
77
"engines": {
8-
"node": ">=22.18.0"
8+
"node": ">=22.19.0"
99
},
1010
"type": "module",
1111
"main": "./src/index.js",

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@stanlemon/server",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
44
"description": "A basic express web server setup.",
55
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
66
"license": "MIT",
77
"engines": {
8-
"node": ">=22.18.0"
8+
"node": ">=22.19.0"
99
},
1010
"type": "module",
1111
"main": "./src/index.js",

packages/webdev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/webdev",
3-
"version": "0.2.53",
3+
"version": "0.2.54",
44
"description": "My typical web development setup, but without all the copy and paste.",
55
"keywords": [
66
"webpack",
@@ -11,7 +11,7 @@
1111
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
1212
"license": "MIT",
1313
"engines": {
14-
"node": ">=22.18.0"
14+
"node": ">=22.19.0"
1515
},
1616
"type": "module",
1717
"scripts": {

0 commit comments

Comments
 (0)