Skip to content

Commit

Permalink
Update nodejs updates to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent b9636df commit d15ed27
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 53 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.29",
"version": "0.1.30",
"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.18.1"
"node": ">=22.12.0"
},
"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.13",
"version": "0.3.14",
"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.18.1"
"node": ">=22.12.0"
},
"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.71",
"version": "0.3.72",
"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.18.1"
"node": ">=22.12.0"
},
"dependencies": {
"@stanlemon/server-with-auth": "*",
Expand Down
60 changes: 30 additions & 30 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.18.1"
"node": ">=22.12.0"
},
"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.25",
"version": "0.1.26",
"description": "A command tool to make all of my things easier.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=20.18.1"
"node": ">=22.12.0"
},
"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.8",
"version": "3.0.9",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
],
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=20.18.1"
"node": ">=22.12.0"
},
"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.18",
"version": "0.10.19",
"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.18.1"
"node": ">=22.12.0"
},
"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": "^20.17.10",
"@types/node": "^22.10.2",
"@types/pouchdb": "^6.4.2",
"@types/react": "^19.0.2",
"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.13",
"version": "0.6.14",
"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.18.1"
"node": ">=22.12.0"
},
"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": "^20.17.10",
"@types/node": "^22.10.2",
"@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.3.29",
"version": "0.3.30",
"description": "A basic express web server setup with authentication baked in.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=20.18.1"
"node": ">=22.12.0"
},
"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.39",
"version": "0.3.40",
"description": "A basic express web server setup.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=20.18.1"
"node": ">=22.12.0"
},
"type": "module",
"main": "./src/index.js",
Expand Down
Loading

0 comments on commit d15ed27

Please sign in to comment.