Skip to content

Commit 97debbc

Browse files
committed
feat: node 20+ support
1 parent 0ebbd00 commit 97debbc

File tree

2 files changed

+431
-5404
lines changed

2 files changed

+431
-5404
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@inquirer/select": "^2.4.7",
1010
"@lwc/lwc-dev-server": "^9.5.3",
1111
"@lwc/sfdc-lwc-compiler": "^9.5.3",
12-
"@lwrjs/api": "0.14.3",
12+
"@lwrjs/api": "0.14.5",
1313
"@oclif/core": "^4.0.17",
1414
"@salesforce/core": "^8.2.7",
1515
"@salesforce/kit": "^3.1.6",
@@ -18,7 +18,6 @@
1818
"axios": "^1.7.7",
1919
"glob": "10.4.5",
2020
"lwc": "7.1.3",
21-
"lwr": "0.14.3",
2221
"node-fetch": "^3.3.2"
2322
},
2423
"devDependencies": {
@@ -219,6 +218,7 @@
219218
"exports": "./lib/index.js",
220219
"type": "module",
221220
"volta": {
222-
"node": "20.11.0"
221+
"node": "20.11.0",
222+
"yarn": "1.22.22"
223223
}
224224
}

0 commit comments

Comments
 (0)