Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
📌 dependency(package.json): bump dependencies modules version
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Nov 20, 2016
1 parent c5d7d9e commit f4230fb
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
{{/unless_eq}}
"devDependencies": {
"babel-core": "^6.2.1",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.0",
"babel-core": "^6.9.0",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.4",
"babel-plugin-coverage": "^1.0.0",
"babel-plugin-espower": "^2.0.0",
"babel-preset-es2015": "^6.1.18",
"buble": "^0.13.1",
"babel-preset-es2015": "^6.9.0",
"buble": "^0.14.0",
{{#flow}}
"babel-preset-flow-vue": "^1.0.0",
"eslint-plugin-flowtype": "^2.16.0",
Expand All @@ -28,19 +28,19 @@
"conventional-changelog-cli": "^1.1.1",
"conventional-github-releaser": "^1.1.2",
{{/conventional}}
"eslint": "^3.4.0",
"eslint-config-vue": "^1.1.0",
"eslint-plugin-html": "^1.5.2",
"eslint": "^3.10.1",
"eslint-config-vue": "^2.0.1",
"eslint-plugin-vue": "^1.0.0",
"eslint-loader": "^1.3.0",
{{#gitbook}}
"gitbook-cli": "^2.3.0",
{{/gitbook}}
"html-webpack-plugin": "^2.19.0",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"json-loader": "^0.5.4",
"karma": "^0.13.9",
"karma-chrome-launcher": "^1.0.1",
"karma": "^1.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.0.0",
{{#coveralls}}
"karma-coveralls": "^1.1.2",
Expand All @@ -57,23 +57,23 @@
"karma-webpack": "^1.7.0",
"phantomjs-prebuilt": "^2.1.1",
"power-assert": "^1.2.0",
"rollup": "^0.34.10",
"rollup-plugin-buble": "^0.13.0",
"rollup": "^0.36.1",
"rollup-plugin-buble": "^0.14.0",
"rollup-plugin-replace": "^1.1.0",
{{#flow}}
"rollup-plugin-flow-no-whitespace": "^1.0.0",
{{/flow}}
"uglify-js": "^2.6.1",
"uglify-js": "^2.6.2",
{{#e2e}}
"chromedriver": "^2.21.2",
"cross-spawn": "^4.0.0",
"cross-spawn": "^5.0.1",
"http-server": "^0.9.0",
"nightwatch": "^0.9.0",
"nightwatch-helpers": "^1.0.0",
"nightwatch": "^0.9.9",
"nightwatch-helpers": "^1.2.0",
"selenium-server": "2.53.1",
{{/e2e}}
"vue": "^1.0.10",
"webpack": "^1.12.9",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1"
},
"files": [
Expand Down

0 comments on commit f4230fb

Please sign in to comment.