docsearch.js
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -0,1 +1,6 @@ | ||
<a name="2.5.2"></a> | ||
## [2.5.2](https://github.com/algolia/docsearch/compare/v2.5.1...v2.5.2) (2017-12-07) | ||
<a name="2.5.1"></a> | ||
@@ -2,0 +7,0 @@ ## [2.5.1](https://github.com/algolia/docsearch/compare/v2.5.0...v2.5.1) (2017-11-28) |
@@ -6,2 +6,2 @@ 'use strict'; | ||
}); | ||
exports.default = '2.5.1'; | ||
exports.default = '2.5.2'; |
{ | ||
"name": "docsearch.js", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Add an autocomplete dropdown to your documentation", | ||
@@ -28,7 +28,18 @@ "main": "dist/npm/index.js", | ||
"repository": "algolia/docsearch", | ||
"renovate": { | ||
"extends": [ | ||
"config:library", | ||
"schedule:weekends", | ||
":automergeMinor", | ||
":automergeBranchPush", | ||
":semanticCommits", | ||
":rebaseStalePrs", | ||
":timezone(Europe/Paris)" | ||
] | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "7.1.6", | ||
"autoprefixer": "7.2.1", | ||
"babel-cli": "6.26.0", | ||
"babel-core": "6.26.0", | ||
"babel-eslint": "8.0.2", | ||
"babel-eslint": "8.0.3", | ||
"babel-istanbul": "0.12.2", | ||
@@ -43,23 +54,23 @@ "babel-jest": "21.2.0", | ||
"doctoc": "1.3.0", | ||
"eslint": "4.9.0", | ||
"eslint-config-algolia": "12.0.0", | ||
"eslint-config-prettier": "2.7.0", | ||
"eslint": "4.12.1", | ||
"eslint-config-algolia": "13.0.1", | ||
"eslint-config-prettier": "2.9.0", | ||
"eslint-plugin-import": "2.8.0", | ||
"eslint-plugin-jest": "21.3.2", | ||
"eslint-plugin-jest": "21.4.2", | ||
"eslint-plugin-prettier": "2.3.1", | ||
"gh-pages": "1.0.0", | ||
"gh-pages": "1.1.0", | ||
"jest": "21.2.1", | ||
"jsdom": "11.3.0", | ||
"jsdom": "11.5.1", | ||
"json": "9.0.6", | ||
"mversion": "1.10.1", | ||
"node-sass": "4.6.0", | ||
"onchange": "3.2.1", | ||
"node-sass": "4.7.2", | ||
"onchange": "3.3.0", | ||
"postcss-cli": "4.1.1", | ||
"prettier": "1.7.4", | ||
"prettier": "1.9.1", | ||
"pretty-bytes-cli": "2.0.0", | ||
"semver": "5.4.1", | ||
"sinon": "4.0.1", | ||
"uglify-js": "3.1.5", | ||
"webpack": "3.8.1", | ||
"webpack-dev-server": "2.9.4" | ||
"sinon": "4.1.2", | ||
"uglify-js": "3.2.1", | ||
"webpack": "3.10.0", | ||
"webpack-dev-server": "2.9.7" | ||
}, | ||
@@ -66,0 +77,0 @@ "peerDependencies": {}, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1466957
24