Skip to content

Commit

Permalink
Merge pull request #570 from xmtp/12-17-update_node_versions
Browse files Browse the repository at this point in the history
update node versions
  • Loading branch information
cameronvoell authored Dec 17, 2024
2 parents 5badf1d + 7ad204c commit 2f4b0c3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/update-node-20-17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@xmtp/react-native-sdk": patch
---

update node versions
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
20.15.0
20.17.0

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.0
20.17.0
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/node": "^20.15.0",
"@types/node": "^20.17.6",
"@types/react": "18.2.0",
"@types/react-native": "0.71.8",
"@types/text-encoding": "^0.0.39",
Expand Down
2 changes: 1 addition & 1 deletion example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6283,7 +6283,7 @@
resolved "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz"
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==

"@types/node@^20.15.0":
"@types/node@^20.17.6":
version "20.17.10"
resolved "https://registry.npmjs.org/@types/node/-/node-20.17.10.tgz#3f7166190aece19a0d1d364d75c8b0b5778c1e18"
integrity sha512-/jrvh5h6NXhEauFFexRin69nA0uHJ5gwk4iDivp/DeoEua3uwCUto6PC86IpRITBOs4+6i2I56K5x5b6WYGXHA==
Expand Down

0 comments on commit 2f4b0c3

Please sign in to comment.