Skip to content

Commit b4cab03

Browse files
committed
[Dev Deps] update @babel/core
1 parent a1333a6 commit b4cab03

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"string.prototype.matchall": "^4.0.8"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "^7.20.2",
45+
"@babel/core": "^7.20.5",
4646
"@babel/eslint-parser": "^7.19.1",
4747
"@babel/plugin-syntax-decorators": "^7.19.0",
4848
"@babel/plugin-syntax-do-expressions": "^7.18.6",

tests/helpers/parsers.js

-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ const parsers = {
175175
);
176176
});
177177

178-
// console.log(require('util').inspect(t, { depth: null }));
179178
return t;
180179
},
181180
};

0 commit comments

Comments
 (0)