Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit c7ee9ae

Browse files
Bump to babel@7.0.0 🎉 (#676)
1 parent 3ece549 commit c7ee9ae

2 files changed

Lines changed: 51 additions & 51 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"url": "https://github.com/babel/babel-eslint.git"
1212
},
1313
"dependencies": {
14-
"@babel/code-frame": "7.0.0-rc.2",
15-
"@babel/parser": "7.0.0-rc.2",
16-
"@babel/traverse": "7.0.0-rc.2",
17-
"@babel/types": "7.0.0-rc.2",
14+
"@babel/code-frame": "^7.0.0",
15+
"@babel/parser": "^7.0.0",
16+
"@babel/traverse": "^7.0.0",
17+
"@babel/types": "^7.0.0",
1818
"eslint-scope": "3.7.1",
1919
"eslint-visitor-keys": "^1.0.0"
2020
},

yarn.lock

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
dependencies:
99
"@babel/highlight" "7.0.0-beta.44"
1010

11-
"@babel/code-frame@7.0.0-rc.2":
12-
version "7.0.0-rc.2"
13-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-rc.2.tgz#12b6daeb408238360744649d16c0e9fa7ab3859e"
11+
"@babel/code-frame@^7.0.0":
12+
version "7.0.0"
13+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
1414
dependencies:
15-
"@babel/highlight" "7.0.0-rc.2"
15+
"@babel/highlight" "^7.0.0"
1616

1717
"@babel/generator@7.0.0-beta.44":
1818
version "7.0.0-beta.44"
@@ -24,11 +24,11 @@
2424
source-map "^0.5.0"
2525
trim-right "^1.0.1"
2626

27-
"@babel/generator@7.0.0-rc.2":
28-
version "7.0.0-rc.2"
29-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-rc.2.tgz#7aed8fb4ef1bdcc168225096b5b431744ba76bf8"
27+
"@babel/generator@^7.0.0":
28+
version "7.0.0"
29+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa"
3030
dependencies:
31-
"@babel/types" "7.0.0-rc.2"
31+
"@babel/types" "^7.0.0"
3232
jsesc "^2.5.1"
3333
lodash "^4.17.10"
3434
source-map "^0.5.0"
@@ -42,37 +42,37 @@
4242
"@babel/template" "7.0.0-beta.44"
4343
"@babel/types" "7.0.0-beta.44"
4444

45-
"@babel/helper-function-name@7.0.0-rc.2":
46-
version "7.0.0-rc.2"
47-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-rc.2.tgz#ad7bb9df383c5f53e4bf38c0fe0c7f93e6a27729"
45+
"@babel/helper-function-name@^7.0.0":
46+
version "7.0.0"
47+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0.tgz#a68cc8d04420ccc663dd258f9cc41b8261efa2d4"
4848
dependencies:
49-
"@babel/helper-get-function-arity" "7.0.0-rc.2"
50-
"@babel/template" "7.0.0-rc.2"
51-
"@babel/types" "7.0.0-rc.2"
49+
"@babel/helper-get-function-arity" "^7.0.0"
50+
"@babel/template" "^7.0.0"
51+
"@babel/types" "^7.0.0"
5252

5353
"@babel/helper-get-function-arity@7.0.0-beta.44":
5454
version "7.0.0-beta.44"
5555
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15"
5656
dependencies:
5757
"@babel/types" "7.0.0-beta.44"
5858

59-
"@babel/helper-get-function-arity@7.0.0-rc.2":
60-
version "7.0.0-rc.2"
61-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-rc.2.tgz#323cb82e2d805b40c0c36be1dfcb8ffcbd0434f3"
59+
"@babel/helper-get-function-arity@^7.0.0":
60+
version "7.0.0"
61+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
6262
dependencies:
63-
"@babel/types" "7.0.0-rc.2"
63+
"@babel/types" "^7.0.0"
6464

6565
"@babel/helper-split-export-declaration@7.0.0-beta.44":
6666
version "7.0.0-beta.44"
6767
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc"
6868
dependencies:
6969
"@babel/types" "7.0.0-beta.44"
7070

