Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meghaniankov committed Oct 31, 2023
1 parent 1464fdf commit adc1ccd
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 322 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"@octokit/auth-app": "^2.10.5",
"@types/is-base64": "^1.1.0",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vercel/ncc": "^0.38.1",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-xo": "^0.33.1",
"eslint-config-xo-typescript": "^0.37.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-sort-destructure-keys": "^1.3.5",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"eslint-plugin-unicorn": "^24.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"eslint-plugin-unicorn": "^49.0.0",
"is-base64": "^1.1.0",
"prettier": "^3.0.3",
"promise-retry": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"target": "es2021",
"types": ["node"]
},
"include": [".*.js", "*.js", "src"]
"include": [".*.js", "*.js", "src", "prettier.config.cjs", ".eslintrc.cjs"]
}
Loading

0 comments on commit adc1ccd

Please sign in to comment.