Remove prop-types (#23881)
This commit is contained in:
parent
76eb76f185
commit
003fc7cdf4
2 changed files with 1 additions and 3 deletions
|
@ -63,7 +63,6 @@
|
||||||
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
|
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
|
||||||
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
|
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#develop",
|
||||||
"matrix-widget-api": "^1.1.1",
|
"matrix-widget-api": "^1.1.1",
|
||||||
"prop-types": "^15.7.2",
|
|
||||||
"react": "17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "17.0.2",
|
"react-dom": "17.0.2",
|
||||||
"sanitize-html": "^2.3.2",
|
"sanitize-html": "^2.3.2",
|
||||||
|
|
|
@ -196,8 +196,7 @@ module.exports = (env, argv) => {
|
||||||
// Same goes for js/react-sdk - we don't need two copies.
|
// Same goes for js/react-sdk - we don't need two copies.
|
||||||
"matrix-js-sdk": path.resolve(__dirname, 'node_modules/matrix-js-sdk'),
|
"matrix-js-sdk": path.resolve(__dirname, 'node_modules/matrix-js-sdk'),
|
||||||
"matrix-react-sdk": path.resolve(__dirname, 'node_modules/matrix-react-sdk'),
|
"matrix-react-sdk": path.resolve(__dirname, 'node_modules/matrix-react-sdk'),
|
||||||
// and prop-types and sanitize-html
|
// and sanitize-html
|
||||||
"prop-types": path.resolve(__dirname, 'node_modules/prop-types'),
|
|
||||||
"sanitize-html": path.resolve(__dirname, 'node_modules/sanitize-html'),
|
"sanitize-html": path.resolve(__dirname, 'node_modules/sanitize-html'),
|
||||||
|
|
||||||
// Define a variable so the i18n stuff can load
|
// Define a variable so the i18n stuff can load
|
||||||
|
|
Loading…
Reference in a new issue