design-system-silkhaus 1.1.0-beta.slider-input.3 → 1.1.0-beta.slider-input.4

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,7 +1,7 @@
1
1
  {
2
2
  "name": "design-system-silkhaus",
3
3
  "private": false,
4
- "version": "1.1.0-beta.slider-input.3",
4
+ "version": "1.1.0-beta.slider-input.4",
5
5
  "description": "A template for creating React component libraries with Vite, Tailwind, and Storybook.",
6
6
  "author": "meet-codevyasa",
7
7
  "license": "MIT",
@@ -39,63 +39,70 @@
39
39
  "test:coverage": "vitest run --coverage",
40
40
  "build-storybook": "storybook build",
41
41
  "build:lib": "tsc && vite build",
42
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
43
- "format": "prettier . --write --ignore-unknown",
44
- "prepare": "husky install"
42
+ "lint": "eslint .",
43
+ "format:fix": "prettier . --write --ignore-unknown",
44
+ "format:check": "prettier . --check --ignore-unknown",
45
+ "prepare": "husky",
46
+ "knip": "knip"
45
47
  },
46
48
  "devDependencies": {
47
- "@storybook/addon-actions": "^7.6.10",
48
- "@storybook/addon-essentials": "^7.6.10",
49
- "@storybook/addon-viewport": "^7.6.10",
50
- "@storybook/blocks": "^7.6.10",
51
- "@storybook/builder-vite": "^7.6.10",
52
- "@storybook/react": "^7.6.10",
53
- "@storybook/react-vite": "^7.6.10",
54
- "@testing-library/jest-dom": "^6.3.0",
55
- "@testing-library/react": "^14.1.2",
49
+ "@eslint/compat": "^1.1.1",
50
+ "@eslint/eslintrc": "^3.1.0",
51
+ "@eslint/js": "^9.7.0",
52
+ "@storybook/addon-actions": "^8.2.6",
53
+ "@storybook/addon-essentials": "^8.2.6",
54
+ "@storybook/addon-viewport": "^8.2.6",
55
+ "@storybook/blocks": "^8.2.6",
56
+ "@storybook/builder-vite": "^8.2.6",
57
+ "@storybook/react": "^8.2.6",
58
+ "@storybook/react-vite": "^8.2.6",
59
+ "@testing-library/jest-dom": "^6.4.8",
60
+ "@testing-library/react": "^16.0.0",
56
61
  "@testing-library/user-event": "^14.5.2",
57
- "@types/node": "^20.11.10",
58
- "@types/react": "^18.2.51",
62
+ "@trivago/prettier-plugin-sort-imports": "^4.3.0",
63
+ "@types/node": "^20.14.12",
64
+ "@types/react": "^18.3.3",
59
65
  "@types/react-dates": "^21.8.6",
60
- "@types/react-dom": "^18.2.18",
66
+ "@types/react-dom": "^18.3.0",
61
67
  "@types/react-slick": "^0.23.13",
62
- "@types/react-with-styles": "^4.0.12",
63
- "@typescript-eslint/eslint-plugin": "^6.19.1",
64
- "@typescript-eslint/parser": "^6.19.1",
65
- "@vitejs/plugin-react-swc": "^3.5.0",
66
- "@vitest/coverage-v8": "^1.2.2",
67
- "@vitest/ui": "^1.2.2",
68
- "autoprefixer": "^10.4.17",
69
- "clsx": "^2.1.0",
70
- "eslint": "^8.56.0",
68
+ "@typescript-eslint/eslint-plugin": "^7.17.0",
69
+ "@typescript-eslint/parser": "^7.17.0",
70
+ "@vitejs/plugin-react-swc": "^3.7.0",
71
+ "@vitest/coverage-v8": "^2.0.4",
72
+ "@vitest/ui": "^2.0.4",
73
+ "autoprefixer": "^10.4.19",
74
+ "clsx": "^2.1.1",
75
+ "eslint": "^9.7.0",
71
76
  "eslint-config-prettier": "^9.1.0",
72
- "eslint-plugin-jest-dom": "^5.1.0",
73
- "eslint-plugin-react": "^7.33.2",
74
- "eslint-plugin-react-hooks": "^4.6.0",
75
- "eslint-plugin-react-refresh": "^0.4.5",
76
- "eslint-plugin-storybook": "^0.6.15",
77
- "husky": "^9.0.6",
78
- "jsdom": "^24.0.0",
79
- "postcss": "^8.4.33",
80
- "prettier": "^3.2.4",
81
- "react": "^18.2.0",
82
- "react-dom": "^18.2.0",
77
+ "eslint-plugin-jest-dom": "^5.4.0",
78
+ "eslint-plugin-react": "^7.35.0",
79
+ "eslint-plugin-react-hooks": "^4.6.2",
80
+ "eslint-plugin-storybook": "^0.8.0",
81
+ "globals": "^15.8.0",
82
+ "husky": "^9.1.2",
83
+ "jsdom": "^24.1.1",
84
+ "knip": "^5.27.0",
85
+ "lint-staged": "^15.2.7",
86
+ "postcss": "^8.4.40",
87
+ "prettier": "^3.3.3",
88
+ "prettier-plugin-tailwindcss": "^0.6.5",
89
+ "react": "^18.3.1",
90
+ "react-dom": "^18.3.1",
83
91
  "sass": "^1.77.6",
84
- "storybook": "^7.6.10",
85
- "tailwind-merge": "^2.2.1",
86
- "tailwindcss": "^3.4.1",
87
- "typescript": "^5.3.3",
88
- "vite": "^5.0.12",
89
- "vite-plugin-dts": "^3.7.2",
90
- "vitest": "^1.2.2"
92
+ "storybook": "^8.2.6",
93
+ "tailwind-merge": "^2.4.0",
94
+ "tailwindcss": "^3.4.7",
95
+ "typescript": "^5.5.4",
96
+ "vite": "^5.3.5",
97
+ "vite-plugin-dts": "^3.9.1",
98
+ "vitest": "^2.0.4"
91
99
  },
92
100
  "peerDependencies": {
93
101
  "react": "^18.2.0",
94
102
  "react-dom": "^18.2.0"
95
103
  },
96
104
  "dependencies": {
97
- "@floating-ui/react": "^0.26.16",
98
- "@radix-ui/react-slot": "^1.0.2",
105
+ "@floating-ui/react": "^0.26.20",
99
106
  "class-variance-authority": "^0.7.0",
100
107
  "moment": "^2.30.1",
101
108
  "react-dates": "^21.8.0",
@@ -103,5 +110,12 @@
103
110
  "react-slick": "^0.30.2",
104
111
  "rsuite": "^5.65.1",
105
112
  "slick-carousel": "^1.8.1"
113
+ },
114
+ "lint-staged": {
115
+ "*": [
116
+ "eslint --fix",
117
+ "prettier --write --ignore-unknown"
118
+ ],
119
+ "*.{ts,tsx}": "vitest related --run"
106
120
  }
107
121
  }