Skip to content

Commit

Permalink
Update dependencies to enable Greenkeeper 🌴 (#46)
Browse files Browse the repository at this point in the history
* chore(package): update dependencies
* chore(package): fix bootstrap at v3 and terminal at v1.14
* chore(package): use yarn 1.7
  • Loading branch information
greenkeeper[bot] authored and paulsmirnov committed May 29, 2018
1 parent a66a3b0 commit 38a338c
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ addons:
ssh_known_hosts:
- "$DEPLOY_SERVER"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.6.0
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
- export PATH="$HOME/.yarn/bin:$PATH"
- yarn global add greenkeeper-lockfile@1
before_script:
Expand Down
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
"sourceMap": false,
"instrument": false
},
"greenkeeper": {
"ignore": [
"bootstrap"
]
},
"devDependencies": {
"autoprefixer": "^8.5.1",
"babel-core": "^6.26.3",
Expand Down Expand Up @@ -124,7 +129,7 @@
"html-webpack-plugin": "^3.2.0",
"jison": "^0.4.18",
"jquery": "^3.3.1",
"jquery.terminal": "1.14.0",
"jquery.terminal": "^1.14.0",
"jsdoc": "^3.5.5",
"lodash": "^4.17.10",
"mocha": "^5.2.0",
Expand All @@ -137,22 +142,22 @@
"postcss-cli": "^5.0.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
"rollup": "^0.58.2",
"rollup": "^0.59.4",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-string": "^2.0.2",
"sass-loader": "^7.0.1",
"selenium-webdriver": "^3.5.0",
"sinon": "^4.5.0",
"sinon": "^5.0.10",
"sinon-chai": "^3.1.0",
"spin.js": "^3.1.0",
"spin.js": "^4.0.0",
"string-replace-webpack-plugin": "^0.1.3",
"style-loader": "^0.21.0",
"stylelint": "^9.2.1",
"stylelint-config-standard": "^18.2.0",
"three": "0.91.0",
"three": "0.92.0",
"toastr": "^2.1.4",
"uglify-js": "^3.3.27",
"url-loader": "^1.0.1",
Expand Down
56 changes: 28 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
dependencies:
samsam "1.3.0"

"@types/estree@0.0.38":
version "0.0.38"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.38.tgz#c1be40aa933723c608820a99a373a16d215a1ca2"
"@types/estree@0.0.39":
version "0.0.39"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"

"@types/node@*":
version "10.1.2"
Expand Down Expand Up @@ -2548,7 +2548,7 @@ detective@^5.0.2:
defined "^1.0.0"
minimist "^1.1.1"

diff@3.5.0, diff@^3.1.0, diff@^3.3.1, diff@^3.5.0:
diff@3.5.0, diff@^3.3.1, diff@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"

Expand Down Expand Up @@ -4680,9 +4680,9 @@ jpeg-js@0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.2.0.tgz#53e448ec9d263e683266467e9442d2c5a2ef5482"

jquery.terminal@1.14.0:
version "1.14.0"
resolved "https://registry.yarnpkg.com/jquery.terminal/-/jquery.terminal-1.14.0.tgz#de8541d9b843fe55ee5eebe8a545ff3ca0d09a94"
jquery.terminal@^1.14.0:
version "1.15.0"
resolved "https://registry.yarnpkg.com/jquery.terminal/-/jquery.terminal-1.15.0.tgz#ee0c3f9555f4dedae280fb78fe9ff39216187295"
dependencies:
jquery "~3"

Expand Down Expand Up @@ -5139,7 +5139,7 @@ loglevelnext@^1.0.1:
es6-symbol "^3.1.1"
object.assign "^4.1.0"

lolex@^2.2.0, lolex@^2.3.2:
lolex@^2.3.2, lolex@^2.4.2:
version "2.7.0"
resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.7.0.tgz#9c087a69ec440e39d3f796767cf1b2cdc43d5ea5"

Expand Down Expand Up @@ -5647,7 +5647,7 @@ nice-try@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.4.tgz#d93962f6c52f2c1558c0fbda6d512819f1efe1c4"

nise@^1.2.0:
nise@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/nise/-/nise-1.3.3.tgz#c17a850066a8a1dfeb37f921da02441afc4a82ba"
dependencies:
Expand Down Expand Up @@ -7451,11 +7451,11 @@ rollup-pluginutils@^2.0.1:
estree-walker "^0.5.2"
micromatch "^2.3.11"

rollup@^0.58.2:
version "0.58.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.58.2.tgz#2feddea8c0c022f3e74b35c48e3c21b3433803ce"
rollup@^0.59.4:
version "0.59.4"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.59.4.tgz#6f80f7017c22667ff1bf3e62adf8624a44cc44aa"
dependencies:
"@types/estree" "0.0.38"
"@types/estree" "0.0.39"
"@types/node" "*"

run-async@^2.0.0, run-async@^2.2.0:
Expand Down Expand Up @@ -7720,17 +7720,17 @@ sinon-chai@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-3.1.0.tgz#e8c18dd72624eb0aeb95eeee2de809a9859be2cd"

sinon@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-4.5.0.tgz#427ae312a337d3c516804ce2754e8c0d5028cb04"
sinon@^5.0.10:
version "5.0.10"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-5.0.10.tgz#a282b36a7475664c9f98719108e5546907129023"
dependencies:
"@sinonjs/formatio" "^2.0.0"
diff "^3.1.0"
diff "^3.5.0"
lodash.get "^4.4.2"
lolex "^2.2.0"
nise "^1.2.0"
supports-color "^5.1.0"
type-detect "^4.0.5"
lolex "^2.4.2"
nise "^1.3.3"
supports-color "^5.4.0"
type-detect "^4.0.8"

slash@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -7917,9 +7917,9 @@ specificity@^0.3.1:
version "0.3.2"
resolved "https://registry.yarnpkg.com/specificity/-/specificity-0.3.2.tgz#99e6511eceef0f8d9b57924937aac2cb13d13c42"

spin.js@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/spin.js/-/spin.js-3.1.0.tgz#c2d2a4ba83dd6a81e01e0a61b125292b34807128"
spin.js@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/spin.js/-/spin.js-4.0.0.tgz#d6643232cc20b8d2c1b3ab6f0661178145b4dde8"

split-string@^3.0.1, split-string@^3.0.2:
version "3.1.0"
Expand Down Expand Up @@ -8358,9 +8358,9 @@ textextensions@2:
version "2.2.0"
resolved "https://registry.yarnpkg.com/textextensions/-/textextensions-2.2.0.tgz#38ac676151285b658654581987a0ce1a4490d286"

three@0.91.0:
version "0.91.0"
resolved "https://registry.yarnpkg.com/three/-/three-0.91.0.tgz#033fe745b64e56e679a86581957cfd1c5f9fe284"
three@0.92.0:
version "0.92.0"
resolved "https://registry.yarnpkg.com/three/-/three-0.92.0.tgz#8d3d1f5af890e62da7f4cb45d20c09fa51057dcd"

through2@^2.0.0:
version "2.0.3"
Expand Down Expand Up @@ -8513,7 +8513,7 @@ type-check@~0.3.2:
dependencies:
prelude-ls "~1.1.2"

type-detect@^4.0.0, type-detect@^4.0.5:
type-detect@^4.0.0, type-detect@^4.0.8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"

Expand Down

0 comments on commit 38a338c

Please sign in to comment.