diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-11-10 14:35:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-10 14:35:10 -0800 |
commit | f4d53a159642aa9182241259709659e7074425d5 (patch) | |
tree | bd149a37f465ea9d94f32108992380d4352cd4db /haddock-api/resources/html/package.json | |
parent | 8a491e437f1c8379b66a420f8584c1761b45aa7e (diff) | |
parent | 6e281ee1dfc994c40775eda044992980738d044e (diff) |
Merge pull request #949 from haskell/wip/new-ocean
Introduce NewOcean theme.
Diffstat (limited to 'haddock-api/resources/html/package.json')
-rw-r--r-- | haddock-api/resources/html/package.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/haddock-api/resources/html/package.json b/haddock-api/resources/html/package.json index 165c4cb5..e7967351 100644 --- a/haddock-api/resources/html/package.json +++ b/haddock-api/resources/html/package.json @@ -17,17 +17,17 @@ "Alex Biehl <alexbiehl@gmail.com>" ], "dependencies": { - "fuse.js": "^3.1.0", - "preact": "^8.2.5" + "fuse.js": "^3.3.0", + "preact": "^8.3.1" }, "devDependencies": { - "browserify": "^14.4.0", - "gulp": "^3.9.1", - "gulp-sourcemaps": "^2.6.1", - "gulp-uglify": "^3.0.0", - "tsify": "^3.0.3", - "typescript": "^2.5.2", - "vinyl-buffer": "^1.0.0", - "vinyl-source-stream": "^1.1.0" + "browserify": "^14.5.0", + "gulp": "^4.0.0", + "gulp-sourcemaps": "^2.6.4", + "gulp-uglify": "^3.0.1", + "tsify": "^3.0.4", + "typescript": "^2.9.2", + "vinyl-buffer": "^1.0.1", + "vinyl-source-stream": "^2.0.0" } } |