Skip to content

Commit

Permalink
Switch Yarn Resolutions to npm Overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Apr 23, 2022
1 parent 464fce9 commit cfd23ba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 74 deletions.
75 changes: 6 additions & 69 deletions package-lock.json

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

18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,18 @@
"typescript": "4.6.3"
},
"dependencies": {
"cross-env": "^7.0.3",
"csv": "^6.0.0",
"date-fns": "^2.22.1",
"json-to-table": "^4.2.1",
"table": "^6.7.1"
"cross-env": "7.0.3",
"csv": "6.0.5",
"date-fns": "2.28.0",
"json-to-table": "4.2.1",
"table": "6.8.0"
},
"overrides": {
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "26.1.3",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0"
}
}

0 comments on commit cfd23ba

Please sign in to comment.