Skip to content

Commit 25c7e56

Browse files
committed
Merge branch 'master' into file-cancel
2 parents c2bdc0b + 451e3e0 commit 25c7e56

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const watch = require('gulp-watch');
1212
const BUILD = process.env.PARSE_BUILD || 'browser';
1313
const VERSION = require('./package.json').version;
1414

15-
const transformRuntime = ["@babel/transform-runtime", {
15+
const transformRuntime = ["@babel/plugin-transform-runtime", {
1616
"corejs": 3,
1717
"helpers": true,
1818
"regenerator": true,

package-lock.json

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"react-native": false
3030
},
3131
"dependencies": {
32-
"@babel/runtime": "7.20.13",
3332
"@babel/runtime-corejs3": "7.20.13",
3433
"idb-keyval": "6.2.0",
3534
"react-native-crypto-js": "1.0.0",
@@ -64,7 +63,7 @@
6463
"cross-env": "7.0.2",
6564
"eslint": "8.34.0",
6665
"eslint-plugin-flowtype": "8.0.3",
67-
"eslint-plugin-jsdoc": "39.8.0",
66+
"eslint-plugin-jsdoc": "40.0.0",
6867
"express": "4.18.2",
6968
"gulp": "4.0.2",
7069
"gulp-babel": "8.0.0",

0 commit comments

Comments
 (0)