1
0
Fork 0

chore(deps): fix all deps (#255)

* chore(deps): fix all deps

* test
This commit is contained in:
Vincent Voyer 2017-12-07 12:49:06 +01:00 committed by GitHub
parent 660a3819ba
commit 186dfcce53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 32 additions and 19481 deletions

2
.nvmrc
View file

@ -1 +1 @@
8.7.0
9.2.0

View file

@ -1,8 +1,5 @@
language: node_js
node_js: stable
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.2.1
- export PATH=$HOME/.yarn/bin:$PATH
- git config --global user.email "algobot@users.noreply.github.com"
- git config --global user.name "algobot"
- rvm install 2.4.2
@ -14,9 +11,8 @@ branches:
- master
cache:
bundler: true
yarn: true
before_cache:
- rm -f ./node_modules/.bin/which
# before_cache:
# - rm -f ./node_modules/.bin/which
env:
global:
secure: TDLpvycpMbbXpwSKLLeDBZdpi05rbZEbPcII9LSglUG9teF/zrqxRMl+Eivvho8IkeJRDQVwdc8EbYCzZ9cAwRHOyqzDNwRFhlpKVwz+fl5uHfxDo5DANsut6F+l/RrBf4n2MWKkJlbo4kq8mUqL89vcPqfRTLpx62FawywDgiJc2s+ixR1lkm5GNlF74ovoUkeOXiLi605LE0sN7H/1TRdD6WOJTBT2yoiuDU3U/RUKJxka6Sz4u9kqUQpn+kJUIPiBiasbz65qglnrxpBL/mYgAEZfRcbVyC5zd+CeFSIlIiGdhMFoVInNMqshq7gl/UWcJyxdnGIIfhO3l/Y/lyEXQQknEZS4M2h7UKeCuu0E1hh7eT7kVVyXDW+nCUNVYPTuupvLwcpnXw02Flef72OpDy6bl19NEdH79lNK4l440GJb+Lhda2M2mMZJmRkg31j9HFjl0wCYqRopzNTKNBFJAPTB4rG6H/y7NgPFjrATphEDLZgq73eNDxtRNBQHtLqGl8IsaFHU4+8vAQ2iEbi5+R/D5Rua2BXSbYAdQjxnvmPojQ7voZgj+w5GHx2573plCvqO4pZvV/u5/Z18tEYIV+4LFC7KR+30Snbk0JAbRogQr6P4mkVrKG/7pAcGS5tpxhMY3OUNaJWdDP8NE1c3/0Q2pKqdB0RauGoUO2w=

6173
docs/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
{
"devDependencies": {
"dependencies": {
"algolia-aerial": "1.2.6",
"algolia-frontend-components": "0.0.34"
}

13278
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,11 +25,22 @@
"author": "Algolia <support@algolia.com> (https://github.com/algolia/)",
"license": "MIT",
"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",
"babel-jest": "21.2.0",
"babel-loader": "7.1.2",
@ -39,27 +50,27 @@
"conventional-changelog-cli": "1.3.5",
"cssnano": "3.10.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"
},
"peerDependencies": {},
"dependencies": {

View file

@ -1,5 +0,0 @@
{
"extends": [
"config:js-lib"
]
}

View file

@ -20,7 +20,7 @@ set -e # exit when error
printf "\nPublish website to gh-pages\n"
cd docs
yarn
npm install
bundle install
rm -rf _site
JEKYLL_ENV=production VERSION=${VERSION} bundle exec jekyll build

View file

@ -23,7 +23,7 @@ git pull origin master
git fetch origin --tags
printf "Release: yarn"
yarn
npm install
currentVersion=`cat package.json | json version`