Skip to content

Commit

Permalink
chore(dependency): upgrade
Browse files Browse the repository at this point in the history
BREAKING CHANGE: upgrade dev package
  • Loading branch information
zack9433 committed Jan 24, 2018
1 parent 978c4a2 commit a47f6aa
Show file tree
Hide file tree
Showing 3 changed files with 8,551 additions and 52 deletions.
32 changes: 21 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
sudo: false
language: node_js
node_js:
- "6"
- "8"
cache:
yarn: true
directories:
- ~/.yarn
- node_modules
notifications:
email: false
node_js:
- '6'
branches:
only:
- master
env:
global:
- YARN_VERSION=1.3.2

before_install:
- npm i -g npm@^3.0.0
before_script:
- npm prune
- yarn global add greenkeeper-lockfile@1
- |
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
fi
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
after_success:
- npm run semantic-release
- yarn semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
80 changes: 39 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"commitmsg": "validate-commit-msg",
"commit": "git-cz",
"test": "echo \"Error: no test specified\"",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
Expand All @@ -26,37 +26,36 @@
},
"homepage": "https://github.com/Sanji-IO/sanji-common-devs-ui#readme",
"devDependencies": {
"semantic-release": "^6.3.6"
"semantic-release": "^12.2.4"
},
"dependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.0",
"babel-loader": "^7.0.0",
"autoprefixer": "^7.2.5",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-__coverage__": "^11.0.0",
"babel-plugin-angularjs-annotate": "^0.7.0",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.0",
"chai": "^3.5.0",
"babel-plugin-angularjs-annotate": "^0.8.1",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"commitizen": "^2.9.6",
"cross-env": "^5.0.0",
"css-loader": "^0.28.0",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"cucumber": "~0.7.0",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^3.19.0",
"eslint-config-kentcdodds": "^12.4.2",
"eslint-config-prettier": "^2.3.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-prettier": "^2.2.0",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"husky": "^0.13.2",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^4.16.0",
"eslint-config-kentcdodds": "^13.0.1",
"eslint-config-prettier": "^2.9.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-prettier": "^2.5.0",
"expose-loader": "^0.7.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"husky": "^0.14.3",
"istanbul": "^0.4.5",
"json-loader": "^0.5.4",
"json-loader": "^0.5.7",
"karma": "^1.4.0",
"karma-chai-plugins": "^0.8.0",
"karma-chrome-launcher": "^2.0.0",
Expand All @@ -65,23 +64,22 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.26",
"karma-webpack": "^2.0.1",
"lodash-webpack-plugin": "^0.11.2",
"mocha": "^3.3.0",
"ng-cache-loader": "^0.0.24",
"lodash-webpack-plugin": "^0.11.4",
"mocha": "^5.0.0",
"ng-cache-loader": "^0.0.26",
"node-bourbon": "^4.2.8",
"node-sass": "^4.5.0",
"opt-cli": "^1.5.1",
"postcss-loader": "^1.3.3",
"prettier": "^1.4.4",
"progress-bar-webpack-plugin": "^1.9.3",
"node-sass": "^4.7.2",
"opt-cli": "^1.6.0",
"postcss-loader": "^2.0.10",
"prettier": "^1.10.2",
"protractor": "~2.5.1",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.18.2",
"url-loader": "^0.5.8",
"validate-commit-msg": "^2.12.1",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.4.5"
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"validate-commit-msg": "^2.14.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
}
}
Loading

0 comments on commit a47f6aa

Please sign in to comment.