@dialpad/dialtone-vue 3.1.2 → 3.1.3

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.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "Vue component library for Dialtone components",
5
5
  "scripts": {
6
6
  "build": "vue-cli-service build --target lib --name dialtone-vue index.js",
@@ -8,20 +8,20 @@
8
8
  "pretest": "npm run clean",
9
9
  "lint": "run-s lint:code lint:docs",
10
10
  "build:wc": "vue-cli-service build --target wc-async --name dialtone-vue 'components/**/*[!.story]*.vue'",
11
- "lint:code": "esplint ./",
11
+ "install:all": "npm install && npm install --prefix storybook && npm install --prefix generator-dialtone-vue",
12
12
  "lint-staged:code": "eslint --fix",
13
13
  "lint-staged:docs": "markdownlint --fix",
14
+ "lint:code": "eslint ./",
14
15
  "lint:docs": "markdownlint '**/*.mdx'",
15
16
  "prepublishOnly": "npm run build",
16
17
  "release": "semantic-release --no-ci --extends ./release-local.config.js",
17
18
  "start": "npm run storybook",
18
19
  "storybook": "npm run --prefix storybook storybook",
20
+ "storybook:a11y-test": "npm run --prefix storybook storybook-a11y-test",
19
21
  "storybook:build": "npm run --prefix storybook build",
20
22
  "storybook:install": "npm install --prefix storybook",
21
- "storybook:a11y-test": "npm run --prefix storybook storybook-a11y-test",
22
- "test": "vue-cli-service test:unit --timeout 100000 --require source-map-support/register --require jsdom-global/register --colors components/**/*.test.js recipes/**/**/*.test.js",
23
- "test:watch": "vue-cli-service test:unit --watch --timeout 100000 --require source-map-support/register --require jsdom-global/register --colors components/**/*.test.js recipes/**/**/*.test.js",
24
- "install:all": "npm install && npm install --prefix storybook && npm install --prefix generator-dialtone-vue"
23
+ "test": "vue-cli-service test:unit --timeout 100000 --require source-map-support/register --colors components/**/*.test.js recipes/**/*.test.js",
24
+ "test:watch": "vue-cli-service test:unit --watch --timeout 100000 --require source-map-support/register --colors components/**/*.test.js recipes/**/*.test.js"
25
25
  },
26
26
  "files": [
27
27
  "dist/*.js"
@@ -31,68 +31,60 @@
31
31
  "tippy.js": "^6.3.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@commitlint/cli": "^15.0.0",
35
- "@commitlint/config-conventional": "^15.0.0",
34
+ "@commitlint/cli": "^16.2.4",
35
+ "@commitlint/config-conventional": "^16.2.4",
36
36
  "@dialpad/dialtone": "^6.27.0",
37
37
  "@semantic-release/changelog": "^6.0.1",
38
38
  "@semantic-release/git": "^10.0.1",
39
- "@vue/cli-plugin-babel": "~4.5.15",
40
- "@vue/cli-plugin-eslint": "^5.0.0-rc.1",
41
- "@vue/cli-plugin-unit-mocha": "~4.5.15",
42
- "@vue/cli-service": "~4.5.15",
43
- "@vue/compiler-sfc": "^3.1.0",
44
- "@vue/test-utils": "^2.0.0-rc.12",
39
+ "@vue/cli-plugin-babel": "~5.0.4",
40
+ "@vue/cli-plugin-eslint": "~5.0.4",
41
+ "@vue/cli-plugin-unit-mocha": "~5.0.4",
42
+ "@vue/cli-service": "~5.0.4",
43
+ "@vue/test-utils": "^2.0.0",
45
44
  "axe-core": "^4.4.1",
46
45
  "babel-eslint": "^10.1.0",
47
46
  "babel-plugin-dynamic-import-node": "^2.2.0",
48
47
  "chai": "^4.2.0",
49
- "chai-as-promised": "^7.1.1",
50
- "core-js": "^3.6.5",
51
- "eslint": "^7.11.0",
52
- "eslint-config-semistandard": "^15.0.1",
53
- "eslint-config-standard": "^14.1.1",
54
- "eslint-plugin-import": "^2.22.1",
55
- "eslint-plugin-mocha": "^8.0.0",
56
48
  "emoji-toolkit": "^6.6.0",
49
+ "eslint": "^8.14.0",
50
+ "eslint-config-semistandard": "^16.0.0",
51
+ "eslint-config-standard": "^17.0.0",
52
+ "eslint-plugin-import": "^2.22.1",
53
+ "eslint-plugin-mocha": "^10.0.4",
57
54
  "eslint-plugin-node": "^11.1.0",
58
- "eslint-plugin-promise": "^4.2.1",
59
- "eslint-plugin-standard": "^4.0.1",
60
- "eslint-plugin-vue": "^7.9.0",
61
- "eslint-plugin-vuejs-accessibility": "^0.6.0",
62
- "esplint": "^0.9.1",
63
- "jsdom": "14.1.0",
64
- "jsdom-global": "3.0.2",
65
- "less": "3.9.0",
66
- "less-loader": "^6.2.0",
67
- "lint-staged": "^11.1.2",
55
+ "eslint-plugin-promise": "^6.0.0",
56
+ "eslint-plugin-standard": "^5.0.0",
57
+ "eslint-plugin-vue": "^8.7.1",
58
+ "eslint-plugin-vuejs-accessibility": "^1.1.1",
59
+ "less": "^4.1.2",
60
+ "less-loader": "^7.3.0",
61
+ "lint-staged": "^12.4.1",
68
62
  "macos-release": "^3.0.1",
69
- "markdownlint": "^0.22.0",
70
- "markdownlint-cli": "^0.26.0",
71
- "mocha": "^6.2.3",
72
- "mocha-loader": "^5.1.0",
63
+ "markdownlint": "^0.25.1",
64
+ "markdownlint-cli": "^0.31.1",
73
65
  "npm-run-all": "^4.1.3",
74
66
  "null-loader": "^4.0.0",
75
- "semantic-release": "^18.0.0",
76
- "sinon": "^7.3.1",
67
+ "semantic-release": "^19.0.2",
68
+ "sinon": "^13.0.2",
77
69
  "source-map-support": "^0.5.19",
78
- "vue": "^3.1.0",
79
- "yo": "^3.1.1"
70
+ "vue": "^3.2.33",
71
+ "yo": "^4.3.0"
80
72
  },
81
73
  "peerDependencies": {
82
74
  "@dialpad/dialtone": ">=6.27",
83
- "vue": "^3.1.0",
75
+ "vue": "^3.2.33",
84
76
  "yo": "^4.3.0"
85
77
  },
78
+ "engineStrict": true,
79
+ "engines": {
80
+ "node": ">= 16"
81
+ },
86
82
  "gitHooks": {
87
83
  "pre-commit": "lint-staged",
88
84
  "commit-msg": "./scripts/commit-msg"
89
85
  },
90
- "engineStrict": true,
91
- "engines": {
92
- "node": ">= 14.17"
93
- },
94
86
  "repository": "git@github.com:dialpad/dialtone-vue.git",
95
87
  "volta": {
96
- "node": "14.18.1"
88
+ "node": "16"
97
89
  }
98
90
  }