@cocreate/text 1.20.21 → 1.20.22

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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.20.22](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.21...v1.20.22) (2023-06-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([37985a9](https://github.com/CoCreate-app/CoCreate-text/commit/37985a9049670c0c46d3d868e8f7363d65e137d0))
7
+
1
8
  ## [1.20.21](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.20...v1.20.21) (2023-06-11)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.20.21",
3
+ "version": "1.20.22",
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,14 +58,14 @@
58
58
  "webpack-log": "^3.0.1"
59
59
  },
60
60
  "dependencies": {
61
- "@cocreate/actions": "^1.8.21",
62
- "@cocreate/cli": "^1.33.0",
63
- "@cocreate/crdt": "^1.18.17",
64
- "@cocreate/crud-client": "^1.21.13",
65
- "@cocreate/cursors": "^1.16.18",
66
- "@cocreate/observer": "^1.8.8",
67
- "@cocreate/selection": "^1.6.17",
68
- "@cocreate/utils": "^1.21.5",
69
- "@cocreate/uuid": "^1.4.17"
61
+ "@cocreate/actions": "^1.8.24",
62
+ "@cocreate/cli": "^1.33.3",
63
+ "@cocreate/crdt": "^1.18.20",
64
+ "@cocreate/crud-client": "^1.21.16",
65
+ "@cocreate/cursors": "^1.16.21",
66
+ "@cocreate/observer": "^1.8.11",
67
+ "@cocreate/selection": "^1.6.20",
68
+ "@cocreate/utils": "^1.21.8",
69
+ "@cocreate/uuid": "^1.4.20"
70
70
  }
71
71
  }