@scmlatam/web-ui 0.1.65 → 0.1.68

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": "@scmlatam/web-ui",
3
3
  "private": false,
4
- "version": "0.1.65",
4
+ "version": "0.1.68",
5
5
  "type": "module",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -25,9 +25,9 @@
25
25
  "build": "tsc -b && vite build",
26
26
  "lint": "eslint .",
27
27
  "preview": "vite preview",
28
- "patch-release": "npm run build && npm version patch && npm publish --tag latest",
29
- "minor-release": "npm run build && npm version minor && npm publish --tag latest",
30
- "major-release": "npm run build && npm version major && npm publish --tag latest"
28
+ "patch-release": "npm run build && npm login && npm version patch && npm publish --tag latest",
29
+ "minor-release": "npm run build && npm login && npm version minor && npm publish --tag latest",
30
+ "major-release": "npm run build && npm login && npm version major && npm publish --tag latest"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@emotion/react": "^11.14.0",
@@ -39,25 +39,24 @@
39
39
  "@mui/x-date-pickers-pro": "^8.22.0",
40
40
  "dayjs": "^1.11.19",
41
41
  "react-icons": "^5.5.0",
42
- "react-router": "^7.10.1"
43
- },
44
- "dependencies": {
45
- "@mui/x-tree-view": "^8.22.0",
46
- "notistack": "^3.0.2",
42
+ "react-router": "^7.11.0",
47
43
  "react": "^19.2.3",
48
44
  "react-dom": "^19.2.3",
45
+ "@mui/x-tree-view": "^8.22.0",
46
+ "notistack": "^3.0.2",
49
47
  "react-draggable": "^4.5.0"
50
48
  },
49
+ "dependencies": {},
51
50
  "devDependencies": {
52
51
  "@eslint/js": "^9.39.2",
53
- "@types/node": "^25.0.2",
52
+ "@types/node": "^25.0.3",
54
53
  "@types/react": "^19.2.7",
55
54
  "@types/react-dom": "^19.2.3",
56
55
  "@vitejs/plugin-react": "^5.1.2",
57
56
  "ajv": "^8.17.1",
58
57
  "eslint": "^9.39.2",
59
58
  "eslint-plugin-react-hooks": "^7.0.1",
60
- "eslint-plugin-react-refresh": "^0.4.25",
59
+ "eslint-plugin-react-refresh": "^0.4.26",
61
60
  "globals": "^16.5.0",
62
61
  "typescript": "~5.9.3",
63
62
  "typescript-eslint": "^8.50.0",