@skel-ui/react 1.0.0 → 1.1.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@skel-ui/react",
3
3
  "author": "https://github.com/sudoaugustin",
4
- "version": "1.0.0",
4
+ "version": "1.1.0",
5
5
  "license": "MIT",
6
- "description": "Lightweight and powerful skeleton loading library for React.",
6
+ "description": "Lightweight and powerful skeleton library for React.",
7
7
  "files": [
8
8
  "dist"
9
9
  ],
@@ -74,13 +74,13 @@
74
74
  "storybook": "^8.3.4",
75
75
  "tailwindcss": "^3.4.13",
76
76
  "typescript": "^5.7.2",
77
+ "commons-tsconfig": "0.0.1",
77
78
  "@skel-ui/core": "1.0.0",
78
- "commons-utils": "0.0.1",
79
- "commons-tsconfig": "0.0.1"
79
+ "commons-utils": "0.0.1"
80
80
  },
81
81
  "peerDependencies": {
82
- "react": "^17.0 || ^18.0",
83
- "react-dom": "^17.0 || ^18.0"
82
+ "react": "^17.0 || ^18.0 || ^19.0",
83
+ "react-dom": "^17.0 || ^18.0 || ^19.0"
84
84
  },
85
85
  "scripts": {
86
86
  "dev": "storybook dev -p 6006 --no-open",