Skip to content

Commit c3ab95c

Browse files
fix(@rjsf/antd): Add required dependencies explicitly which are installed implicitly (#3506)
* build(deps): antd: Move lodash/lodash-es to dependencies * build(deps): antd: Add classnames as a dependency * build(deps): antd: Add rc-picker as a dependency --------- Co-authored-by: Heath C <51679588+heath-freenome@users.noreply.github.com>
1 parent 14f63a7 commit c3ab95c

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

packages/antd/package-lock.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/antd/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
"dayjs": "^1.8.0",
3737
"react": "^16.14.0 || >=17"
3838
},
39+
"dependencies": {
40+
"classnames": "^2.2.5",
41+
"lodash": "^4.17.15",
42+
"lodash-es": "^4.17.15",
43+
"rc-picker": "^2.6.11"
44+
},
3945
"devDependencies": {
4046
"@ant-design/icons": "^4.8.0",
4147
"@babel/cli": "^7.20.7",
@@ -59,8 +65,6 @@
5965
"dayjs": "^1.11.7",
6066
"dts-cli": "^1.6.3",
6167
"eslint": "^8.33.0",
62-
"lodash": "^4.17.15",
63-
"lodash-es": "^4.17.15",
6468
"react": "^17.0.2",
6569
"react-dom": "^17.0.2",
6670
"react-test-renderer": "^17.0.2",

0 commit comments

Comments
 (0)