Skip to content

Commit

Permalink
fix: moving types to main deps
Browse files Browse the repository at this point in the history
  • Loading branch information
asartalo committed Jul 22, 2021
1 parent e492d3b commit ad829b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
22 changes: 6 additions & 16 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"@types/node": "^12.20.15",
"@types/react": "^16.14.10",
"@types/react-dom": "^16.9.13",
"@types/react-router-dom": "^5.1.7",
"@types/standard-version": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
Expand Down Expand Up @@ -74,10 +78,6 @@
"@commitlint/config-conventional": "^12.1.4",
"@testing-library/cypress": "^7.0.6",
"@testing-library/react": "^12.0.0",
"@types/react-router-dom": "^5.1.7",
"@types/standard-version": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"cypress": "^7.6.0",
"cypress-hmr-restarter": "^2.0.2",
"eslint": "^7.30.0",
Expand Down

0 comments on commit ad829b4

Please sign in to comment.