Skip to content

Commit

Permalink
build(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent f6eb360 commit dbe60e4
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 12 deletions.
20 changes: 15 additions & 5 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"main": "./index.ts",
"engines": {
"node": "18"
"node": "22"
},
"scripts": {
"build": "rm -Rf ./dist && rollup -c && yarn build:copy && yarn build:package && yarn build:clean",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@testing-library/jest-dom": "5.16.5",
"@types/jabber": "1.2.0",
"@types/jest": "29.2.4",
"@types/node": "18.11.18",
"@types/node": "22.10.3",
"@types/ramda": "0.28.20",
"@types/react": "18.0.26",
"@types/sha1": "1.1.3",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4368,7 +4368,7 @@ __metadata:
"@testing-library/jest-dom": 5.16.5
"@types/jabber": 1.2.0
"@types/jest": 29.2.4
"@types/node": 18.11.18
"@types/node": 22.10.3
"@types/ramda": 0.28.20
"@types/react": 18.0.26
"@types/sha1": 1.1.3
Expand Down Expand Up @@ -6460,10 +6460,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.11.18":
version: 18.11.18
resolution: "@types/node@npm:18.11.18"
checksum: 03f17f9480f8d775c8a72da5ea7e9383db5f6d85aa5fefde90dd953a1449bd5e4ffde376f139da4f3744b4c83942166d2a7603969a6f8ea826edfb16e6e3b49d
"@types/node@npm:22.10.3":
version: 22.10.3
resolution: "@types/node@npm:22.10.3"
dependencies:
undici-types: ~6.20.0
checksum: f42264d5afadb7eece4f068a9028cf752174796fe424f5f7385b6f700037240dc7bc6acd8ab11641424c39452dcf4d85be229f51dcc73ccd931eaa29924ffda7
languageName: node
linkType: hard

Expand Down Expand Up @@ -23669,6 +23671,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: b7bc50f012dc6afbcce56c9fd62d7e86b20a62ff21f12b7b5cbf1973b9578d90f22a9c7fe50e638e96905d33893bf2f9f16d98929c4673c2480de05c6c96ea8b
languageName: node
linkType: hard

"unfetch@npm:^4.2.0":
version: 4.2.0
resolution: "unfetch@npm:4.2.0"
Expand Down

0 comments on commit dbe60e4

Please sign in to comment.