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 18, 2024
1 parent 33525ad commit e79c736
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.1
22.12.0
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.27",
"version": "0.1.28",
"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": ">=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.10",
"version": "0.3.11",
"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": ">=22.12.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.1",
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.69",
"version": "0.3.70",
"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": ">=22.12.0"
},
"dependencies": {
"@stanlemon/server-with-auth": "*",
Expand Down
64 changes: 32 additions & 32 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": ">=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.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": ">=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.5",
"version": "3.0.6",
"description": "My typical eslint setup, but without all the copy and paste.",
"keywords": [
"eslint"
],
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=20.14.0"
"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.14",
"version": "0.10.15",
"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": ">=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.9.0",
"@types/node": "^22.10.2",
"@types/pouchdb": "^6.4.2",
"@types/react": "^19.0.1",
"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.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": ">=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.9.0",
"@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.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": ">=22.12.0"
},
"type": "module",
"main": "./src/index.js",
Expand Down
Loading

0 comments on commit e79c736

Please sign in to comment.