Skip to content

Commit

Permalink
Merge pull request #10 from naminodarie/dependabot/npm_and_yarn/types…
Browse files Browse the repository at this point in the history
…cript-eslint/parser-4.8.1

Bump @typescript-eslint/parser from 3.10.1 to 4.8.1
  • Loading branch information
kzrnm authored Nov 18, 2020
2 parents 2965e27 + eda62ac commit 903b8a4
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 38 deletions.
73 changes: 36 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/jest": "^26.0.10",
"@types/node": "^14.10.0",
"@types/xmldom": "^0.1.30",
"@typescript-eslint/parser": "^3.10.1",
"@typescript-eslint/parser": "^4.8.1",
"@vercel/ncc": "^0.23.0",
"eslint": "^7.8.1",
"eslint-plugin-github": "^4.1.1",
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"compilerOptions": {
"lib": [
"dom"
],
"target": "es6", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
"outDir": "./lib", /* Redirect output structure to the directory. */
Expand Down

0 comments on commit 903b8a4

Please sign in to comment.