Skip to content

Commit 0cc3189

Browse files
authored
Merge pull request #21 from three11/renovate/babel-monorepo
chore(deps): update babel monorepo to v7.2.3
2 parents d628a90 + 4a3cf95 commit 0cc3189

File tree

2 files changed

+49
-32
lines changed

2 files changed

+49
-32
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@
4141
},
4242
"homepage": "https://github.com/three11/extract-query-arg#readme",
4343
"devDependencies": {
44-
"@babel/cli": "7.2.0",
44+
"@babel/cli": "7.2.3",
4545
"@babel/core": "7.2.2",
46-
"@babel/plugin-proposal-class-properties": "7.2.1",
47-
"@babel/plugin-proposal-decorators": "7.2.2",
46+
"@babel/plugin-proposal-class-properties": "7.2.3",
47+
"@babel/plugin-proposal-decorators": "7.2.3",
4848
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
4949
"@babel/plugin-proposal-function-sent": "7.2.0",
5050
"@babel/plugin-proposal-json-strings": "7.2.0",
5151
"@babel/plugin-proposal-numeric-separator": "7.2.0",
5252
"@babel/plugin-proposal-throw-expressions": "7.2.0",
5353
"@babel/plugin-syntax-dynamic-import": "7.2.0",
5454
"@babel/plugin-syntax-import-meta": "7.2.0",
55-
"@babel/preset-env": "7.2.0",
55+
"@babel/preset-env": "7.2.3",
5656
"babel-loader": "8.0.4",
5757
"babel-minify": "0.5.0"
5858
}

yarn.lock

Lines changed: 45 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# yarn lockfile v1
33

44

5-
"@babel/[email protected].0":
6-
version "7.2.0"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.2.0.tgz#505ed8d351daee6a88918da02c046c18c8c5a24f"
5+
"@babel/[email protected].3":
6+
version "7.2.3"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.2.3.tgz#1b262e42a3e959d28ab3d205ba2718e1923cfee6"
88
dependencies:
99
commander "^2.8.1"
1010
convert-source-map "^1.1.0"
@@ -113,25 +113,15 @@
113113
"@babel/traverse" "^7.1.0"
114114
"@babel/types" "^7.0.0"
115115

116-
"@babel/helper-create-class-features-plugin@^7.2.1":
117-
version "7.2.1"
118-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.2.1.tgz#f6e8027291669ef64433220dc8327531233f1161"
119-
dependencies:
120-
"@babel/helper-function-name" "^7.1.0"
121-
"@babel/helper-member-expression-to-functions" "^7.0.0"
122-
"@babel/helper-optimise-call-expression" "^7.0.0"
123-
"@babel/helper-plugin-utils" "^7.0.0"
124-
"@babel/helper-replace-supers" "^7.1.0"
125-
126-
"@babel/helper-create-class-features-plugin@^7.2.2":
127-
version "7.2.2"
128-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.2.2.tgz#aac79552e41c94716a804d371e943f20171df0c5"
116+
"@babel/helper-create-class-features-plugin@^7.2.3":
117+
version "7.2.3"
118+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.2.3.tgz#f6e719abb90cb7f4a69591e35fd5eb89047c4a7c"
129119
dependencies:
130120
"@babel/helper-function-name" "^7.1.0"
131121
"@babel/helper-member-expression-to-functions" "^7.0.0"
132122
"@babel/helper-optimise-call-expression" "^7.0.0"
133123
"@babel/helper-plugin-utils" "^7.0.0"
134-
"@babel/helper-replace-supers" "^7.1.0"
124+
"@babel/helper-replace-supers" "^7.2.3"
135125

136126
"@babel/helper-define-map@^7.1.0":
137127
version "7.1.0"
@@ -226,6 +216,15 @@
226216
"@babel/traverse" "^7.1.0"
227217
"@babel/types" "^7.0.0"
228218

