Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 3f99090 commit 0b5359a
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 21 deletions.
36 changes: 27 additions & 9 deletions example/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 example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/koa-json": "^2.0.20",
"@types/koa-router": "^7.4.4",
"@types/mocha": "^10.0.1",
"@types/node": "^16.11.9",
"@types/node": "^22.9.0",
"axios": "^1.2.2",
"chai": "^4.3.7",
"mocha": "^10.2.0",
Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git://github.com/kysely-org/kysely.git"
},
"engines": {
"node": ">=14.0.0"
"node": ">=22.11.0"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -78,7 +78,7 @@
"@types/chai-as-promised": "^7.1.8",
"@types/chai-subset": "^1.3.5",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.0",
"@types/node": "^22.9.0",
"@types/pg": "^8.11.6",
"@types/pg-cursor": "^2.7.2",
"@types/sinon": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions site/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 site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
]
},
"engines": {
"node": ">=18.0"
"node": ">=22.11.0"
}
}

0 comments on commit 0b5359a

Please sign in to comment.