@vonaffenfels/contentful-slate-editor 1.0.21 → 1.0.23

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.0.21",
3
+ "version": "1.0.23",
4
4
  "scripts": {
5
5
  "prepublish": "yarn run build",
6
6
  "dev": "yarn run start",
@@ -89,10 +89,10 @@
89
89
  "webpack-dev-server": "^4.0.0-beta.2"
90
90
  },
91
91
  "dependencies": {
92
- "@vonaffenfels/slate-editor": "^1.0.21",
92
+ "@vonaffenfels/slate-editor": "^1.0.23",
93
93
  "webpack": "5.73.0"
94
94
  },
95
- "gitHead": "f6bc2eb71e3132eeceb3b175e37360d419979c2d",
95
+ "gitHead": "3e1bd9a8bec354c2f96703797b9985250c3d37e0",
96
96
  "publishConfig": {
97
97
  "access": "public"
98
98
  }
package/webpack.config.js CHANGED
@@ -146,6 +146,7 @@ module.exports = ({
146
146
  ],
147
147
  resolve: {
148
148
  extensions: ['.json', '.js', '.jsx'],
149
+ symlinks: false,
149
150
  fallback: {
150
151
  stream: false,
151
152
  path: false,