Skip to content

Commit

Permalink
Bump version for release. Update to latest compatible webpack (#3483)
Browse files Browse the repository at this point in the history
* Bump version for release. Update to latest compatible webpack

* Fix yarn lock registry entry
  • Loading branch information
themadcreator authored Feb 5, 2019
1 parent be44566 commit 88158e2
Show file tree
Hide file tree
Showing 2 changed files with 2,122 additions and 258 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plottable",
"description": "A modular charting library built on D3",
"version": "3.8.3",
"version": "3.8.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,8 +55,8 @@
"sinon": "^2.1.0",
"tslint": "4.5.1",
"typescript": "~2.7",
"webpack": "2.2.1",
"webpack-dev-server": "2.3.0",
"webpack": "2.6.1",
"webpack-dev-server": "2.11.1",
"webpack-merge": "^4.1.0"
},
"dependencies": {
Expand Down
Loading

1 comment on commit 88158e2

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

Bump version for release. Update to latest compatible webpack (#3483)

Demo: quicktests | fiddle

Please sign in to comment.