Skip to content

Commit a972be4

Browse files
committed
fix(bindgen): Bump typescript package deps
To address: [!] RollupError: "TextEncoder" is not exported by "polyfill-node.util.js", imported by "node_modules/axios/lib/helpers/formDataToStream.js". 64 https://rollupjs.org/troubleshooting/#error-name-is-not-exported-by-module 65 node_modules/axios/lib/helpers/formDataToStream.js (1:8) 66 1: import {TextEncoder} from 'util'; 67 ^
1 parent 7a8181d commit a972be4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/bindgen/typescript-resources/template.package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@
3030
"author": "",
3131
"license": "Apache-2.0",
3232
"dependencies": {
33-
"itk-wasm": "^1.0.0-b.101"
33+
"itk-wasm": "^1.0.0-b.112"
3434
},
3535
"devDependencies": {
3636
"@rollup/plugin-commonjs": "^24.0.0",
3737
"@rollup/plugin-json": "^6.0.0",
38-
"@rollup/plugin-node-resolve": "^15.0.1",
38+
"@rollup/plugin-node-resolve": "^15.1.0",
3939
"@rollup/plugin-terser": "^0.4.0",
40-
"@rollup/plugin-typescript": "^10.0.1",
41-
"@types/node": "^18.13.0",
40+
"@rollup/plugin-typescript": "^11.1.1",
41+
"@types/node": "^20.2.5",
4242
"debug": "^4.3.4",
4343
"rollup": "^3.9.0",
4444
"rollup-plugin-copy": "^3.4.0",
4545
"rollup-plugin-ignore": "^1.0.10",
46-
"rollup-plugin-polyfill-node": "^0.11.0",
46+
"rollup-plugin-polyfill-node": "^0.12.0",
4747
"supports-color": "^9.3.1",
48-
"tslib": "^2.5.0",
49-
"typescript": "^4.9.4",
48+
"tslib": "^2.5.2",
49+
"typescript": "^5.0.4",
5050
"vite": "^4.0.4",
5151
"vite-plugin-static-copy": "^0.13.0"
5252
}

0 commit comments

Comments
 (0)