Skip to content

Commit

Permalink
Upgrade sucrase
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrttn committed Jan 17, 2024
1 parent 8122f6e commit 487bc3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"lerna": "^8.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.4",
"sucrase": "^3.25.0",
"sucrase": "^3.35.0",
"typescript": "^5.3.3"
}
}
26 changes: 6 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3720,20 +3720,6 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:7.1.6":
version: 7.1.6
resolution: "glob@npm:7.1.6"
dependencies:
fs.realpath: "npm:^1.0.0"
inflight: "npm:^1.0.4"
inherits: "npm:2"
minimatch: "npm:^3.0.4"
once: "npm:^1.3.0"
path-is-absolute: "npm:^1.0.0"
checksum: 2575cce9306ac534388db751f0aa3e78afedb6af8f3b529ac6b2354f66765545145dba8530abf7bff49fb399a047d3f9b6901c38ee4c9503f592960d9af67763
languageName: node
linkType: hard

"glob@npm:^10.2.2, glob@npm:^10.3.10":
version: 10.3.10
resolution: "glob@npm:10.3.10"
Expand Down Expand Up @@ -5627,7 +5613,7 @@ __metadata:
npm-run-all: "npm:^4.1.5"
prettier: "npm:^3.2.4"
replace: "npm:1.2.1"
sucrase: "npm:^3.25.0"
sucrase: "npm:^3.35.0"
typescript: "npm:^5.3.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -7767,21 +7753,21 @@ __metadata:
languageName: node
linkType: hard

"sucrase@npm:^3.25.0":
version: 3.34.0
resolution: "sucrase@npm:3.34.0"
"sucrase@npm:^3.35.0":
version: 3.35.0
resolution: "sucrase@npm:3.35.0"
dependencies:
"@jridgewell/gen-mapping": "npm:^0.3.2"
commander: "npm:^4.0.0"
glob: "npm:7.1.6"
glob: "npm:^10.3.10"
lines-and-columns: "npm:^1.1.6"
mz: "npm:^2.7.0"
pirates: "npm:^4.0.1"
ts-interface-checker: "npm:^0.1.9"
bin:
sucrase: bin/sucrase
sucrase-node: bin/sucrase-node
checksum: 83e524f2b9386c7029fc9e46b8d608485866d08bea5a0a71e9e3442dc12e1d05a5ab555808d1922f45dd012fc71043479d778aac07391d9740daabe45730a056
checksum: ac85f3359d2c2ecbf5febca6a24ae9bf96c931f05fde533c22a94f59c6a74895e5d5f0e871878dfd59c2697a75ebb04e4b2224ef0bfc24ca1210735c2ec191ef
languageName: node
linkType: hard

Expand Down

0 comments on commit 487bc3a

Please sign in to comment.