Skip to content

Commit cd76ad4

Browse files
chore(package): update libs
1 parent 7f94292 commit cd76ad4

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"karma-sourcemap-loader": "0.3.7",
9393
"karma-webpack": "2.0.9",
9494
"lodash": "4.17.5",
95-
"rollup": "0.55.3",
95+
"rollup": "0.55.5",
9696
"rollup-plugin-node-resolve": "3.0.2",
9797
"rollup-plugin-sourcemaps": "0.4.2",
9898
"rollup-plugin-uglify": "3.0.0",
@@ -102,6 +102,6 @@
102102
"tslint": "5.9.1",
103103
"tslint-eslint-rules": "4.1.1",
104104
"typescript": "2.7.1",
105-
"webpack": "3.10.0"
105+
"webpack": "3.11.0"
106106
}
107107
}

yarn.lock

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ agent-base@2:
157157
extend "~3.0.0"
158158
semver "~5.0.1"
159159

160-
ajv-keywords@^2.0.0:
161-
version "2.1.0"
162-
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.0.tgz#a296e17f7bfae7c1ce4f7e0de53d29cb32162df0"
160+
ajv-keywords@^3.1.0:
161+
version "3.1.0"
162+
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.1.0.tgz#ac2b27939c543e95d2c06e7f7f5c27be4aa543be"
163163

164164
ajv@^4.9.1:
165165
version "4.11.8"
@@ -177,14 +177,13 @@ ajv@^5.1.0:
177177
fast-json-stable-stringify "^2.0.0"
178178
json-schema-traverse "^0.3.0"
179179

180-
ajv@^5.1.5:
181-
version "5.2.3"
182-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.2.3.tgz#c06f598778c44c6b161abafe3466b81ad1814ed2"
180+
ajv@^6.1.0:
181+
version "6.1.1"
182+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.1.1.tgz#978d597fbc2b7d0e5a5c3ddeb149a682f2abfa0e"
183183
dependencies:
184-
co "^4.6.0"
185184
fast-deep-equal "^1.0.0"
185+
fast-json-stable-stringify "^2.0.0"
186186
json-schema-traverse "^0.3.0"
187-
json-stable-stringify "^1.0.1"
188187

189188
align-text@^0.1.1, align-text@^0.1.3:
190189
version "0.1.4"
@@ -4386,9 +4385,9 @@ rollup-pluginutils@^2.0.1:
43864385
estree-walker "^0.3.0"
43874386
micromatch "^2.3.11"
43884387

4389-
4390-
version "0.55.3"
4391-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.55.3.tgz#0af082a766d51c3058430c8372442ff5207d8736"
4388+
4389+
version "0.55.5"
4390+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.55.5.tgz#2f88c300f7cf24b5ec2dca8a6aba73b04e087e93"
43924391

43934392
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
43944393
version "5.1.1"
@@ -5319,14 +5318,14 @@ webpack-sources@^1.0.1:
53195318
source-list-map "^2.0.0"
53205319
source-map "~0.5.3"
53215320

5322-
webpack@3.10.0:
5323-
version "3.10.0"
5324-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.10.0.tgz#5291b875078cf2abf42bdd23afe3f8f96c17d725"
5321+
webpack@3.11.0:
5322+
version "3.11.0"
5323+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.11.0.tgz#77da451b1d7b4b117adaf41a1a93b5742f24d894"
53255324
dependencies:
53265325
acorn "^5.0.0"
53275326
acorn-dynamic-import "^2.0.0"
5328-
ajv "^5.1.5"
5329-
ajv-keywords "^2.0.0"
5327+
ajv "^6.1.0"
5328+
ajv-keywords "^3.1.0"
53305329
async "^2.1.2"
53315330
enhanced-resolve "^3.4.0"
53325331
escope "^3.6.0"

0 commit comments

Comments
 (0)