Skip to content

Commit

Permalink
chore: downgrade commonjs and node-resolve
Browse files Browse the repository at this point in the history
The latest versions of these two modules breaks the webworker somehow.
Downgrading until this can be investigated and resolved.
  • Loading branch information
floryst committed May 13, 2022
1 parent 8e75df9 commit 5c844de
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 41 deletions.
57 changes: 18 additions & 39 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"@mapbox/node-pre-gyp": "1.0.9",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "22.0.0",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-eslint": "8.0.2",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-node-resolve": "13.1.3",
"autoprefixer": "10.4.7",
"babel-loader": "8.2.5",
"babel-plugin-istanbul": "6.1.1",
Expand Down

0 comments on commit 5c844de

Please sign in to comment.