design-system-silkhaus 1.1.0-beta.weekly-cleaning.1 → 1.1.0-beta.weekly-cleaning.3

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.weekly-cleaning.1",
4
+ "version": "1.1.0-beta.weekly-cleaning.3",
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,67 +39,81 @@
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",
83
- "storybook": "^7.6.10",
84
- "tailwind-merge": "^2.2.1",
85
- "tailwindcss": "^3.4.1",
86
- "typescript": "^5.3.3",
87
- "vite": "^5.0.12",
88
- "vite-plugin-dts": "^3.7.2",
89
- "vitest": "^1.2.2"
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",
91
+ "storybook": "^8.2.6",
92
+ "tailwind-merge": "^2.4.0",
93
+ "tailwindcss": "^3.4.7",
94
+ "typescript": "^5.5.4",
95
+ "vite": "^5.3.5",
96
+ "vite-plugin-dts": "^3.9.1",
97
+ "vitest": "^2.0.4"
90
98
  },
91
99
  "peerDependencies": {
92
100
  "react": "^18.2.0",
93
101
  "react-dom": "^18.2.0"
94
102
  },
95
103
  "dependencies": {
96
- "@floating-ui/react": "^0.26.16",
97
- "@radix-ui/react-slot": "^1.0.2",
104
+ "@floating-ui/react": "^0.26.20",
98
105
  "class-variance-authority": "^0.7.0",
106
+ "moment": "^2.30.1",
99
107
  "react-dates": "^21.8.0",
108
+ "react-jss": "^10.10.0",
100
109
  "react-slick": "^0.30.2",
101
- "slick-carousel": "^1.8.1",
102
- "moment": "^2.30.1",
103
- "react-jss": "^10.10.0"
110
+ "slick-carousel": "^1.8.1"
111
+ },
112
+ "lint-staged": {
113
+ "*": [
114
+ "eslint --fix",
115
+ "prettier --write --ignore-unknown"
116
+ ],
117
+ "*.{ts,tsx}": "vitest related --run"
104
118
  }
105
119
  }