Skip to content

Commit

Permalink
Update deps and remove dnd packages from externals
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Jun 24, 2019
1 parent 7d5f8f1 commit 2438870
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 46 deletions.
99 changes: 58 additions & 41 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
"react-contextmenu": "^2.11.0",
"react-copy-to-clipboard": "^5.0.0",
"react-dates": "20.2.4",
"react-dnd": "^7.4.3",
"react-dnd-html5-backend": "^7.4.0",
"react-dnd": "8.x.x",
"react-dnd-html5-backend": "8.x.x",
"react-dom": "16.8.6",
"react-draggable": "^3.2.1",
"react-floater": "^0.6.4",
Expand Down Expand Up @@ -203,7 +203,7 @@
"uniq": "^1.0.1",
"uuid": "^3.3.2",
"venn.js": "0.2.20",
"victory": "32.2.3",
"victory": "32.3.0",
"webpack": "4.35.0",
"worker-loader": "^2.0.0"
},
Expand Down
2 changes: 0 additions & 2 deletions webpack.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ const EXTERNALS = [
'react-contextmenu',
'react-copy-to-clipboard',
'react-dates',
'react-dnd',
'react-dnd-html5-backend',
'react-dom',
'react-draggable',
'react-floater',
Expand Down

0 comments on commit 2438870

Please sign in to comment.