Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
update deps (#296, #351)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimulatedGREG committed Aug 9, 2017
1 parent ef811ba commit 0ee26cb
Showing 1 changed file with 34 additions and 35 deletions.
69 changes: 34 additions & 35 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,40 +80,39 @@
"vue": "^2.3.3"{{deps plugins}}
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.3.3",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.2.0",
"babili-webpack-plugin": "^0.1.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"cfonts": "^1.1.3",
"chalk": "^1.1.3",
"chalk": "^2.1.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.0",
"cross-env": "^5.0.5",
"css-loader": "^0.28.4",
"del": "^2.2.1",
"devtron": "^1.1.0",
"electron": "^1.7.2",
"electron-debug": "^1.1.0",
"electron-devtools-installer": "^2.0.1",
"del": "^3.0.0",
"devtron": "^1.4.0",
"electron": "^1.7.5",
"electron-debug": "^1.4.0",
"electron-devtools-installer": "^2.2.0",
{{#if_eq builder 'packager'}}
"electron-packager": "^8.5.0",
"electron-rebuild": "^1.1.3",
{{else}}
"electron-builder": "^19.10.0",
"electron-builder": "^19.19.1",
{{/if_eq}}
{{#eslint}}
"babel-eslint": "^7.0.0",
"eslint": "^3.13.1",
"babel-eslint": "^7.2.3",
"eslint": "^4.4.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-html": "^2.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
{{#if_eq eslintConfig 'standard'}}
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
{{/if_eq}}
{{#if_eq eslintConfig 'airbnb'}}
Expand All @@ -122,10 +121,9 @@
"eslint-plugin-import": "^2.2.0",
{{/if_eq}}
{{/eslint}}
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.16.1",
"json-loader": "^0.5.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
{{#if unit}}
"inject-loader": "^3.0.0",
"karma": "^1.3.0",
Expand All @@ -148,14 +146,15 @@
"mocha": "^3.0.2",
{{/testing}}
"multispinner": "^0.2.1",
"style-loader": "^0.18.1",
"url-loader": "^0.5.7",
"vue-html-loader": "^1.2.2",
"vue-loader": "^12.2.1",
"node-loader": "^0.6.0",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"vue-html-loader": "^1.2.4",
"vue-loader": "^12.2.2",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0",
"webpack-hot-middleware": "^2.18.0"
"vue-template-compiler": "^2.4.2",
"webpack": "^3.5.2",
"webpack-dev-server": "^2.7.1",
"webpack-hot-middleware": "^2.18.2"
}
}

0 comments on commit 0ee26cb

Please sign in to comment.