Skip to content

Commit

Permalink
fix(packages): update npm packages
Browse files Browse the repository at this point in the history
* update all npm packages to latest major versions
* fix npm audit issues
  • Loading branch information
antokara committed Mar 17, 2020
1 parent 261d8cb commit 3480cf4
Show file tree
Hide file tree
Showing 8 changed files with 8,923 additions and 5,439 deletions.
80 changes: 40 additions & 40 deletions dev/package-lock.json

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

12 changes: 6 additions & 6 deletions dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
"html-webpack-template": "^6.2.0",
"prettier": "^1.19.1",
"ts-loader": "^6.2.1",
"tslint": "^6.0.0",
"tslint": "^6.1.0",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-react": "^4.2.0",
"typescript": "^3.7.5",
"webpack": "^4.41.6",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@types/react": "^16.9.19",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"react": "^16.12.0",
"react-dom": "^16.12.0"
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"prettier": {
"singleQuote": true
Expand Down
Loading

0 comments on commit 3480cf4

Please sign in to comment.