@volverjs/ui-vue 0.0.5-beta.4 → 0.0.5-beta.7

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
@@ -19,7 +19,7 @@
19
19
  "bugs": {
20
20
  "url": "https://github.com/volverjs/ui-vue/issues"
21
21
  },
22
- "version": "0.0.5-beta.4",
22
+ "version": "0.0.5-beta.7",
23
23
  "engines": {
24
24
  "node": ">= 16.x"
25
25
  },
@@ -41,7 +41,7 @@
41
41
  "@floating-ui/vue": "^0.2.1",
42
42
  "@iconify/tools": "^2.2.6",
43
43
  "@iconify/vue": "^4.1.0",
44
- "@volverjs/style": "0.1.9-beta.4",
44
+ "@volverjs/style": "0.1.9-beta.5",
45
45
  "@vueuse/core": "^9.13.0",
46
46
  "jsdom": "^21.1.1",
47
47
  "maska": "^2.1.7",
@@ -78,7 +78,7 @@
78
78
  "@storybook/vue3": "7.0.0-beta.40",
79
79
  "@storybook/vue3-vite": "7.0.0-beta.40",
80
80
  "@types/jest-axe": "^3.5.5",
81
- "@types/jsdom": "^21.1.0",
81
+ "@types/jsdom": "^21.1.1",
82
82
  "@types/node": "18.15.5",
83
83
  "@types/react": "^18.0.28",
84
84
  "@types/yargs": "^17.0.23",
@@ -94,9 +94,9 @@
94
94
  "eslint-mdx": "^2.0.5",
95
95
  "eslint-plugin-mdx": "^2.0.5",
96
96
  "eslint-plugin-storybook": "^0.6.11",
97
- "eslint-plugin-vue": "^9.9.0",
97
+ "eslint-plugin-vue": "^9.10.0",
98
98
  "glob": "^7.1.6",
99
- "jest-axe": "^7.0.0",
99
+ "jest-axe": "^7.0.1",
100
100
  "jest-diff": "^29.5.0",
101
101
  "jest-get-type": "^29.4.3",
102
102
  "jsdom": "^21.1.1",
@@ -114,7 +114,7 @@
114
114
  "terser": "^5.16.6",
115
115
  "ts-node": "^10.9.1",
116
116
  "typescript": "~4.9.5",
117
- "unplugin-auto-import": "^0.15.1",
117
+ "unplugin-auto-import": "^0.15.2",
118
118
  "unplugin-vue-components": "^0.24.1",
119
119
  "vite": "^4.2.1",
120
120
  "vite-plugin-eslint": "^1.8.1",
@@ -395,7 +395,8 @@
395
395
  "lint": "eslint . --ext .vue,.js,.ts,.mdx --fix",
396
396
  "generate-icons": "ts-node-esm ./scripts/icons.ts --srcPath=src/assets/icons",
397
397
  "generate-tsd": "vue-tsc --declaration --emitDeclarationOnly",
398
- "test": "test-storybook --stories-json",
398
+ "test-local": "test-storybook --stories-json",
399
+ "test-remote": "test-storybook --stories-json --url https://volverjs.github.io/ui-vue/",
399
400
  "credits": "npx @opengovsg/credits-generator"
400
401
  }
401
402
  }