Skip to content

Commit 4e6c050

Browse files
feat(node-upgrade): Upgrade to node 20 (#722)
* feat(node-20-upgrade): Upgrade to Node 20 * feat(node-20-upgrade): Optional chaining errors fix. * feat(node-20-upgrade): Optional chaining errors fix
1 parent 7ece5ba commit 4e6c050

File tree

5 files changed

+5
-30
lines changed

5 files changed

+5
-30
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/hydrogen
1+
lts/iron

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
language: node_js
33
dist: 'focal'
44
node_js:
5-
- '18'
5+
- '20'
66
addons:
77
apt:
88
packages:

browserslist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ last 2 Firefox versions
44
last 2 Safari versions
55
last 2 Edge versions
66
last 2 iOS versions
7-
ie 11

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
"resolutions": {
158158
"**/react-intl/**/@types/react": "^18.3.12",
159159
"**/@types/react": "^18.3.12",
160-
"**/@types/react-dom": "^18.2.0"
160+
"**/@types/react-dom": "^18.2.0",
161+
"acorn": "8.14.0"
161162
}
162163
}

yarn.lock

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2804,32 +2804,7 @@ acorn-walk@^7.1.1:
28042804
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.1.1.tgz#345f0dffad5c735e7373d2fec9a1023e6a44b83e"
28052805
integrity sha512-wdlPY2tm/9XBr7QkKlq0WQVgiuGTX6YWPyRyBviSoScBuLfTVQhvwg6wJ369GJ/1nPfTLMfnrFIfjqVg6d+jQQ==
28062806

2807-
acorn@^5.5.3:
2808-
version "5.7.4"
2809-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.4.tgz#3e8d8a9947d0599a1796d10225d7432f4a4acf5e"
2810-
integrity sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==
2811-
2812-
acorn@^6.0.1:
2813-
version "6.0.2"
2814-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.2.tgz#6a459041c320ab17592c6317abbfdf4bbaa98ca4"
2815-
integrity sha512-GXmKIvbrN3TV7aVqAzVFaMW8F8wzVX7voEBRO3bDA64+EX37YSayggRJP5Xig6HYHBkWKpFg9W5gg6orklubhg==
2816-
2817-
acorn@^6.4.1:
2818-
version "6.4.1"
2819-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
2820-
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
2821-
2822-
acorn@^7.1.1:
2823-
version "7.1.1"
2824-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
2825-
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
2826-
2827-
acorn@^8.8.2:
2828-
version "8.11.3"
2829-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
2830-
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
2831-
2832-
acorn@^8.9.0:
2807+
acorn@8.14.0, acorn@^5.5.3, acorn@^6.0.1, acorn@^6.4.1, acorn@^7.1.1, acorn@^8.8.2, acorn@^8.9.0:
28332808
version "8.14.0"
28342809
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
28352810
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==

0 commit comments

Comments
 (0)