Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 33a0fd0

Browse files
author
Jeff Dickey
committed
update deps
1 parent da9e909 commit 33a0fd0

File tree

2 files changed

+75
-26
lines changed

2 files changed

+75
-26
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@
55
"dependencies": {
66
"cli-engine-command": "^2.0.11"
77
},
8+
"devDependencies": {
9+
"babel-cli": "^6.24.0",
10+
"babel-eslint": "7.1.1",
11+
"babel-jest": "19.0.0",
12+
"babel-plugin-transform-class-properties": "6.23.0",
13+
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
14+
"babel-plugin-transform-flow-strip-types": "6.22.0",
15+
"flow-bin": "0.41.0",
16+
"flow-copy-source": "1.1.0",
17+
"flow-typed": "2.0.0",
18+
"jest": "19.0.2",
19+
"rimraf": "2.6.1",
20+
"standard": "9.0.1"
21+
},
22+
"jest": {
23+
"testEnvironment": "node",
24+
"rootDir": "./src"
25+
},
826
"license": "ISC",
927
"main": "lib/index.js",
1028
"scripts": {
@@ -15,29 +33,11 @@
1533
"release": "np",
1634
"test": "jest && flow && standard && npm run prepare"
1735
},
18-
"jest": {
19-
"testEnvironment": "node",
20-
"rootDir": "./src"
21-
},
2236
"standard": {
2337
"parser": "babel-eslint",
2438
"ignore": [
2539
"lib",
2640
"flow-typed"
2741
]
28-
},
29-
"devDependencies": {
30-
"babel-cli": "6.23.0",
31-
"babel-eslint": "7.1.1",
32-
"babel-jest": "19.0.0",
33-
"babel-plugin-transform-class-properties": "6.23.0",
34-
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
35-
"babel-plugin-transform-flow-strip-types": "6.22.0",
36-
"flow-bin": "0.41.0",
37-
"flow-copy-source": "1.1.0",
38-
"flow-typed": "2.0.0",
39-
"jest": "19.0.2",
40-
"rimraf": "2.6.1",
41-
"standard": "9.0.1"
4242
}
4343
}

yarn.lock

Lines changed: 57 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,13 @@ aws4@^1.2.1:
175175
version "1.6.0"
176176
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
177177

178-
babel-cli@6.23.0:
179-
version "6.23.0"
180-
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.23.0.tgz#52ff946a2b0f64645c35e7bd5eea267aa0948c0f"
178+
babel-cli@^6.24.0:
179+
version "6.24.0"
180+
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.24.0.tgz#a05ffd210dca0c288a26d5319c5ac8669a265ad0"
181181
dependencies:
182-
babel-core "^6.23.0"
182+
babel-core "^6.24.0"
183183
babel-polyfill "^6.23.0"
184-
babel-register "^6.23.0"
184+
babel-register "^6.24.0"
185185
babel-runtime "^6.22.0"
186186
commander "^2.8.1"
187187
convert-source-map "^1.1.0"
@@ -228,6 +228,30 @@ babel-core@^6.0.0, babel-core@^6.23.0:
228228
slash "^1.0.0"
229229
source-map "^0.5.0"
230230

231+
babel-core@^6.24.0:
232+
version "6.24.0"
233+
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.24.0.tgz#8f36a0a77f5c155aed6f920b844d23ba56742a02"
234+
dependencies:
235+
babel-code-frame "^6.22.0"
236+
babel-generator "^6.24.0"
237+
babel-helpers "^6.23.0"
238+
babel-messages "^6.23.0"
239+
babel-register "^6.24.0"
240+
babel-runtime "^6.22.0"
241+
babel-template "^6.23.0"
242+
babel-traverse "^6.23.1"
243+
babel-types "^6.23.0"
244+
babylon "^6.11.0"
245+
convert-source-map "^1.1.0"
246+
debug "^2.1.1"
247+
json5 "^0.5.0"
248+
lodash "^4.2.0"
249+
minimatch "^3.0.2"
250+
path-is-absolute "^1.0.0"
251+
private "^0.1.6"
252+
slash "^1.0.0"
253+
source-map "^0.5.0"
254+
231255
babel-eslint@7.1.1:
232256
version "7.1.1"
233257
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.1.1.tgz#8a6a884f085aa7060af69cfc77341c2f99370fb2"
@@ -251,6 +275,19 @@ babel-generator@^6.18.0, babel-generator@^6.23.0:
251275
source-map "^0.5.0"
252276
trim-right "^1.0.1"
253277

278+
babel-generator@^6.24.0:
279+
version "6.24.0"
280+
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.24.0.tgz#eba270a8cc4ce6e09a61be43465d7c62c1f87c56"
281+
dependencies:
282+
babel-messages "^6.23.0"
283+
babel-runtime "^6.22.0"
284+
babel-types "^6.23.0"
285+
detect-indent "^4.0.0"
286+
jsesc "^1.3.0"
287+
lodash "^4.2.0"
288+
source-map "^0.5.0"
289+
trim-right "^1.0.1"
290+
254291
babel-helper-function-name@^6.23.0:
255292
version "6.23.0"
256293
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.23.0.tgz#25742d67175c8903dbe4b6cb9d9e1fcb8dcf23a6"
@@ -318,9 +355,9 @@ babel-plugin-transform-class-properties@6.23.0:
318355
babel-runtime "^6.22.0"
319356
babel-template "^6.23.0"
320357

321-
babel-plugin-transform-es2015-modules-commonjs@^6.23.0:
322-
version "6.23.0"
323-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.23.0.tgz#cba7aa6379fb7ec99250e6d46de2973aaffa7b92"
358+
babel-plugin-transform-es2015-modules-commonjs@^6.24.0:
359+
version "6.24.0"
360+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.24.0.tgz#e921aefb72c2cc26cb03d107626156413222134f"
324361
dependencies:
325362
babel-plugin-transform-strict-mode "^6.22.0"
326363
babel-runtime "^6.22.0"
@@ -367,6 +404,18 @@ babel-register@^6.23.0:
367404
mkdirp "^0.5.1"
368405
source-map-support "^0.4.2"
369406

407+
babel-register@^6.24.0:
408+
version "6.24.0"
409+
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.24.0.tgz#5e89f8463ba9970356d02eb07dabe3308b080cfd"
410+
dependencies:
411+
babel-core "^6.24.0"
412+
babel-runtime "^6.22.0"
413+
core-js "^2.4.0"
414+
home-or-tmp "^2.0.0"
415+
lodash "^4.2.0"
416+
mkdirp "^0.5.1"
417+
source-map-support "^0.4.2"
418+
370419
babel-runtime@6.23.0, babel-runtime@^6.22.0:
371420
version "6.23.0"
372421
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"

0 commit comments

Comments
 (0)