Skip to content

Commit f7d62a7

Browse files
Override @WordPress package peer dependencies warnings
1 parent c39dc9b commit f7d62a7

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@wordpress/element": "^6.34.0",
7171
"@wordpress/eslint-plugin": "^22.20.0",
7272
"@wordpress/i18n": "^6.7.0",
73-
"@wordpress/scripts": "^30.13.0",
73+
"@wordpress/scripts": "^31.0.0",
7474
"css-loader": "^7.1.2",
7575
"css-minimizer-webpack-plugin": "^7.0.2",
7676
"css-unicode-loader": "^1.0.3",
@@ -100,5 +100,11 @@
100100
"webpack": "^5.94.0",
101101
"webpack-cli": "^6.0.1"
102102
},
103+
"overrides": {
104+
"react-autosize-textarea": {
105+
"react": "$react",
106+
"react-dom": "$react"
107+
}
108+
},
103109
"version": "3.2.14"
104110
}

0 commit comments

Comments
 (0)