@codeandfunction/callaloo 2.4.2 → 2.6.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
@@ -17,34 +17,24 @@
17
17
  "ui components",
18
18
  "vuejs"
19
19
  ],
20
- "version": "2.4.2",
20
+ "version": "2.6.0",
21
21
  "license": "MIT",
22
22
  "type": "module",
23
23
  "scripts": {
24
- "build:lib": "yarn export:icons && vite build",
25
- "build:watch": "vite build --watch",
26
- "build:web": "yarn export:icons && yarn storybook build",
24
+ "build": "pnpm export:icons && vite build",
25
+ "build:storybook": "pnpm export:icons && pnpm storybook build",
27
26
  "coverage": "vitest run --coverage",
28
27
  "export:icons": "npx tsx export-icons.ts",
29
- "lint": "yarn lint:js && yarn lint:prettier",
28
+ "lint": "pnpm lint:js && pnpm lint:prettier",
30
29
  "lint:js": "eslint 'src/**/*.{ts,vue}'",
31
30
  "lint:js:fix": "eslint 'src/**/*.{ts,vue}' --fix",
32
31
  "lint:prettier": "prettier --check 'src/**/*.{ts,vue}'",
33
- "start": "yarn export:icons && storybook dev -p 4400 --no-open",
32
+ "publish": "pnpm semantic-release",
33
+ "start": "pnpm export:icons && storybook dev -p 4400 --no-open",
34
34
  "test": "vitest --run --passWithNoTests",
35
35
  "test:watch": "vitest",
36
36
  "test:ui": "vitest --ui --coverage",
37
- "test:storybook": "test-storybook --url http://127.0.0.1:4400",
38
- "prepare": "husky",
39
- "pre-commit": "lint-staged"
40
- },
41
- "lint-staged": {
42
- "src/**/*.vue": [
43
- "yarn test"
44
- ],
45
- "src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}": [
46
- "yarn test"
47
- ]
37
+ "test:storybook": "test-storybook --url http://127.0.0.1:4400"
48
38
  },
49
39
  "files": [
50
40
  "dist"
@@ -63,8 +53,6 @@
63
53
  },
64
54
  "devDependencies": {
65
55
  "@chromatic-com/storybook": "^3.2.4",
66
- "@eslint/eslintrc": "^3.2.0",
67
- "@eslint/js": "^9.18.0",
68
56
  "@floating-ui/vue": "^1.1.6",
69
57
  "@iconify-json/tabler": "^1.2.15",
70
58
  "@iconify/tools": "^4.1.1",
@@ -73,6 +61,7 @@
73
61
  "@semantic-release/git": "^10.0.1",
74
62
  "@semantic-release/gitlab": "^13.2.4",
75
63
  "@storybook/addon-a11y": "^8.5.1",
64
+ "@storybook/addon-actions": "^8.5.2",
76
65
  "@storybook/addon-essentials": "^8.5.1",
77
66
  "@storybook/addon-interactions": "^8.5.1",
78
67
  "@storybook/cli": "^8.5.1",
@@ -84,8 +73,6 @@
84
73
  "@types/lodash-es": "^4.17.12",
85
74
  "@types/node": "22.10.10",
86
75
  "@types/stylis": "^4.2.7",
87
- "@typescript-eslint/eslint-plugin": "8.21.0",
88
- "@typescript-eslint/parser": "8.21.0",
89
76
  "@vitejs/plugin-vue": "^5.2.1",
90
77
  "@vitejs/plugin-vue-jsx": "^4.1.1",
91
78
  "@vitest/browser": "3.0.4",
@@ -97,23 +84,15 @@
97
84
  "@vue/tsconfig": "^0.7.0",
98
85
  "@wdns/vue-code-block": "^2.3.5",
99
86
  "conventional-changelog-conventionalcommits": "^8.0.0",
100
- "eslint": "9.18.0",
101
- "eslint-config-prettier": "10.0.1",
102
87
  "eslint-plugin-vue": "^9.32.0",
103
- "glob": "^11.0.1",
104
- "globals": "^15.14.0",
105
- "husky": "^9.1.7",
106
88
  "jsdom": "^26.0.0",
107
- "lint-staged": "^15.4.2",
108
89
  "lodash-es": "^4.17.21",
109
90
  "murmurhash": "^2.0.1",
110
91
  "playwright": "^1.50.0",
111
- "prettier": "^3.4.2",
112
92
  "sass": "^1.83.4",
113
93
  "semantic-release": "^24.2.1",
114
94
  "storybook": "^8.5.1",
115
95
  "stylis": "^4.3.5",
116
- "typescript": "^5.7.3",
117
96
  "unplugin-auto-import": "^19.0.0",
118
97
  "vite": "6.0.11",
119
98
  "vite-plugin-dts": "^4.5.0",
@@ -126,7 +105,7 @@
126
105
  "peerDependencies": {
127
106
  "vue": "^3.5.10"
128
107
  },
129
- "packageManager": "yarn@4.5.0",
108
+ "packageManager": "pnpm@10.1.0+sha256.3ee53e914011ec7f1a6e3ab0c58b9a024a052bfe18295b23b68567d6a6a5ebcd",
130
109
  "sideEffects": [
131
110
  "dist/*",
132
111
  "*.css"