Skip to content

Commit

Permalink
update packages and configs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvice committed Jun 28, 2022
1 parent 1d6f119 commit 28ed04e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"browser": true,
"node": true
},
"plugins": ["prettier", "@typescript-eslint", "jest", "import"],
"extends": [
"prettier",
"plugin:prettier/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/recommended",
"plugin:import/typescript"
],
"parserOptions": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@
"webpack": "^5"
},
"devDependencies": {
"@types/jest": "^28.1.1",
"@types/jest": "^28.1.3",
"@types/lodash.mergewith": "^4.6.7",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^7.32.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.1.0",
"jest": "^28.1.1",
"prettier": "^2.7.0",
"prettier": "^2.7.1",
"ts-jest": "^28.0.5",
"typescript": "^4.7.3"
"typescript": "^4.7.4"
},
"dependencies": {
"lodash.mergewith": "^4.6.2",
Expand Down

0 comments on commit 28ed04e

Please sign in to comment.