Remove schema-utils 3.0 from package.json (incompatibilities resolved)
This commit is contained in:
parent
6a8dc1efe9
commit
649ae0b4e6
1 changed files with 3 additions and 4 deletions
|
@ -3,8 +3,8 @@ Use debian packaged node modules when available
|
||||||
- Remove webpack-bundle-analyzer
|
- Remove webpack-bundle-analyzer
|
||||||
- Resolve .json files
|
- Resolve .json files
|
||||||
- Add more plugins to babel.config.js
|
- Add more plugins to babel.config.js
|
||||||
- Add schema-utils 3.0, mkdirp 1.0 and loader-utils 2.0 to ensure compatibility
|
- Add mkdirp 1.0 and loader-utils 2.0 to ensure compatibility for packaged
|
||||||
for packaged modules (See #976310)
|
modules (See #976310)
|
||||||
|
|
||||||
--- a/config/webpack.config.js
|
--- a/config/webpack.config.js
|
||||||
+++ b/config/webpack.config.js
|
+++ b/config/webpack.config.js
|
||||||
|
@ -121,7 +121,7 @@ Use debian packaged node modules when available
|
||||||
"diff": "^3.4.0",
|
"diff": "^3.4.0",
|
||||||
"document-register-element": "1.14.3",
|
"document-register-element": "1.14.3",
|
||||||
"dompurify": "^2.0.11",
|
"dompurify": "^2.0.11",
|
||||||
@@ -85,81 +62,54 @@
|
@@ -85,81 +62,53 @@
|
||||||
"editorconfig": "^0.15.3",
|
"editorconfig": "^0.15.3",
|
||||||
"emoji-regex": "^7.0.3",
|
"emoji-regex": "^7.0.3",
|
||||||
"emoji-unicode-version": "^0.2.1",
|
"emoji-unicode-version": "^0.2.1",
|
||||||
|
@ -168,7 +168,6 @@ Use debian packaged node modules when available
|
||||||
- "prosemirror-model": "^1.6.4",
|
- "prosemirror-model": "^1.6.4",
|
||||||
"raphael": "^2.2.7",
|
"raphael": "^2.2.7",
|
||||||
- "raw-loader": "^4.0.0",
|
- "raw-loader": "^4.0.0",
|
||||||
+ "schema-utils": "^3.0.0",
|
|
||||||
"select2": "3.5.2-browserify",
|
"select2": "3.5.2-browserify",
|
||||||
"smooshpack": "^0.0.62",
|
"smooshpack": "^0.0.62",
|
||||||
"sortablejs": "^1.10.2",
|
"sortablejs": "^1.10.2",
|
||||||
|
|
Loading…
Reference in a new issue