219+
"@babel/helper-replace-supers@^7.2.3":
220+
version "7.2.3"
221+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.2.3.tgz#19970020cf22677d62b3a689561dbd9644d8c5e5"
222+
dependencies:
223+
"@babel/helper-member-expression-to-functions" "^7.0.0"
224+
"@babel/helper-optimise-call-expression" "^7.0.0"
225+
"@babel/traverse" "^7.2.3"
226+
"@babel/types" "^7.0.0"
227+
229228
"@babel/helper-simple-access@^7.1.0":
230229
version "7.1.0"
231230
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
@@ -297,6 +296,10 @@
297296
version "7.2.2"
298297
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.2.tgz#37ebdbc88a2e1ebc6c8dd3d35ea9436e3e39e477"
299298

299+
"@babel/parser@^7.2.3":
300+
version "7.2.3"
301+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.3.tgz#32f5df65744b70888d17872ec106b02434ba1489"
302+
300303
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
301304
version "7.2.0"
302305
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
@@ -305,18 +308,18 @@
305308
"@babel/helper-remap-async-to-generator" "^7.1.0"
306309
"@babel/plugin-syntax-async-generators" "^7.2.0"
307310

308-
"@babel/[email protected].1":
309-
version "7.2.1"
310-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.2.1.tgz#c734a53e0a1ec40fe5c22ee5069d26da3b187d05"
311+
"@babel/[email protected].3":
312+
version "7.2.3"
313+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.2.3.tgz#c9e1294363b346cff333007a92080f3203698461"
311314
dependencies:
312-
"@babel/helper-create-class-features-plugin" "^7.2.1"
315+
"@babel/helper-create-class-features-plugin" "^7.2.3"
313316
"@babel/helper-plugin-utils" "^7.0.0"
314317

315-
"@babel/[email protected].2":
316-
version "7.2.2"
317-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.2.2.tgz#e7ce762732760542a5268a49bd19251f06dccd08"
318+
"@babel/[email protected].3":
319+
version "7.2.3"
320+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.2.3.tgz#1fe5b0d22ce0c4418f225474ebd40267430364c0"
318321
dependencies:
319-
"@babel/helper-create-class-features-plugin" "^7.2.2"
322+
"@babel/helper-create-class-features-plugin" "^7.2.3"
320323
"@babel/helper-plugin-utils" "^7.0.0"
321324
"@babel/plugin-syntax-decorators" "^7.2.0"
322325

@@ -632,9 +635,9 @@
632635
"@babel/helper-regex" "^7.0.0"
633636
regexpu-core "^4.1.3"
634637

635-
"@babel/[email protected].0":
636-
version "7.2.0"
637-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.2.0.tgz#a5030e7e4306af5a295dd5d7c78dc5464af3fee2"
638+
"@babel/[email protected].3":
639+
version "7.2.3"
640+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.2.3.tgz#948c8df4d4609c99c7e0130169f052ea6a7a8933"
638641
dependencies:
639642
"@babel/helper-module-imports" "^7.0.0"
640643
"@babel/helper-plugin-utils" "^7.0.0"
@@ -744,6 +747,20 @@
744747
globals "^11.1.0"
745748
lodash "^4.17.10"
746749

750+
"@babel/traverse@^7.2.3":
751+
version "7.2.3"
752+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8"
753+
dependencies:
754+
"@babel/code-frame" "^7.0.0"
755+
"@babel/generator" "^7.2.2"
756+
"@babel/helper-function-name" "^7.1.0"
757+
"@babel/helper-split-export-declaration" "^7.0.0"
758+
"@babel/parser" "^7.2.3"
759+
"@babel/types" "^7.2.2"
760+
debug "^4.1.0"
761+
globals "^11.1.0"
762+
lodash "^4.17.10"
763+
747764
"@babel/types@^7.0.0":
748765
version "7.0.0"
749766
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118"

0 commit comments

Comments
 (0)