@cocreate/text 1.20.19 → 1.20.20

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.20.20](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.19...v1.20.20) (2023-06-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * @cocreate/cli moved to dependencies ([1a220aa](https://github.com/CoCreate-app/CoCreate-text/commit/1a220aa4e3a5456738d6c3243dcab95c4e61077a))
7
+
1
8
  ## [1.20.19](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.18...v1.20.19) (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.19",
3
+ "version": "1.20.20",
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",
@@ -47,7 +47,6 @@
47
47
  "devDependencies": {
48
48
  "@babel/core": "^7.9.6",
49
49
  "@babel/preset-env": "^7.9.6",
50
- "@cocreate/cli": "^1.33.0",
51
50
  "babel-loader": "^8.1.0",
52
51
  "clean-webpack-plugin": "^3.0.0",
53
52
  "file-loader": "^6.2.0",
@@ -60,6 +59,7 @@
60
59
  },
61
60
  "dependencies": {
62
61
  "@cocreate/actions": "^1.8.21",
62
+ "@cocreate/cli": "^1.33.0",
63
63
  "@cocreate/crdt": "^1.18.17",
64
64
  "@cocreate/crud-client": "^1.21.13",
65
65
  "@cocreate/cursors": "^1.16.18",