@innovastudio/contentbox 1.5.97 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.5.97",
4
+ "version": "1.6.1",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -52,9 +52,8 @@
52
52
  "ws": "^8.13.0"
53
53
  },
54
54
  "dependencies": {
55
- "@innovastudio/contentbuilder": "^1.4.116",
56
- "i": "^0.3.7",
57
- "js-beautify": "^1.14.0",
58
- "npm": "^10.1.0"
55
+ "@innovastudio/contentbuilder": "^1.4.127",
56
+ "choices.js": "^10.2.0",
57
+ "js-beautify": "^1.14.0"
59
58
  }
60
59
  }