Skip to content

Commit

Permalink
build: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 15, 2018
1 parent c95a370 commit 2d7e7cd
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 1,781 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"lerna": "^2.11.0",
"mocha": "^5.1.1",
"nyc": "^11.7.2",
"ts-loader": "^4.3.0",
"ts-loader": "^4.4.2",
"tslint": "^5.10.0",
"typescript": "^2.8.3",
"webpack": "^4.8.1",
"webpack-cli": "^2.1.3",
"webpack": "^4.16.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
},
"scripts": {
Expand All @@ -25,4 +25,4 @@
"pub": "lerna publish && yarn doc && scripts/upload-docs",
"test": "yarn build && lerna run test"
}
}
}
Loading

0 comments on commit 2d7e7cd

Please sign in to comment.