@tabres/react 1.0.47 → 1.0.49

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.
@@ -14,3 +14,4 @@ export declare const SUPPORTED_COUNTRIES: {
14
14
  export declare const DOMAIN = "tabres.com";
15
15
  export declare const DEFAULT_HOSTNAME = "tabres.com";
16
16
  export declare const IMAGE_BASE_URL = "https://images.tabres.com";
17
+ export declare const VIDEO_BASE_URL = "https://videos.tabres.com";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabres/react",
3
- "version": "1.0.47",
3
+ "version": "1.0.49",
4
4
  "description": "React Library by tabres.com",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -60,7 +60,7 @@
60
60
  "homepage": "https://tabres.com",
61
61
  "peerDependencies": {
62
62
  "@sorocraft/js-utils": ">=1.0.61",
63
- "@sorocraft/ui": ">=1.2.151",
63
+ "@sorocraft/ui": ">=1.2.154",
64
64
  "react": ">=19.2.3",
65
65
  "react-dom": ">=19.2.3"
66
66
  },
@@ -74,14 +74,14 @@
74
74
  "@testing-library/react": "^16.3.2",
75
75
  "@types/google.maps": "^3.65.2",
76
76
  "@types/jest": "^30.0.0",
77
- "@types/node": "^26.1.0",
77
+ "@types/node": "^26.1.1",
78
78
  "@types/react": "^19.2.17",
79
79
  "@types/react-dom": "^19.2.3",
80
- "autoprefixer": "^10.5.2",
81
- "eslint": "^10.6.0",
80
+ "autoprefixer": "^10.5.3",
81
+ "eslint": "^10.7.0",
82
82
  "eslint-plugin-react": "^7.37.5",
83
83
  "eslint-plugin-react-hooks": "^7.1.1",
84
- "eslint-plugin-unicorn": "^70.0.0",
84
+ "eslint-plugin-unicorn": "^72.0.0",
85
85
  "husky": "^9.1.7",
86
86
  "jest": "^30.4.2",
87
87
  "jest-environment-jsdom": "^30.4.1",
@@ -94,8 +94,8 @@
94
94
  "ts-node": "^10.9.2",
95
95
  "tslib": "^2.8.1",
96
96
  "typescript": "^6.0.3",
97
- "typescript-eslint": "^8.62.1",
98
- "vite": "^8.1.3"
97
+ "typescript-eslint": "^8.64.0",
98
+ "vite": "^8.1.4"
99
99
  },
100
100
  "overrides": {
101
101
  "@babel/core": "^7.29.7",