Skip to content

Commit

Permalink
Update Node.js to >=20.18.1 (#222)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent a780d8d commit 3867126
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions apps/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/hello-world",
"version": "0.1.28",
"version": "0.1.29",
"description": "A hello world example using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"test": "jest"
},
"engines": {
"node": ">=20.14.0"
"node": ">=20.18.1"
},
"dependencies": {
"@stanlemon/webdev": "*",
Expand Down
4 changes: 2 additions & 2 deletions apps/react-pouchdb-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/react-pouchdb-example",
"version": "0.3.12",
"version": "0.3.13",
"description": "A react app using pouchdb built in typescript",
"author": "Stan Lemon <[email protected]",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=20.14.0"
"node": ">=20.18.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/app-template",
"version": "0.3.70",
"version": "0.3.71",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=20.14.0"
"node": ">=20.18.1"
},
"dependencies": {
"@stanlemon/server-with-auth": "*",
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"engines": {
"node": ">=20.14.0"
"node": ">=20.18.1"
},
"workspaces": [
"packages/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@stanlemon/cli",
"version": "0.1.24",
"version": "0.1.25",
"description": "A command tool to make all of my things easier.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=20.14.0"
"node": ">=20.18.1"
},
"type": "module",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=20.14.0"
"node": ">=20.18.1"
},
"type": "module",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-couchdb-authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/react-couchdb-authentication",
"version": "0.10.15",
"version": "0.10.16",
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"license": "MIT",
"engines": {
"node": ">=20.14.0"
"node": ">=20.18.1"
},
"peerDependencies": {
"pouchdb": ">=8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-pouchdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/react-pouchdb",
"version": "0.6.10",
"version": "0.6.11",
"description": "React components for interacting with PouchDB.",
"keywords": [
"react",
Expand Down Expand Up @@ -33,7 +33,7 @@
"example": "WEBDEV_ENTRY=./example/Example.tsx webpack serve"
},
"engines": {
"node": ">=20.14.0"
"node": ">=20.18.1"
},
"peerDependencies": {
"pouchdb": ">=8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/server-with-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@stanlemon/server-with-auth",
"version": "0.3.28",
"version": "0.3.29",
"description": "A basic express web server setup with authentication baked in.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=20.14.0"
"node": ">=20.18.1"
},
"type": "module",
"main": "./src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@stanlemon/server",
"version": "0.3.38",
"version": "0.3.39",
"description": "A basic express web server setup.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=20.14.0"
"node": ">=20.18.1"
},
"type": "module",
"main": "./src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/webdev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/webdev",
"version": "0.2.20",
"version": "0.2.21",
"description": "My typical web development setup, but without all the copy and paste.",
"keywords": [
"webpack",
Expand All @@ -11,7 +11,7 @@
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=20.14.0"
"node": ">=20.18.1"
},
"type": "module",
"scripts": {
Expand Down

0 comments on commit 3867126

Please sign in to comment.