Skip to content

Commit

Permalink
Update js2mjs (but sourcemaps are broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 2, 2024
1 parent 486827d commit abc0b41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
"prettier": "^3.3.1",
"typescript": "^5.0.4",
"ts-node": "^10.9.1",
"js2mjs": "^0.3.0"
"js2mjs": "^1.0.1"
}
}
21 changes: 9 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1145,13 +1145,10 @@ js-yaml@^3.13.1:
argparse "^1.0.7"
esprima "^4.0.0"

js2mjs@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/js2mjs/-/js2mjs-0.3.0.tgz#4db5f4e31dae63ee661f689e853308b138bbc58e"
integrity sha512-jiejhgZW09Y7m4IMQbsosFWHwPLeskSS5Ybd1lrf3RskjkHd6XaLtNFO+oy6G+tzHc6mmxHXcQLKbfgRrTRgrA==
dependencies:
commander "^4.1.1"
tsafe "^1.4.1"
js2mjs@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/js2mjs/-/js2mjs-1.0.1.tgz#685a5e98c0767cb77dafdc0841188a36b5037988"
integrity sha512-Z6lmRudC9sSnq2XEozP41Arq7DGk6RKzPeA9zF648Zvx1hLI6AfEIYqqDHxI2qTnCP0doksJnL2jVHY/DyeyBA==

json-parse-even-better-errors@^2.3.0:
version "2.3.1"
Expand Down Expand Up @@ -1746,16 +1743,16 @@ ts-node@^10.9.1:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

tsafe@^1.4.1, tsafe@^1.6.6, tsafe@^1.7.2:
version "1.7.2"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.7.2.tgz#0f63d414876287ad01b135f832722f93e22da374"
integrity sha512-dAPfQLhCfCRre5qs+Z5Q2a7s2CV7RxffZUmvj7puGaePYjECzWREJFd3w4XSFe/T5tbxgowfItA/JSSZ6Ma3dA==

tsafe@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.0.tgz#48a9bd0a4c43df43d289bdfc1d89f0d7fffbd612"
integrity sha512-wlUeRBnyN3EN2chXznpLm7vBEvJLEOziDU+MN6NRlD99AkwmXgtChNQhp+V97VyRa3Bp05IaL4Cocsc7JlyEUg==

tsafe@^1.6.6, tsafe@^1.7.2:
version "1.7.2"
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.7.2.tgz#0f63d414876287ad01b135f832722f93e22da374"
integrity sha512-dAPfQLhCfCRre5qs+Z5Q2a7s2CV7RxffZUmvj7puGaePYjECzWREJFd3w4XSFe/T5tbxgowfItA/JSSZ6Ma3dA==

tslib@^1.8.1, tslib@^1.9.0:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
Expand Down

0 comments on commit abc0b41

Please sign in to comment.