@vincentgraul/react-components 1.0.74 → 1.0.75

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +8 -7
package/README.md CHANGED
@@ -25,6 +25,7 @@
25
25
  | DropZone | React component used to display a drop zone |
26
26
  | Card | React component used to display a card |
27
27
  | Checkbox | React component used to display a checkbox |
28
+ | List | React component used to display a list |
28
29
 
29
30
  ## License
30
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincentgraul/react-components",
3
- "version": "1.0.74",
3
+ "version": "1.0.75",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -39,20 +39,18 @@
39
39
  "ua-parser-js": "^2.0.8"
40
40
  },
41
41
  "devDependencies": {
42
- "@types/react": "^19.2.10",
43
- "@types/react-dom": "^19.2.3",
44
- "@types/ua-parser-js": "^0.7.39",
45
42
  "@eslint/eslintrc": "^3.3.3",
46
43
  "@eslint/js": "^9.39.2",
47
44
  "@storybook/react": "^10.2.3",
48
45
  "@storybook/react-vite": "^10.2.3",
49
46
  "@testing-library/react": "^16.3.2",
50
47
  "@types/jest": "^30.0.0",
48
+ "@types/react": "^19.2.10",
49
+ "@types/react-dom": "^19.2.3",
50
+ "@types/ua-parser-js": "^0.7.39",
51
51
  "@typescript-eslint/eslint-plugin": "^8.54.0",
52
52
  "@typescript-eslint/parser": "^8.54.0",
53
53
  "@vitejs/plugin-react": "^5.1.2",
54
- "react": "^19.2.4",
55
- "react-dom": "^19.2.4",
56
54
  "eslint": "^9.39.2",
57
55
  "eslint-config-prettier": "^10.1.8",
58
56
  "eslint-plugin-prettier": "^5.5.5",
@@ -60,11 +58,14 @@
60
58
  "jest": "^30.2.0",
61
59
  "jest-environment-jsdom": "^30.2.0",
62
60
  "prettier": "^3.8.1",
61
+ "react": "^19.2.4",
62
+ "react-dom": "^19.2.4",
63
63
  "storybook": "^10.2.3",
64
64
  "ts-jest": "^29.4.6",
65
65
  "typedoc": "^0.28.16",
66
66
  "typescript": "^5.9.3",
67
67
  "vite": "^7.3.1",
68
- "vite-plugin-dts": "^4.5.4"
68
+ "vite-plugin-dts": "^4.5.4",
69
+ "vite-plugin-svgr": "^4.5.0"
69
70
  }
70
71
  }