Skip to content

Commit

Permalink
chore: fixing rollup platform dependency (#313)
Browse files Browse the repository at this point in the history
Signed-off-by: Curtish <[email protected]>
  • Loading branch information
curtis-h authored Oct 28, 2024
1 parent f69d1e6 commit 5713cf9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 256 deletions.
261 changes: 6 additions & 255 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"@esbuild-plugins/node-resolve": "^0.2.2",
"@playwright/test": "^1.45.1",
"@pluto-encrypted/inmemory": "^1.12.3",
"@rollup/rollup-linux-x64-gnu": "^4.24.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
Expand Down Expand Up @@ -164,6 +163,9 @@
"util": "^0.12.5",
"uuid": "^9.0.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.24.0"
},
"overrides": {
"ws": "^8.17.1"
}
Expand Down

1 comment on commit 5713cf9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 76%
76.36% (3544/4641) 66.45% (1545/2325) 79.98% (855/1069)

Please sign in to comment.