Skip to content

Commit 81ac651

Browse files
committed
Update deps
1 parent 1c24253 commit 81ac651

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"license": "MIT",
2020
"devDependencies": {
2121
"@types/core-js": "^0.9.42",
22-
"@types/react": "^15.0.34",
23-
"@types/react-dom": "^15.5.1",
24-
"@types/webpack": "^3.0.1",
2522
"@types/express": "^4.0.36",
2623
"@types/hapi": "^16.1.6",
2724
"@types/koa": "^2.0.39",
25+
"@types/react": "^15.0.34",
26+
"@types/react-dom": "^15.5.1",
27+
"@types/webpack": "^3.0.1",
2828
"awesome-typescript-loader": "^3.2.1",
2929
"babel-loader": "^7.1.1",
3030
"babel-plugin-transform-es2015-block-scoping": "^6.24.1",
@@ -34,8 +34,8 @@
3434
"css-loader": "^0.28.4",
3535
"deploy-to-gh-pages": "^1.3.6",
3636
"ejs-compiled-loader": "2.2.0",
37-
"extract-text-webpack-plugin": "^2.1.2",
38-
"graphql": "^0.10.3",
37+
"extract-text-webpack-plugin": "^3.0.0",
38+
"graphql": "^0.10.5",
3939
"hint.css": "^2.5.0",
4040
"html-webpack-plugin": "^2.29.0",
4141
"json-loader": "^0.5.4",
@@ -51,7 +51,7 @@
5151
"shelljs": "^0.7.8",
5252
"style-loader": "^0.18.2",
5353
"svg-as-symbol-loader": "^1.2.0",
54-
"typescript": "^2.4.1",
54+
"typescript": "^2.4.2",
5555
"uglifyjs": "^2.4.11",
5656
"viz.js": "^1.8.0",
5757
"webpack": "^3.0.0",

yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ async@^1.5.2:
367367
version "1.5.2"
368368
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
369369

370-
async@^2.1.2:
370+
async@^2.1.2, async@^2.4.1:
371371
version "2.5.0"
372372
resolved "https://registry.yarnpkg.com/async/-/async-2.5.0.tgz#843190fd6b7357a0b9e1c956edddd5ec8462b54d"
373373
dependencies:
@@ -2132,12 +2132,12 @@ extglob@^1.1.0:
21322132
snapdragon "^0.8.1"
21332133
to-regex "^2.1.0"
21342134

2135-
extract-text-webpack-plugin@^2.1.2:
2136-
version "2.1.2"
2137-
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-2.1.2.tgz#756ef4efa8155c3681833fbc34da53b941746d6c"
2135+
extract-text-webpack-plugin@^3.0.0:
2136+
version "3.0.0"
2137+
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.0.tgz#90caa7907bc449f335005e3ac7532b41b00de612"
21382138
dependencies:
2139-
async "^2.1.2"
2140-
loader-utils "^1.0.2"
2139+
async "^2.4.1"
2140+
loader-utils "^1.1.0"
21412141
schema-utils "^0.3.0"
21422142
webpack-sources "^1.0.1"
21432143

@@ -2414,9 +2414,9 @@ graphql-request@^1.2.0:
24142414
dependencies:
24152415
isomorphic-fetch "^2.2.1"
24162416

2417-
graphql@^0.10.3:
2418-
version "0.10.4"
2419-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.10.4.tgz#55ae6857ae521e3592aec4265587e5e94c477667"
2417+
graphql@^0.10.5:
2418+
version "0.10.5"
2419+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.10.5.tgz#c9be17ca2bdfdbd134077ffd9bbaa48b8becd298"
24202420
dependencies:
24212421
iterall "^1.1.0"
24222422

@@ -5267,9 +5267,9 @@ type-is@~1.6.15:
52675267
media-typer "0.3.0"
52685268
mime-types "~2.1.15"
52695269

5270-
typescript@^2.4.1:
5271-
version "2.4.1"
5272-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.1.tgz#c3ccb16ddaa0b2314de031e7e6fee89e5ba346bc"
5270+
typescript@^2.4.2:
5271+
version "2.4.2"
5272+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.2.tgz#f8395f85d459276067c988aa41837a8f82870844"
52735273

52745274
ua-parser-js@^0.7.9:
52755275
version "0.7.13"

0 commit comments

Comments
 (0)