Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
move types back to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 5, 2019
1 parent 481504e commit 47e88c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions @antv/gatsby-theme-antv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"@babel/preset-typescript": "^7.6.0",
"@babel/standalone": "^7.6.4",
"@hot-loader/react-dom": "^16.9.0+4.12.11",
"@types/classnames": "^2.2.9",
"@types/jest": "^24.0.18",
"@types/lodash-es": "^4.17.3",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-helmet": "^5.0.10",
"antd": "^3.25.0",
"babel-preset-gatsby": "^0.2.13",
"classnames": "^2.2.6",
Expand Down Expand Up @@ -90,12 +96,6 @@
"devDependencies": {
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.1.4",
"@types/classnames": "^2.2.9",
"@types/jest": "^24.0.18",
"@types/lodash-es": "^4.17.3",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-helmet": "^5.0.10",
"babel-jest": "^24.9.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
Expand Down

0 comments on commit 47e88c3

Please sign in to comment.