Skip to content

Commit

Permalink
feat(linter): update version of tslint-to-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Sep 7, 2023
1 parent f71f2ac commit d5a4b77
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 58 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.6.12",
"express": "^4.18.1",
"fast-xml-parser": "^4.0.9",
"fast-xml-parser": "^4.2.7",
"figures": "3.2.0",
"file-loader": "^6.2.0",
"file-type": "^16.2.0",
Expand Down Expand Up @@ -245,7 +245,7 @@
"react-redux": "8.0.5",
"react-refresh": "^0.10.0",
"react-router-dom": "^6.11.2",
"react-textarea-autosize": "^8.3.0",
"react-textarea-autosize": "^8.5.3",
"regenerator-runtime": "0.13.7",
"resolve.exports": "1.1.0",
"rollup": "^2.56.2",
Expand Down Expand Up @@ -276,7 +276,7 @@
"ts-node": "10.9.1",
"tsconfig-paths": "^4.1.2",
"tsconfig-paths-webpack-plugin": "4.0.0",
"tslint-to-eslint-config": "^2.13.0",
"tslint-to-eslint-config": "^2.14.0",
"typedoc": "0.24.8",
"typedoc-plugin-markdown": "3.15.3",
"typescript": "~5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/linter/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export const eslintVersion = '~8.46.0';
export const eslintrcVersion = '^2.1.1';
export const eslintConfigPrettierVersion = '8.1.0';
/** @deprecated This will be removed in v17 */
export const tslintToEslintConfigVersion = '^2.13.0';
export const tslintToEslintConfigVersion = '^2.14.0';
export const typescriptESLintVersion = '^5.60.1';
101 changes: 47 additions & 54 deletions pnpm-lock.yaml

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

0 comments on commit d5a4b77

Please sign in to comment.