Skip to content

Commit

Permalink
chore(grid): add support for peer dependencies of [email protected] (#3988)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzm0x219 authored Oct 17, 2023
1 parent 9598d97 commit 2fc23dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build:umd": "rollup --config"
},
"peerDependencies": {
"typescript": "^4.1.0"
"typescript": "4.x || 5.x"
},
"dependencies": {
"@formily/reactive": "2.2.29",
Expand Down

0 comments on commit 2fc23dd

Please sign in to comment.