Skip to content

Commit

Permalink
update acorn
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jun 18, 2023
1 parent bff8a13 commit 3809b5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"funding": "https://opencollective.com/eslint",
"license": "BSD-2-Clause",
"dependencies": {
"acorn": "^8.8.0",
"acorn": "^8.9.0",
"acorn-jsx": "^5.3.2",
"eslint-visitor-keys": "^3.4.1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
"index": 4,
"index": 10,
"lineNumber": 1,
"column": 5,
"message": "Cannot use new with import()"
"column": 11,
"message": "Unexpected token ("
};

0 comments on commit 3809b5f

Please sign in to comment.