From 9071800ccf03456191a971783f9078c7dc4a39f2 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 20 Jul 2017 04:49:40 -0400 Subject: dependency updates and minor project layout update --- juick-www/build.gradle | 3 ++- juick-www/package-lock.json | 12 ++++++++++++ juick-www/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) (limited to 'juick-www') diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 86956dfb..1e274bc0 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -22,9 +22,10 @@ dependencies { compile project(':juick-server-jdbc') compile 'com.github.scribejava:scribejava-apis:4.1.2' compile 'com.github.ooxi:serialized-php-parser:0.5.0' - compile 'com.sun.mail:javax.mail:1.5.6' + compile 'com.sun.mail:javax.mail:1.6.0' compile 'com.mitchellbosecke:pebble-spring4:2.4.0' + testCompile project(path: ':juick-server-web', configuration: 'testArtifacts') testCompile project(path: ':juick-server-jdbc', configuration: 'testArtifacts') // htmlunit 2.25 isn't compatible with spring-test 4.3.6 testCompile ('net.sourceforge.htmlunit:htmlunit:2.24') diff --git a/juick-www/package-lock.json b/juick-www/package-lock.json index 1c201316..5642ff6f 100644 --- a/juick-www/package-lock.json +++ b/juick-www/package-lock.json @@ -1384,6 +1384,12 @@ } } }, + "eslint-plugin-only-ascii": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-only-ascii/-/eslint-plugin-only-ascii-0.0.0.tgz", + "integrity": "sha1-RS3Y15oIazhRYHNdiVy0zkMy7WU=", + "dev": true + }, "eslint-scope": { "version": "3.7.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-3.7.1.tgz", @@ -3557,6 +3563,12 @@ "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=", "dev": true }, + "requireindex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.1.0.tgz", + "integrity": "sha1-5UBLgVV+91225JxacgBIk/4D4WI=", + "dev": true + }, "resolve-from": { "version": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz", "integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=", diff --git a/juick-www/package.json b/juick-www/package.json index 0a3a6c61..c9a88c14 100644 --- a/juick-www/package.json +++ b/juick-www/package.json @@ -18,7 +18,7 @@ "css-loader": "^0.28.4", "eslint": "^4.0.0", "eslint-loader": "^1.8.0", - "eslint-plugin-only-ascii":"^0.0.0", + "eslint-plugin-only-ascii": "0.0.0", "extract-text-webpack-plugin": "^2.1.2", "file-loader": "^0.11.2", "globby": "^6.1.0", -- cgit v1.2.3