@akilli/editor 5.2.0 → 5.2.1

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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akilli/editor",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "A HTML standards-compliant and dependency-free rich text editor",
5
5
  "keywords": [
6
6
  "contenteditable",
@@ -41,8 +41,8 @@
41
41
  "release:major": "./release major"
42
42
  },
43
43
  "devDependencies": {
44
- "@akilli/editor-src": "^5.2.0",
45
- "esbuild": "^0.17.18",
46
- "prettier": "^2.8.8"
44
+ "@akilli/editor-src": "^5.2.1",
45
+ "esbuild": "^0.18.17",
46
+ "prettier": "^3.0.0"
47
47
  }
48
48
  }
package/readme.md CHANGED
@@ -132,7 +132,7 @@ const config = {
132
132
  /**
133
133
  * Overrides default browser dialog window options
134
134
  *
135
- * @see BrowserManager.#opts
135
+ * @see Dom.#browser
136
136
  * @type {Object.<string, string>}
137
137
  */
138
138
  browser: {},