Skip to content

Commit e34a49b

Browse files
committed
bump babel deps
1 parent 9e7d05d commit e34a49b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"webworkers"
3131
],
3232
"devDependencies": {
33-
"@babel/core": "^7.0.0",
34-
"@babel/plugin-proposal-class-properties": "^7.0.0",
33+
"@babel/core": "^7.9.0",
34+
"@babel/plugin-proposal-class-properties": "^7.8.3",
3535
"babel-eslint": "^10.1.0",
3636
"eslint": "^6.8.0",
3737
"eslint-config-bliss": "^4.7.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
dependencies:
1010
"@babel/highlight" "^7.8.3"
1111

12-
"@babel/core@^7.0.0":
12+
"@babel/core@^7.9.0":
1313
version "7.9.0"
1414
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
1515
integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==
@@ -161,7 +161,7 @@
161161
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.2.tgz#4e767f424b479c514077544484d1f9bdba7f1158"
162162
integrity sha512-2jyvKdoOS1aWAFL2rjJZmamyDDkPCx/AAz4/Wh1Dfxvw8qqnOvek/ZlHQ2noO/o8JpnXa/WiUUFOv48meBKkpA==
163163

164-
"@babel/plugin-proposal-class-properties@^7.0.0":
164+
"@babel/plugin-proposal-class-properties@^7.8.3":
165165
version "7.8.3"
166166
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.8.3.tgz#5e06654af5cd04b608915aada9b2a6788004464e"
167167
integrity sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA==

0 commit comments

Comments
 (0)