@vonaffenfels/contentful-slate-editor 1.1.39 → 1.1.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonaffenfels/contentful-slate-editor",
3
- "version": "1.1.39",
3
+ "version": "1.1.41",
4
4
  "scripts": {
5
5
  "prepublish": "yarn run build",
6
6
  "dev": "yarn run start",
@@ -95,10 +95,10 @@
95
95
  "webpack-watch-files-plugin": "^1.2.1"
96
96
  },
97
97
  "dependencies": {
98
- "@vonaffenfels/slate-editor": "^1.1.39",
98
+ "@vonaffenfels/slate-editor": "^1.1.41",
99
99
  "webpack": "5.88.2"
100
100
  },
101
- "gitHead": "5039c3a8ae4e6e90f31a2e832f55dc3e02fcb190",
101
+ "gitHead": "baf1a0542e3c05c1454d26de09910d01e69bd38b",
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  }
package/webpack.config.js CHANGED
@@ -177,6 +177,8 @@ module.exports = ({
177
177
  extensions: ['.json', '.js', '.jsx'],
178
178
  symlinks: false,
179
179
  fallback: {
180
+ fs: false,
181
+ zlib: false,
180
182
  stream: false,
181
183
  path: false,
182
184
  timers: false,