71-
"@babel/helper-split-export-declaration@7.0.0-rc.2":
72-
version "7.0.0-rc.2"
73-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-rc.2.tgz#726b2dec4e46baeab32db67caa6e88b6521464f8"
71+
"@babel/helper-split-export-declaration@^7.0.0":
72+
version "7.0.0"
73+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
7474
dependencies:
75-
"@babel/types" "7.0.0-rc.2"
75+
"@babel/types" "^7.0.0"
7676

7777
"@babel/highlight@7.0.0-beta.44":
7878
version "7.0.0-beta.44"
@@ -82,17 +82,17 @@
8282
esutils "^2.0.2"
8383
js-tokens "^3.0.0"
8484

85-
"@babel/highlight@7.0.0-rc.2":
86-
version "7.0.0-rc.2"
87-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-rc.2.tgz#0af688a69e3709d9cf392e1837cda18c08d34d4f"
85+
"@babel/highlight@^7.0.0":
86+
version "7.0.0"
87+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
8888
dependencies:
8989
chalk "^2.0.0"
9090
esutils "^2.0.2"
9191
js-tokens "^4.0.0"
9292

93-
"@babel/parser@7.0.0-rc.2":
94-
version "7.0.0-rc.2"
95-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-rc.2.tgz#a98c01af5834e71d48a5108e3aeeee333cdf26c4"
93+
"@babel/parser@^7.0.0":
94+
version "7.0.0"
95+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0.tgz#697655183394facffb063437ddf52c0277698775"
9696

9797
"@babel/template@7.0.0-beta.44":
9898
version "7.0.0-beta.44"
@@ -103,13 +103,13 @@
103103
babylon "7.0.0-beta.44"
104104
lodash "^4.2.0"
105105

106-
"@babel/template@7.0.0-rc.2":
107-
version "7.0.0-rc.2"
108-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-rc.2.tgz#53f6be6c1336ddc7744625c9bdca9d10be5d5d72"
106+
"@babel/template@^7.0.0":
107+
version "7.0.0"
108+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0.tgz#c2bc9870405959c89a9c814376a2ecb247838c80"
109109
dependencies:
110-
"@babel/code-frame" "7.0.0-rc.2"
111-
"@babel/parser" "7.0.0-rc.2"
112-
"@babel/types" "7.0.0-rc.2"
110+
"@babel/code-frame" "^7.0.0"
111+
"@babel/parser" "^7.0.0"
112+
"@babel/types" "^7.0.0"
113113

114114
"@babel/traverse@7.0.0-beta.44":
115115
version "7.0.0-beta.44"
@@ -126,16 +126,16 @@
126126
invariant "^2.2.0"
127127
lodash "^4.2.0"
128128

129-
"@babel/traverse@7.0.0-rc.2":
130-
version "7.0.0-rc.2"
131-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-rc.2.tgz#6e54ebe82aa1b3b3cf5ec05594bc14d7c59c9766"
132-
dependencies:
133-
"@babel/code-frame" "7.0.0-rc.2"
134-
"@babel/generator" "7.0.0-rc.2"
135-
"@babel/helper-function-name" "7.0.0-rc.2"
136-
"@babel/helper-split-export-declaration" "7.0.0-rc.2"
137-
"@babel/parser" "7.0.0-rc.2"
138-
"@babel/types" "7.0.0-rc.2"
129+
"@babel/traverse@^7.0.0":
130+
version "7.0.0"
131+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0.tgz#b1fe9b6567fdf3ab542cfad6f3b31f854d799a61"
132+
dependencies:
133+
"@babel/code-frame" "^7.0.0"
134+
"@babel/generator" "^7.0.0"
135+
"@babel/helper-function-name" "^7.0.0"
136+
"@babel/helper-split-export-declaration" "^7.0.0"
137+
"@babel/parser" "^7.0.0"
138+
"@babel/types" "^7.0.0"
139139
debug "^3.1.0"
140140
globals "^11.1.0"
141141
lodash "^4.17.10"
@@ -148,9 +148,9 @@
148148
lodash "^4.2.0"
149149
to-fast-properties "^2.0.0"
150150

151-
"@babel/types@7.0.0-rc.2":
152-
version "7.0.0-rc.2"
153-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-rc.2.tgz#8e025b78764cee8751823e308558a3ca144ebd9d"
151+
"@babel/types@^7.0.0":
152+
version "7.0.0"
153+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118"
154154
dependencies:
155155
esutils "^2.0.2"
156156
lodash "^4.17.10"

0 commit comments

Comments
 (0)