Skip to content

Commit 832fa08

Browse files
committed
update dependencies
1 parent 5a98661 commit 832fa08

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"version": "3.14.0",
33
"devDependencies": {
4-
"@babel/cli": "^7.14.3",
5-
"@babel/core": "^7.14.3",
6-
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.2",
7-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
8-
"@babel/plugin-proposal-numeric-separator": "^7.14.2",
9-
"@babel/plugin-proposal-optional-catch-binding": "^7.14.2",
10-
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
11-
"@babel/plugin-transform-arrow-functions": "^7.13.0",
12-
"@babel/plugin-transform-block-scoped-functions": "^7.12.13",
13-
"@babel/plugin-transform-block-scoping": "^7.14.4",
14-
"@babel/plugin-transform-classes": "^7.14.4",
15-
"@babel/plugin-transform-computed-properties": "^7.13.0",
16-
"@babel/plugin-transform-destructuring": "^7.14.4",
17-
"@babel/plugin-transform-exponentiation-operator": "^7.12.13",
18-
"@babel/plugin-transform-literals": "^7.12.13",
19-
"@babel/plugin-transform-member-expression-literals": "^7.12.13",
20-
"@babel/plugin-transform-parameters": "^7.14.2",
21-
"@babel/plugin-transform-property-literals": "^7.12.13",
22-
"@babel/plugin-transform-shorthand-properties": "^7.12.13",
23-
"@babel/plugin-transform-spread": "^7.13.0",
24-
"@babel/plugin-transform-template-literals": "^7.13.0",
4+
"@babel/cli": "^7.14.5",
5+
"@babel/core": "^7.14.5",
6+
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
7+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
8+
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
9+
"@babel/plugin-proposal-optional-catch-binding": "^7.14.5",
10+
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
11+
"@babel/plugin-transform-arrow-functions": "^7.14.5",
12+
"@babel/plugin-transform-block-scoped-functions": "^7.14.5",
13+
"@babel/plugin-transform-block-scoping": "^7.14.5",
14+
"@babel/plugin-transform-classes": "^7.14.5",
15+
"@babel/plugin-transform-computed-properties": "^7.14.5",
16+
"@babel/plugin-transform-destructuring": "^7.14.5",
17+
"@babel/plugin-transform-exponentiation-operator": "^7.14.5",
18+
"@babel/plugin-transform-literals": "^7.14.5",
19+
"@babel/plugin-transform-member-expression-literals": "^7.14.5",
20+
"@babel/plugin-transform-parameters": "^7.14.5",
21+
"@babel/plugin-transform-property-literals": "^7.14.5",
22+
"@babel/plugin-transform-shorthand-properties": "^7.14.5",
23+
"@babel/plugin-transform-spread": "^7.14.5",
24+
"@babel/plugin-transform-template-literals": "^7.14.5",
2525
"babel-loader": "^8.2.2",
2626
"babel-plugin-transform-es2015-modules-simple-commonjs": "~0.3.0",
2727
"babel-plugin-transform-for-of-as-array": "^1.1.1",
@@ -33,7 +33,7 @@
3333
"core-js-pure": "file:./packages/core-js-pure",
3434
"david": "^12.0.0",
3535
"detective": "^5.2.0",
36-
"electron-to-chromium": "^1.3.750",
36+
"electron-to-chromium": "^1.3.752",
3737
"es-observable": "git+https://github.com/tc39/proposal-observable.git#d3404f06bc70c7c578a5047dfb3dc813730e3319",
3838
"eslint": "^7.28.0",
3939
"eslint-plugin-es": "git+https://github.com/mysticatea/eslint-plugin-es.git#00d73851793541dc7b0d07292deb0ca2bc8a25e1",

0 commit comments

Comments
 (0)