Skip to content

Commit a1f3622

Browse files
chore(deps): update babel monorepo to v7.0.0-beta.49 (#55)
1 parent 0bd6979 commit a1f3622

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"scroll-into-view-if-needed": "^2.2.1"
3535
},
3636
"devDependencies": {
37-
"@babel/cli": "7.0.0-beta.48",
37+
"@babel/cli": "7.0.0-beta.49",
3838
"@babel/core": "7.0.0-beta.48",
39-
"@babel/plugin-external-helpers": "7.0.0-beta.48",
39+
"@babel/plugin-external-helpers": "7.0.0-beta.49",
4040
"@babel/preset-env": "7.0.0-beta.48",
4141
"@babel/preset-typescript": "7.0.0-beta.48",
4242
"babel-eslint": "8.2.3",

yarn.lock

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

44

5-
"@babel/[email protected].48":
6-
version "7.0.0-beta.48"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.0.0-beta.48.tgz#8a21e5af44bf2f135c459738ec10d1857b1c3288"
5+
"@babel/[email protected].49":
6+
version "7.0.0-beta.49"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.0.0-beta.49.tgz#c8c3135f7bc48428436faf5e3f274227a99ef2a8"
88
dependencies:
99
commander "^2.8.1"
1010
convert-source-map "^1.1.0"
@@ -192,6 +192,10 @@
192192
version "7.0.0-beta.48"
193193
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0-beta.48.tgz#bf310f89e91d146ac0f1369562164be45edba587"
194194

195+
196+
version "7.0.0-beta.49"
197+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0-beta.49.tgz#0e9fcbb834f878bb365d2a8ea90eee21ba3ccd23"
198+
195199
196200
version "7.0.0-beta.48"
197201
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.0.0-beta.48.tgz#cd11feed726194eca6158ecdfa41033ef49c3e1b"
@@ -290,11 +294,11 @@
290294
version "7.0.0-beta.48"
291295
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.48.tgz#f93895cbacee703c0ec98e5af3901c77edd9f1d7"
292296

293-
"@babel/[email protected].48":
294-
version "7.0.0-beta.48"
295-
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.0.0-beta.48.tgz#8b3e3213a44a6de4392214fe7b6923bf535e025a"
297+
"@babel/[email protected].49":
298+
version "7.0.0-beta.49"
299+
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.0.0-beta.49.tgz#c67ffa9e23d7063810b0d4304857bf5c16f8a35b"
296300
dependencies:
297-
"@babel/helper-plugin-utils" "7.0.0-beta.48"
301+
"@babel/helper-plugin-utils" "7.0.0-beta.49"
298302

299303
300304
version "7.0.0-beta.48"

0 commit comments

Comments
 (0)