Skip to content

Update nodejs updates to ^22.15.1 #301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.15.0
22.15.1
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.37",
"version": "0.1.38",
"description": "A hello world example using the webdev package.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"test": "jest"
},
"engines": {
"node": ">=22.15.0"
"node": ">=22.15.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.27",
"version": "0.3.28",
"description": "A react app using pouchdb built in typescript",
"author": "Stan Lemon <stanlemon@users.noreply.github.com",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=22.15.0"
"node": ">=22.15.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.4.6",
"version": "0.4.7",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=22.15.0"
"node": ">=22.15.1"
},
"dependencies": {
"@stanlemon/server-with-auth": "*",
Expand Down
52 changes: 26 additions & 26 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": ">=22.15.0"
"node": ">=22.15.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.28",
"version": "0.1.29",
"description": "A command tool to make all of my things easier.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
"engines": {
"node": ">=22.15.0"
"node": ">=22.15.1"
},
"type": "module",
"main": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@stanlemon/eslint-config",
"version": "3.0.39",
"version": "3.0.40",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
],
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
"engines": {
"node": ">=22.15.0"
"node": ">=22.15.1"
},
"type": "module",
"exports": {
Expand Down
6 changes: 3 additions & 3 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.28",
"version": "0.10.29",
"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": ">=22.15.0"
"node": ">=22.15.1"
},
"peerDependencies": {
"pouchdb": ">=8.0.0",
Expand All @@ -49,7 +49,7 @@
"@types/async-retry": "^1.4.9",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.0",
"@types/node": "^22.15.1",
"@types/pouchdb": "^6.4.2",
"@types/react": "^19.1.0",
"isomorphic-fetch": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 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.16",
"version": "0.6.17",
"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": ">=22.15.0"
"node": ">=22.15.1"
},
"peerDependencies": {
"pouchdb": ">=8.0.0",
Expand All @@ -44,7 +44,7 @@
"@stanlemon/webdev": "*",
"@types/debug": "^4.1.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.15.0",
"@types/node": "^22.15.1",
"@types/pouchdb": "^6.4.2",
"pouchdb": "^9.0.0",
"pouchdb-adapter-memory": "^9.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.4.4",
"version": "0.4.5",
"description": "A basic express web server setup with authentication baked in.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
"engines": {
"node": ">=22.15.0"
"node": ">=22.15.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.4.5",
"version": "0.4.6",
"description": "A basic express web server setup.",
"author": "Stan Lemon <stanlemon@users.noreply.github.com>",
"license": "MIT",
"engines": {
"node": ">=22.15.0"
"node": ">=22.15.1"
},
"type": "module",
"main": "./src/index.js",
Expand Down
Loading