Skip to content

Commit ae6424c

Browse files
authored
Update babel version (#22)
1 parent 5b8313c commit ae6424c

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -157,32 +157,32 @@
157157
"react": "16.5.0"
158158
},
159159
"dependencies": {
160-
"@babel/core": "^7.0.0",
161-
"@babel/generator": "^7.0.0",
162-
"@babel/plugin-proposal-class-properties": "^7.0.0",
163-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
164-
"@babel/plugin-transform-arrow-functions": "^7.0.0",
165-
"@babel/plugin-transform-block-scoping": "^7.0.0",
166-
"@babel/plugin-transform-classes": "^7.0.0",
167-
"@babel/plugin-transform-computed-properties": "^7.0.0",
168-
"@babel/plugin-transform-destructuring": "^7.0.0",
169-
"@babel/plugin-transform-exponentiation-operator": "^7.0.0",
170-
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
171-
"@babel/plugin-transform-for-of": "^7.0.0",
172-
"@babel/plugin-transform-function-name": "^7.0.0",
173-
"@babel/plugin-transform-literals": "^7.0.0",
174-
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
175-
"@babel/plugin-transform-object-assign": "^7.0.0",
176-
"@babel/plugin-transform-parameters": "^7.0.0",
177-
"@babel/plugin-transform-react-display-name": "^7.0.0",
178-
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
179-
"@babel/plugin-transform-react-jsx": "^7.0.0",
180-
"@babel/plugin-transform-regenerator": "^7.0.0",
181-
"@babel/plugin-transform-shorthand-properties": "^7.0.0",
182-
"@babel/plugin-transform-spread": "^7.0.0",
183-
"@babel/plugin-transform-sticky-regex": "^7.0.0",
184-
"@babel/plugin-transform-template-literals": "^7.0.0",
185-
"@babel/plugin-transform-unicode-regex": "^7.0.0",
160+
"@babel/core": "^7.4.0",
161+
"@babel/generator": "^7.4.0",
162+
"@babel/plugin-proposal-class-properties": "^7.4.0",
163+
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
164+
"@babel/plugin-transform-arrow-functions": "^7.2.0",
165+
"@babel/plugin-transform-block-scoping": "^7.4.0",
166+
"@babel/plugin-transform-classes": "^7.4.0",
167+
"@babel/plugin-transform-computed-properties": "^7.2.0",
168+
"@babel/plugin-transform-destructuring": "^7.4.0",
169+
"@babel/plugin-transform-exponentiation-operator": "^7.2.0",
170+
"@babel/plugin-transform-flow-strip-types": "^7.4.0",
171+
"@babel/plugin-transform-for-of": "^7.4.0",
172+
"@babel/plugin-transform-function-name": "^7.2.0",
173+
"@babel/plugin-transform-literals": "^7.2.0",
174+
"@babel/plugin-transform-modules-commonjs": "^7.4.0",
175+
"@babel/plugin-transform-object-assign": "^7.2.0",
176+
"@babel/plugin-transform-parameters": "^7.4.0",
177+
"@babel/plugin-transform-react-display-name": "^7.2.0",
178+
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
179+
"@babel/plugin-transform-react-jsx": "^7.3.0",
180+
"@babel/plugin-transform-regenerator": "^7.4.0",
181+
"@babel/plugin-transform-shorthand-properties": "^7.2.0",
182+
"@babel/plugin-transform-spread": "^7.2.2",
183+
"@babel/plugin-transform-sticky-regex": "^7.2.0",
184+
"@babel/plugin-transform-template-literals": "^7.2.0",
185+
"@babel/plugin-transform-unicode-regex": "^7.2.0",
186186
"absolute-path": "^0.0.0",
187187
"art": "^0.10.0",
188188
"base64-js": "^1.1.2",
@@ -238,7 +238,7 @@
238238
"yargs": "^9.0.0"
239239
},
240240
"devDependencies": {
241-
"@babel/core": "^7.0.0",
241+
"@babel/core": "^7.4.0",
242242
"async": "^2.4.0",
243243
"babel-eslint": "9.0.0-beta.2",
244244
"babel-generator": "^6.26.0",

0 commit comments

Comments
 (0)