Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Feb 29, 2024
1 parent aeb665a commit 8932a89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@
!.yarn/sdks
!.yarn/versions
.pnp.*
.node
package-lock.json
20 changes: 6 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"@types/jest-axe": "3.5.4",
"@types/lodash": "^4.14.194",
"@types/node": "^18.15.13",
"@types/react": "18",
"@types/react": "^18.0.38",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "18",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.6",
"@types/react-is": "^17.0.3",
"@types/react-virtualized": "^9.21.21",
Expand Down Expand Up @@ -129,6 +129,10 @@
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"resolutions": {
"@types/react": "18",
"@types/react-dom": "18"
},
"main": "./cjs/index.js",
"module": "./es/index.js",
"types": "./es/index.d.ts",
Expand All @@ -154,17 +158,5 @@
"url": "git+https://github.com/ant-design/ant-design-mobile.git",
"branch": "master",
"platform": "github"
},
"overrides": {
"@types/react": {
".": "18"
},
"@types/react-dom": {
".": "18"
}
},
"_resolutions": {
"@types/react": "18",
"@types/react-dom": "18"
}
}

0 comments on commit 8932a89

Please sign in to comment.