Skip to content

Commit

Permalink
📦 Upgrade dependencies to their latest versions
Browse files Browse the repository at this point in the history
Replace deprecated `babel-eslint` with `@babel/eslint-parser`.
  • Loading branch information
canterberry committed Jul 31, 2021
1 parent a039530 commit 8c8acae
Show file tree
Hide file tree
Showing 5 changed files with 11,414 additions and 5,248 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
'plugin:ante/recommended',
'plugin:ante/style'
],
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
parserOptions: {
ecmaFeatures: {
experimentalObjectRestSpread: true
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 12.20.1
yarn 1.22.10
nodejs 16.6.0
yarn 1.22.11
Loading

0 comments on commit 8c8acae

Please sign in to comment.