Skip to content

Commit 3b07691

Browse files
committed
update deps (SimulatedGREG#63)
1 parent ad64689 commit 3b07691

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

template/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ node_modules
1010
npm-debug.log
1111
npm-debug.log.*
1212
thumbs.db
13+
yarn.lock
1314
!.gitkeep

template/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"babel-preset-es2015": "^6.6.0",
4242
"babel-preset-stage-0": "^6.5.0",
4343
"babel-runtime": "^6.6.1",
44-
"cross-env": "^1.0.7",
45-
"css-loader": "^0.23.1",
44+
"cross-env": "^3.1.4",
45+
"css-loader": "^0.26.1",
4646
"del": "^2.2.1",
4747
"devtron": "^1.1.0",
4848
"electron": "^1.3.1",
@@ -51,22 +51,22 @@
5151
"electron-rebuild": "^1.1.3",
5252
{{#eslint}}
5353
"babel-eslint": "^7.0.0",
54-
"eslint": "^2.10.2",
54+
"eslint": "^3.13.1",
5555
"eslint-friendly-formatter": "^2.0.5",
5656
"eslint-loader": "^1.3.0",
5757
"eslint-plugin-html": "^1.3.0",
5858
{{#if_eq eslintConfig 'standard'}}
59-
"eslint-config-standard": "^5.1.0",
60-
"eslint-plugin-promise": "^1.0.8",
61-
"eslint-plugin-standard": "^1.3.2",
59+
"eslint-config-standard": "^6.2.1",
60+
"eslint-plugin-promise": "^3.4.0",
61+
"eslint-plugin-standard": "^2.0.1",
6262
{{/if_eq}}
6363
{{#if_eq eslintConfig 'airbnb'}}
6464
"eslint-config-airbnb-base": "^3.0.1",
6565
"eslint-plugin-import": "^1.8.1",
6666
{{/if_eq}}
6767
{{/eslint}}
6868
"extract-text-webpack-plugin": "^1.0.1",
69-
"file-loader": "^0.8.5",
69+
"file-loader": "^0.9.0",
7070
"html-webpack-plugin": "^2.16.1",
7171
"json-loader": "^0.5.4",
7272
{{#if unit}}
@@ -80,7 +80,7 @@
8080
"karma-sourcemap-loader": "^0.3.7",
8181
"karma-spec-reporter": "0.0.26",
8282
"karma-webpack": "^1.8.0",
83-
"webpack-merge": "^0.14.1",
83+
"webpack-merge": "^2.4.0",
8484
{{/if}}
8585
{{#if e2e}}
8686
"babel-register": "^6.14.0",

0 commit comments

Comments
 (0)