Skip to content

Commit

Permalink
fix: webpack compilaton issues (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers authored Nov 22, 2022
1 parent 17b3aa7 commit 2d9bd24
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 146 deletions.
242 changes: 103 additions & 139 deletions packages/webpack/package-lock.json

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

3 changes: 2 additions & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@
},
"dependencies": {
"@babel/runtime": "^7.14.5",
"fetch-retry": "^5.0.3",
"form-data": "^4.0.0",
"isomorphic-fetch": "^3.0.0",
"lodash.find": "^4.3.0",
"lodash.foreach": "^4.2.0",
"lodash.reduce": "^4.3.0",
"node-fetch-retry": "^2.0.0",
"verror": "^1.6.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 2d9bd24

Please sign in to comment.