@dialpad/dialtone-vue 2.55.2 → 2.56.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": "2.55.2",
3
+ "version": "2.56.0",
4
4
  "description": "Vue component library for Dialpad's design system Dialtone",
5
5
  "keywords": [
6
6
  "Dialpad",
@@ -87,7 +87,7 @@
87
87
  "node": "16"
88
88
  },
89
89
  "dependencies": {
90
- "@dialpad/dialtone-icons": "0.0.16",
90
+ "@dialpad/dialtone-icons": "0.0.17",
91
91
  "@linusborg/vue-simple-portal": "^0.1.5",
92
92
  "emoji-regex": "^10.2.1",
93
93
  "emoji-toolkit": "^6.6.0",
@@ -95,12 +95,12 @@
95
95
  "tippy.js": "^6.3.7"
96
96
  },
97
97
  "devDependencies": {
98
- "@commitlint/cli": "^17.3.0",
99
- "@commitlint/config-conventional": "^17.3.0",
98
+ "@commitlint/cli": "^17.4.2",
99
+ "@commitlint/config-conventional": "^17.4.2",
100
100
  "@dialpad/conventional-changelog-angular": "^1.1.1",
101
- "@dialpad/dialtone": "^7.14",
101
+ "@dialpad/dialtone": "^7.16.0",
102
102
  "@dialpad/semantic-release-changelog-json": "^1.0.0",
103
- "@percy/cli": "1.16.0",
103
+ "@percy/cli": "1.18.0",
104
104
  "@percy/storybook": "4.3.4",
105
105
  "@semantic-release/changelog": "^6.0.2",
106
106
  "@semantic-release/git": "^10.0.1",
@@ -109,26 +109,26 @@
109
109
  "@vue/cli-plugin-unit-mocha": "~5.0.8",
110
110
  "@vue/cli-service": "~5.0.8",
111
111
  "@vue/test-utils": "1.3",
112
- "axe-core": "^4.6.1",
112
+ "axe-core": "^4.6.3",
113
113
  "babel-eslint": "^10.1.0",
114
114
  "babel-plugin-dynamic-import-node": "^2.3.3",
115
115
  "chai": "^4.3.7",
116
- "eslint": "8.30",
116
+ "eslint": "8.33",
117
117
  "eslint-config-semistandard": "^17.0.0",
118
118
  "eslint-config-standard": "^17.0.0",
119
- "eslint-plugin-import": "^2.26.0",
119
+ "eslint-plugin-import": "^2.27.5",
120
120
  "eslint-plugin-mocha": "^10.1.0",
121
121
  "eslint-plugin-node": "^11.1.0",
122
122
  "eslint-plugin-promise": "^6.1.1",
123
- "eslint-plugin-vue": "^9.8.0",
124
- "eslint-plugin-vuejs-accessibility": "^2.0.0",
123
+ "eslint-plugin-vue": "^9.9.0",
124
+ "eslint-plugin-vuejs-accessibility": "^2.1.0",
125
125
  "esplint": "^0.10.1",
126
126
  "less": "^4.1.3",
127
127
  "less-loader": "^11.1.0",
128
128
  "lint-staged": "^13.1.0",
129
129
  "macos-release": "^3.1.0",
130
- "markdownlint": "^0.26.2",
131
- "markdownlint-cli": "^0.32.2",
130
+ "markdownlint": "^0.27.0",
131
+ "markdownlint-cli": "^0.33.0",
132
132
  "npm-run-all": "^4.1.5",
133
133
  "null-loader": "^4.0.1",
134
134
  "semantic-release": "^19.0.5",
@@ -136,12 +136,12 @@
136
136
  "source-map-support": "^0.5.21",
137
137
  "vue": "^2.7.14",
138
138
  "vue-cli-plugin-webpack-bundle-analyzer": "~4.0.0",
139
- "vue-docgen-api": "^4.56.0",
139
+ "vue-docgen-api": "^4.56.4",
140
140
  "vue-template-compiler": "^2.7.14",
141
141
  "yo": "^4.3.1"
142
142
  },
143
143
  "peerDependencies": {
144
- "@dialpad/dialtone": ">=7.14",
144
+ "@dialpad/dialtone": ">=7.16",
145
145
  "vue": ">=2.6"
146
146
  },
147
147
  "engineStrict": true,