Skip to content

Commit

Permalink
Update dependencies (#2890)
Browse files Browse the repository at this point in the history
* Update dependencies

* Revert change to script

* Remove unused dep

* Remove unused workflows

* Update eslint-config-prettier
  • Loading branch information
alimpens authored Jul 8, 2024
1 parent ac81cff commit ca18017
Show file tree
Hide file tree
Showing 7 changed files with 486 additions and 2,083 deletions.
8 changes: 2 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ module.exports = {
'plugin:redux-saga/recommended',
'plugin:testing-library/react',
'plugin:import/typescript',
'prettier',
'prettier/react',
'plugin:prettier/recommended',
],
globals: {
L: true,
Expand All @@ -32,10 +31,7 @@ module.exports = {
},
},
{
extends: [
'plugin:@typescript-eslint/recommended',
'prettier/@typescript-eslint',
],
extends: ['plugin:@typescript-eslint/recommended', 'prettier'],
files: ['**/*.ts', '**/*.tsx'],
rules: {
'@typescript-eslint/consistent-type-imports': 'error',
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/review_cleanup.yml

This file was deleted.

86 changes: 0 additions & 86 deletions .github/workflows/review_deploy.yml

This file was deleted.

4 changes: 1 addition & 3 deletions e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"start": "npm run open",
"test": "npm run run",
"lint": "eslint cypress",
"lint:find-rules": "eslint-find-rules -dun .eslintrc.js",
"lint:nibble": "NODE_ENV=production eslint-nibble --cache --ext js cypress"
"lint:find-rules": "eslint-find-rules -dun .eslintrc.js"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.9.0",
Expand All @@ -25,7 +24,6 @@
"eslint-config-prettier": "^6.15.0",
"eslint-find-rules": "^4.1.0",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-nibble": "^8.1.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-promise": "^4.2.1",
Expand Down
Loading

0 comments on commit ca18017

Please sign in to comment.