From 5e66a6065d2dfc3bbdeea12c4d2550e76071936b Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Mon, 29 Oct 2018 12:38:38 +0900 Subject: [PATCH] Update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2f12041a9..12e815faf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vivliostyle", - "version": "2018.8.101-pre", + "version": "2018.10.100-pre", "description": "Library for web sites with rich paged viewing and EPUB support, shared with Vivliostyle Formatter & Browser", "scripts": { "lint": "eslint src test", @@ -29,12 +29,12 @@ "main": "lib/vivliostyle.min.js", "homepage": "https://github.com/vivliostyle/vivliostyle.js", "devDependencies": { - "eslint": "^5.5.0", + "eslint": "^5.8.0", "fast-diff": "1.1.2", "glob": "^7.1.3", "google-closure-compiler": "^20160911.0.0", - "jasmine-core": "^3.2.1", - "karma": "^3.0.0", + "jasmine-core": "^3.3.0", + "karma": "^3.1.1", "karma-cli": "^1.0.1", "karma-commonjs": "^1.0.0", "karma-jasmine": "^1.1.2",