Skip to content

Commit

Permalink
[Dev Deps] update @babel/core
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 29, 2022
1 parent a1333a6 commit b4cab03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"string.prototype.matchall": "^4.0.8"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-syntax-decorators": "^7.19.0",
"@babel/plugin-syntax-do-expressions": "^7.18.6",
Expand Down
1 change: 0 additions & 1 deletion tests/helpers/parsers.js
Expand Up @@ -175,7 +175,6 @@ const parsers = {
);
});

// console.log(require('util').inspect(t, { depth: null }));
return t;
},
};
Expand Down

0 comments on commit b4cab03

Please sign in to comment.