Upgrade dependencies

This commit is contained in:
Patrick Walton 2017-09-11 11:21:19 -07:00
parent 65e3278e94
commit 28699f9dfb
1 changed files with 7 additions and 7 deletions

View File

@ -10,15 +10,15 @@
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@types/base64-js": "^1.2.5", "@types/base64-js": "^1.2.5",
"@types/gl-matrix": "^2.2.34", "@types/gl-matrix": "^2.3.0",
"@types/lodash": "^4.14.73", "@types/lodash": "^4.14.74",
"@types/node": "^8.0.19", "@types/node": "^8.0.28",
"@types/opentype.js": "0.0.0", "@types/opentype.js": "0.0.0",
"base64-js": "^1.2.1", "base64-js": "^1.2.1",
"bootstrap": "^4.0.0-beta", "bootstrap": "^4.0.0-beta",
"gl-matrix": "^2.4.0", "gl-matrix": "^2.4.0",
"handlebars": "^4.0.10", "handlebars": "^4.0.10",
"handlebars-loader": "^1.5.0", "handlebars-loader": "^1.6.0",
"handlebars-webpack-plugin": "^1.2.0", "handlebars-webpack-plugin": "^1.2.0",
"html-loader": "^0.5.1", "html-loader": "^0.5.1",
"jquery": "^3.2.1", "jquery": "^3.2.1",
@ -28,8 +28,8 @@
"parse-color": "^1.0.0", "parse-color": "^1.0.0",
"path-data-polyfill.js": "^1.0.2", "path-data-polyfill.js": "^1.0.2",
"popper.js": "^1.12.5", "popper.js": "^1.12.5",
"ts-loader": "^2.3.2", "ts-loader": "^2.3.7",
"typescript": "^2.4.2", "typescript": "^2.5.2",
"webpack": "^3.4.1" "webpack": "^3.5.6"
} }
} }