@assemblyvoting/ui-library 3.4.6 → 3.4.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assemblyvoting/ui-library",
3
- "version": "3.4.6",
3
+ "version": "3.4.8",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -26,7 +26,7 @@
26
26
  "test": "vitest --environment jsdom --root src/",
27
27
  "build-only": "vite build",
28
28
  "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json",
29
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
29
+ "lint": "eslint . --fix",
30
30
  "storybook": "storybook dev -p 6006",
31
31
  "build-storybook": "NODE_OPTIONS=--max_old_space_size=8096 storybook build",
32
32
  "prepare": "husky install",
@@ -47,42 +47,43 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@babel/core": "^7.21.0",
50
- "@chromatic-com/storybook": "^2.0.2",
50
+ "@chromatic-com/storybook": "^3.2.2",
51
51
  "@headlessui/vue": "^1.7.10",
52
52
  "@rushstack/eslint-patch": "^1.1.4",
53
- "@storybook/addon-actions": "^8.3.3",
54
- "@storybook/addon-essentials": "^8.3.3",
55
- "@storybook/addon-interactions": "^8.3.3",
56
- "@storybook/addon-links": "^8.3.3",
57
- "@storybook/manager-api": "^8.3.3",
58
- "@storybook/preview-api": "^8.3.3",
59
- "@storybook/test": "^8.3.3",
60
- "@storybook/vue3": "^8.3.3",
61
- "@storybook/vue3-vite": "^8.3.3",
53
+ "@storybook/addon-actions": "^8.4.5",
54
+ "@storybook/addon-essentials": "^8.4.5",
55
+ "@storybook/addon-interactions": "^8.4.5",
56
+ "@storybook/addon-links": "^8.4.5",
57
+ "@storybook/manager-api": "^8.4.5",
58
+ "@storybook/preview-api": "^8.4.5",
59
+ "@storybook/test": "^8.4.5",
60
+ "@storybook/vue3": "^8.4.5",
61
+ "@storybook/vue3-vite": "^8.4.5",
62
62
  "@types/jsdom": "^20.0.1",
63
63
  "@types/node": "^18.11.12",
64
64
  "@vitejs/plugin-vue": "^5.1.4",
65
+ "@vitest/eslint-plugin": "^1.1.10",
65
66
  "@vue/compiler-dom": "^3.5.9",
66
- "@vue/eslint-config-prettier": "^7.0.0",
67
- "@vue/eslint-config-typescript": "^11.0.0",
67
+ "@vue/eslint-config-prettier": "^10.1.0",
68
+ "@vue/eslint-config-typescript": "^14.1.3",
68
69
  "@vue/test-utils": "^2.4.6",
69
70
  "@vue/tsconfig": "^0.5.1",
70
71
  "autoprefixer": "^10.4.13",
71
72
  "babel-loader": "^8.3.0",
72
- "eslint": "^8.22.0",
73
- "eslint-plugin-storybook": "^0.8.0",
73
+ "eslint": "^9.15.0",
74
+ "eslint-plugin-storybook": "^0.11.1",
74
75
  "eslint-plugin-vue": "^9.26.0",
75
76
  "git-format-staged": "^3.0.0",
76
77
  "husky": "^8.0.0",
77
78
  "jsdom": "^20.0.3",
78
- "lint-staged": "^13.2.0",
79
+ "lint-staged": "^15.2.10",
79
80
  "npm-run-all": "^4.1.5",
80
81
  "postcss": "^8.4.31",
81
82
  "postcss-import": "^15.1.0",
82
83
  "postcss-nesting": "^11.2.1",
83
84
  "prettier": "^2.7.1",
84
85
  "rollup-plugin-typescript2": "^0.36.0",
85
- "storybook": "^8.3.3",
86
+ "storybook": "^8.4.5",
86
87
  "storybook-addon-rtl": "^1.0.1",
87
88
  "tailwindcss": "^3.2.7",
88
89
  "typescript": "^5.6.2",