@cocreate/text 1.23.5 → 1.23.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.23.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.23.5...v1.23.6) (2023-10-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([e6f2be3](https://github.com/CoCreate-app/CoCreate-text/commit/e6f2be3de1e68194ebc319c9cfdd2af6dcf68b20))
7
+
1
8
  ## [1.23.5](https://github.com/CoCreate-app/CoCreate-text/compare/v1.23.4...v1.23.5) (2023-10-14)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.23.5",
3
+ "version": "1.23.6",
4
4
  "description": "A simple text component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "text",
@@ -58,12 +58,12 @@
58
58
  "webpack-log": "^3.0.1"
59
59
  },
60
60
  "dependencies": {
61
- "@cocreate/actions": "^1.11.6",
62
- "@cocreate/crdt": "^1.22.4",
63
- "@cocreate/cursors": "^1.20.4",
64
- "@cocreate/observer": "^1.11.5",
65
- "@cocreate/selection": "^1.9.4",
66
- "@cocreate/utils": "^1.25.3",
61
+ "@cocreate/actions": "^1.12.0",
62
+ "@cocreate/crdt": "^1.24.0",
63
+ "@cocreate/cursors": "^1.20.6",
64
+ "@cocreate/observer": "^1.11.6",
65
+ "@cocreate/selection": "^1.9.5",
66
+ "@cocreate/utils": "^1.26.1",
67
67
  "@cocreate/uuid": "^1.7.2"
68
68
  }
69
69
  }