@volverjs/ui-vue 0.0.6 → 0.0.7-beta.1

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.6",
22
+ "version": "0.0.7-beta.1",
23
23
  "engines": {
24
24
  "node": ">= 16.x"
25
25
  },
@@ -41,13 +41,13 @@
41
41
  "@floating-ui/vue": "^1.0.0",
42
42
  "@iconify/tools": "^2.2.6",
43
43
  "@iconify/vue": "4.1.1",
44
- "@volverjs/style": "0.1.10",
44
+ "@volverjs/style": "0.1.11-beta.1",
45
45
  "@vueuse/core": "^10.1.2",
46
46
  "jsdom": "^22.0.0",
47
47
  "maska": "^2.1.9",
48
48
  "mitt": "^3.0.0",
49
49
  "nanoid": "^4.0.2",
50
- "vue": "^3.3.1"
50
+ "vue": "^3.3.2"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@babel/core": "^7.21.8",
@@ -57,37 +57,37 @@
57
57
  "@iconify/utils": "^2.1.5",
58
58
  "@mdx-js/react": "^2.3.0",
59
59
  "@rushstack/eslint-patch": "^1.2.0",
60
- "@storybook/addon-a11y": "7.0.10",
61
- "@storybook/addon-actions": "7.0.10",
62
- "@storybook/addon-docs": "7.0.10",
63
- "@storybook/addon-essentials": "7.0.10",
64
- "@storybook/addon-interactions": "7.0.10",
65
- "@storybook/addon-links": "7.0.10",
66
- "@storybook/channel-postmessage": "7.0.10",
67
- "@storybook/channel-websocket": "7.0.10",
68
- "@storybook/cli": "7.0.10",
69
- "@storybook/client-api": "7.0.10",
70
- "@storybook/client-logger": "7.0.10",
71
- "@storybook/core-common": "7.0.10",
60
+ "@storybook/addon-a11y": "7.0.11",
61
+ "@storybook/addon-actions": "7.0.11",
62
+ "@storybook/addon-docs": "7.0.11",
63
+ "@storybook/addon-essentials": "7.0.11",
64
+ "@storybook/addon-interactions": "7.0.11",
65
+ "@storybook/addon-links": "7.0.11",
66
+ "@storybook/channel-postmessage": "7.0.11",
67
+ "@storybook/channel-websocket": "7.0.11",
68
+ "@storybook/cli": "7.0.11",
69
+ "@storybook/client-api": "7.0.11",
70
+ "@storybook/client-logger": "7.0.11",
71
+ "@storybook/core-common": "7.0.11",
72
72
  "@storybook/jest": "^0.1.0",
73
- "@storybook/preview-api": "7.0.10",
74
- "@storybook/preview-web": "7.0.10",
73
+ "@storybook/preview-api": "7.0.11",
74
+ "@storybook/preview-web": "7.0.11",
75
75
  "@storybook/test-runner": "^0.10.0",
76
76
  "@storybook/testing-library": "^0.1.0",
77
- "@storybook/vue3": "7.0.10",
78
- "@storybook/vue3-vite": "7.0.10",
79
- "@tsconfig/node18": "^2.0.0",
77
+ "@storybook/vue3": "7.0.11",
78
+ "@storybook/vue3-vite": "7.0.11",
79
+ "@tsconfig/node18": "^2.0.1",
80
80
  "@types/jest-axe": "^3.5.5",
81
81
  "@types/jsdom": "^21.1.1",
82
- "@types/node": "20.1.2",
82
+ "@types/node": "20.1.3",
83
83
  "@types/react": "^18.2.6",
84
84
  "@types/yargs": "^17.0.24",
85
- "@vitejs/plugin-vue": "^4.2.2",
86
- "@vue/compiler-sfc": "^3.3.1",
85
+ "@vitejs/plugin-vue": "^4.2.3",
86
+ "@vue/compiler-sfc": "^3.3.2",
87
87
  "@vue/eslint-config-prettier": "^7.1.0",
88
88
  "@vue/eslint-config-typescript": "^11.0.3",
89
89
  "@vue/test-utils": "^2.3.2",
90
- "@vue/tsconfig": "^0.3.2",
90
+ "@vue/tsconfig": "^0.4.0",
91
91
  "change-case": "^4.1.2",
92
92
  "eslint": "^8.40.0",
93
93
  "eslint-config-prettier": "^8.8.0",
@@ -107,7 +107,7 @@
107
107
  "react-dom": "^18.2.0",
108
108
  "remark": "^14.0.2",
109
109
  "sass": "^1.62.1",
110
- "storybook": "7.0.10",
110
+ "storybook": "7.0.11",
111
111
  "storybook-addon-markdown-docs": "^1.0.5",
112
112
  "storybook-dark-mode": "^3.0.0",
113
113
  "storybook-version": "^0.1.1",
@@ -453,6 +453,7 @@
453
453
  "generate-tsd": "vue-tsc --declaration --emitDeclarationOnly",
454
454
  "test-local": "test-storybook --stories-json",
455
455
  "test-remote": "test-storybook --stories-json --url https://volverjs.github.io/ui-vue/",
456
+ "test-remote-env": "test-storybook --stories-json --url https://volver-ui-vue.vercel.app/ui-vue/",
456
457
  "credits": "npx @opengovsg/credits-generator"
457
458
  }
458
459
  }