Skip to content

Commit

Permalink
fix: move @types to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Volland committed Jan 10, 2023
1 parent 9e71208 commit a20855b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 173 deletions.
200 changes: 30 additions & 170 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@
"@types/geojson": "^7946.0.8",
"@types/lodash": "^4.14.179",
"@types/moment": "^2.13.0",
"@types/node": "^18.0.0",
"@types/react": "^17.0",
"@types/react-dom": "^18.0.2",
"@types/react-rnd": "^8.0.0",
"ag-grid-community": "^28.2.1",
"ag-grid-react": "^28.2.1",
Expand Down Expand Up @@ -114,6 +111,9 @@
"@testing-library/user-event": "^14.1.0",
"@types/enzyme": "^3.10.12",
"@types/jest": "^29.0.0",
"@types/node": "^18.11.18",
"@types/react": "^17.0.0",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.19.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
Expand Down

0 comments on commit a20855b

Please sign in to comment.