Skip to content

Commit

Permalink
fix: add missing toml package in rollup-plugin-rust package
Browse files Browse the repository at this point in the history
fix #79
  • Loading branch information
0xjei committed Nov 23, 2023
1 parent 03fce4c commit 5631c3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/rollup-plugin-rust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"glob": "^7.1.6",
"rimraf": "^3.0.0",
"rollup-pluginutils": "^2.8.2",
"toml": "^3.0.0",
"wasm-pack": "^0.10.2"
}
}
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4449,6 +4449,7 @@ __metadata:
rimraf: ^3.0.0
rollup-plugin-cleanup: ^3.2.1
rollup-pluginutils: ^2.8.2
toml: ^3.0.0
wasm-pack: ^0.10.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -18402,6 +18403,13 @@ __metadata:
languageName: node
linkType: hard

"toml@npm:^3.0.0":
version: 3.0.0
resolution: "toml@npm:3.0.0"
checksum: 5d7f1d8413ad7780e9bdecce8ea4c3f5130dd53b0a4f2e90b93340979a137739879d7b9ce2ce05c938b8cc828897fe9e95085197342a1377dd8850bf5125f15f
languageName: node
linkType: hard

"tough-cookie@npm:^2.3.3, tough-cookie@npm:~2.5.0":
version: 2.5.0
resolution: "tough-cookie@npm:2.5.0"
Expand Down

0 comments on commit 5631c3a

Please sign in to comment.