Skip to content

Commit

Permalink
chore(deps): remove optionalDependencies in favor of wasm-node package
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Jul 29, 2024
1 parent 6ca3cef commit a6b8201
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
25 changes: 22 additions & 3 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"@changesets/cli": "^2.18.1",
"@github/prettier-config": "^0.0.6",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/wasm-node": "^4.19.1",
"@size-limit/preset-small-lib": "^11.1.4",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.1",
Expand All @@ -94,8 +95,5 @@
"rollup": "^4.18.0",
"size-limit": "^11.1.4",
"typescript": "^5.2.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.18.0"
}
}

0 comments on commit a6b8201

Please sign in to comment.