levannta-ui 1.0.49-react18 → 1.0.50

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": "levannta-ui",
3
- "version": "1.0.49-react18",
4
- "description": "Una biblioteca de componentes UI moderna construida con React 18 y CSS - Configuración Storybook",
3
+ "version": "1.0.50",
4
+ "description": "Una biblioteca de componentes UI moderna construida con React 19 y CSS",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "types": "dist/index.d.ts",
@@ -17,15 +17,16 @@
17
17
  "test": "jest",
18
18
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
19
19
  "preview": "vite preview",
20
- "storybook": "STORYBOOK_CONFIG_DIR=.storybook-react18 storybook dev -p 6006 -c .storybook-react18",
21
- "build-storybook": "STORYBOOK_CONFIG_DIR=.storybook-react18 storybook build -c .storybook-react18 -o storybook-static-react18",
22
- "publish:react18": "npm publish --tag react18"
20
+ "storybook": "storybook dev -p 6006",
21
+ "build-storybook": "storybook build",
22
+ "publish:react19": "npm publish --tag react19"
23
23
  },
24
24
  "dependencies": {
25
25
  "class-variance-authority": "^0.7.0",
26
26
  "clsx": "^2.0.0",
27
- "react": "^18.2.0",
28
- "react-dom": "^18.2.0",
27
+ "react": "^19.1.1",
28
+ "react-dom": "^19.1.1",
29
+ "react-router-dom": "^6.28.0",
29
30
  "tailwind-merge": "^2.0.0"
30
31
  },
31
32
  "devDependencies": {
@@ -36,8 +37,8 @@
36
37
  "@storybook/react": "^8.6.14",
37
38
  "@storybook/react-vite": "^8.6.14",
38
39
  "@storybook/test": "^8.6.14",
39
- "@types/react": "^18.2.79",
40
- "@types/react-dom": "^18.2.25",
40
+ "@types/react": "^18.3.23",
41
+ "@types/react-dom": "^18.3.7",
41
42
  "@typescript-eslint/eslint-plugin": "^6.0.0",
42
43
  "@typescript-eslint/parser": "^6.0.0",
43
44
  "@vitejs/plugin-react": "^4.3.4",
@@ -52,17 +53,16 @@
52
53
  "vite-plugin-dts": "^3.9.1"
53
54
  },
54
55
  "peerDependencies": {
55
- "react": "^18.2.0",
56
- "react-dom": "^18.2.0"
56
+ "react": "^19.1.1",
57
+ "react-dom": "^19.1.1"
57
58
  },
58
59
  "keywords": [
59
60
  "react",
60
- "react18",
61
+ "react19",
61
62
  "ui",
62
63
  "components",
63
64
  "design-system",
64
- "levannta",
65
- "storybook"
65
+ "levannta"
66
66
  ],
67
67
  "author": "Levannta",
68
68
  "license": "MIT",
@@ -76,6 +76,6 @@
76
76
  "homepage": "https://github.com/levannta/levannta-ui#readme",
77
77
  "publishConfig": {
78
78
  "access": "public",
79
- "tag": "react18"
79
+ "tag": "react19"
80
80
  }
81
81
  }