@dialpad/dialtone-vue 3.67.4 → 3.69.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "3.67.4",
3
+ "version": "3.69.0",
4
4
  "description": "Vue component library for Dialpad's design system Dialtone",
5
5
  "scripts": {
6
6
  "build": "npm run clean && npm run build:main && npm run build:documentation",
@@ -31,7 +31,7 @@
31
31
  "CHANGELOG.json"
32
32
  ],
33
33
  "dependencies": {
34
- "@dialpad/dialtone-icons": "^0.6.7-vue3",
34
+ "@dialpad/dialtone-icons": "^0.7.0-vue3",
35
35
  "@tiptap/extension-document": "^2.0.2",
36
36
  "@tiptap/extension-paragraph": "^2.0.2",
37
37
  "@tiptap/extension-text": "^2.0.2",
@@ -39,14 +39,14 @@
39
39
  "@tiptap/vue-3": "^2.0.2",
40
40
  "emoji-regex": "^10.2.1",
41
41
  "emoji-toolkit": "^6.6.0",
42
- "seedrandom": "^3.0.5",
42
+ "fnv-plus": "^1.3.1",
43
43
  "tippy.js": "^6.3.7"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@commitlint/cli": "^17.4.2",
47
47
  "@commitlint/config-conventional": "^17.4.2",
48
48
  "@dialpad/conventional-changelog-angular": "^1.1.1",
49
- "@dialpad/dialtone": "^7.26.0",
49
+ "@dialpad/dialtone": "^7.27.0",
50
50
  "@dialpad/semantic-release-changelog-json": "^1.0.0",
51
51
  "@percy/cli": "^1.24.0",
52
52
  "@percy/storybook": "^4.3.6",
@@ -103,7 +103,7 @@
103
103
  "yorkie": "^2.0.0"
104
104
  },
105
105
  "peerDependencies": {
106
- "@dialpad/dialtone": ">=7.26",
106
+ "@dialpad/dialtone": ">=7.27",
107
107
  "vue": ">=3.2"
108
108
  },
109
109
  "bugs": {
@@ -133,7 +133,7 @@
133
133
  ],
134
134
  "engineStrict": true,
135
135
  "engines": {
136
- "node": ">= 18"
136
+ "node": ">= 14.17"
137
137
  },
138
138
  "type": "module",
139
139
  "main": "./dist/dialtone-vue.cjs",