Skip to content

Commit

Permalink
chore: rollback package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Jul 2, 2024
1 parent c947e72 commit 37889e7
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
"*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}": "prettier --write",
"*.{css,less,scss}": "stylelint --fix"
},
"resolutions": {
"@types/react": "18",
"@types/react-dom": "18"
},
"dependencies": {
"@floating-ui/dom": "^1.4.2",
"@rc-component/mini-decimal": "^1.1.0",
Expand Down Expand Up @@ -95,9 +99,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 @@ -180,17 +184,5 @@
"path": "./lib/bundle/antd-mobile.es.js",
"limit": "200 kB"
}
],
"overrides": {
"@types/react": {
".": "18"
},
"@types/react-dom": {
".": "18"
}
},
"_resolutions": {
"@types/react": "18",
"@types/react-dom": "18"
}
]
}

0 comments on commit 37889e7

Please sign in to comment.