@dialpad/dialtone-vue 3.31.0 → 3.33.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.31.0",
3
+ "version": "3.33.0",
4
4
  "description": "Vue component library for Dialpad's design system Dialtone",
5
5
  "keywords": [
6
6
  "Dialpad",
@@ -80,53 +80,54 @@
80
80
  "node": "16"
81
81
  },
82
82
  "dependencies": {
83
- "@dialpad/dialtone-icons": "0.0.15-vue3",
84
- "emoji-regex": "^10.1.0",
83
+ "@dialpad/dialtone-icons": "0.0.16-vue3",
84
+ "emoji-regex": "^10.2.1",
85
85
  "emoji-toolkit": "^6.6.0",
86
+ "seedrandom": "^3.0.5",
86
87
  "tippy.js": "^6.3.7"
87
88
  },
88
89
  "devDependencies": {
89
- "@commitlint/cli": "^17.1.2",
90
- "@commitlint/config-conventional": "^17.1.0",
90
+ "@commitlint/cli": "^17.3.0",
91
+ "@commitlint/config-conventional": "^17.3.0",
91
92
  "@dialpad/conventional-changelog-angular": "^1.0.0",
92
93
  "@dialpad/dialtone": "^7.10.4",
93
- "@percy/cli": "1.10.2",
94
- "@percy/storybook": "4.2.1",
95
- "@semantic-release/changelog": "^6.0.1",
94
+ "@percy/cli": "1.16.0",
95
+ "@percy/storybook": "4.3.4",
96
+ "@semantic-release/changelog": "^6.0.2",
96
97
  "@semantic-release/git": "^10.0.1",
97
98
  "@vue/cli-plugin-babel": "~5.0.8",
98
99
  "@vue/cli-plugin-eslint": "~5.0.8",
99
100
  "@vue/cli-plugin-unit-mocha": "~5.0.8",
100
101
  "@vue/cli-service": "~5.0.8",
101
- "@vue/test-utils": "^2.0.2",
102
- "axe-core": "^4.4.3",
102
+ "@vue/test-utils": "^2.2.6",
103
+ "axe-core": "^4.6.1",
103
104
  "babel-eslint": "^10.1.0",
104
105
  "babel-plugin-dynamic-import-node": "^2.3.3",
105
- "chai": "^4.3.6",
106
- "eslint": "8.22",
106
+ "chai": "^4.3.7",
107
+ "eslint": "8.30",
107
108
  "eslint-config-semistandard": "^17.0.0",
108
109
  "eslint-config-standard": "^17.0.0",
109
110
  "eslint-plugin-import": "^2.26.0",
110
111
  "eslint-plugin-mocha": "^10.1.0",
111
112
  "eslint-plugin-node": "^11.1.0",
112
- "eslint-plugin-promise": "^6.0.1",
113
+ "eslint-plugin-promise": "^6.1.1",
113
114
  "eslint-plugin-standard": "^5.0.0",
114
- "eslint-plugin-vue": "^9.4.0",
115
+ "eslint-plugin-vue": "^9.8.0",
115
116
  "eslint-plugin-vuejs-accessibility": "^1.2.0",
116
117
  "less": "^4.1.3",
117
118
  "less-loader": "^7.3.0",
118
- "lint-staged": "^13.0.3",
119
+ "lint-staged": "^13.1.0",
119
120
  "macos-release": "^3.1.0",
120
121
  "markdownlint": "^0.26.2",
121
122
  "markdownlint-cli": "^0.32.2",
122
123
  "npm-run-all": "^4.1.5",
123
124
  "null-loader": "^4.0.1",
124
125
  "semantic-release": "^19.0.5",
125
- "sinon": "^14.0.0",
126
+ "sinon": "^14.0.2",
126
127
  "source-map-support": "^0.5.21",
127
- "vue": "^3.2.39",
128
- "vue-docgen-api": "^4.52.0",
129
- "yo": "^4.3.0"
128
+ "vue": "^3.2.45",
129
+ "vue-docgen-api": "^4.56.0",
130
+ "yo": "^4.3.1"
130
131
  },
131
132
  "peerDependencies": {
132
133
  "@dialpad/dialtone": ">=7.10",