@restaround/react 1.4.59 → 1.4.64
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/dist/components/PublicMenu/ProductDetails/ProductDetailsUI.d.ts +2 -1
- package/dist/components/PublicMenu/Videos/Video/Video.d.ts +2 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/models/modules/branch/hooks.d.ts +1 -2
- package/dist/models/modules/menu/models.d.ts +0 -1
- package/dist/models/modules/video/models.d.ts +1 -0
- package/dist/models/services/translation/locales/az/index.d.ts +1 -0
- package/dist/models/services/translation/locales/az/order.d.ts +1 -0
- package/dist/models/services/translation/locales/et/index.d.ts +1 -0
- package/dist/models/services/translation/locales/et/order.d.ts +1 -0
- package/dist/models/services/translation/locales/index.d.ts +5 -0
- package/dist/models/services/translation/locales/nl/index.d.ts +1 -0
- package/dist/models/services/translation/locales/nl/order.d.ts +1 -0
- package/dist/models/services/translation/locales/ru/index.d.ts +1 -0
- package/dist/models/services/translation/locales/ru/order.d.ts +1 -0
- package/dist/models/services/translation/locales/tr/index.d.ts +1 -0
- package/dist/models/services/translation/locales/tr/order.d.ts +1 -0
- package/dist/modules/branch/hooks.d.ts +1 -2
- package/dist/modules/menu/models.d.ts +0 -1
- package/dist/modules/video/hooks.d.ts +3 -0
- package/dist/modules/video/models.d.ts +1 -0
- package/dist/services/translation/locales/az/index.d.ts +1 -0
- package/dist/services/translation/locales/az/order.d.ts +1 -0
- package/dist/services/translation/locales/et/index.d.ts +1 -0
- package/dist/services/translation/locales/et/order.d.ts +1 -0
- package/dist/services/translation/locales/index.d.ts +5 -0
- package/dist/services/translation/locales/nl/index.d.ts +1 -0
- package/dist/services/translation/locales/nl/order.d.ts +1 -0
- package/dist/services/translation/locales/ru/index.d.ts +1 -0
- package/dist/services/translation/locales/ru/order.d.ts +1 -0
- package/dist/services/translation/locales/tr/index.d.ts +1 -0
- package/dist/services/translation/locales/tr/order.d.ts +1 -0
- package/dist/styles/ui.css +1 -1
- package/dist/styles/ui.css.map +1 -1
- package/dist/utils/index.esm.js +1 -1
- package/dist/utils/index.esm.js.map +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/modules/menu/models.d.ts +0 -1
- package/dist/utils/modules/video/models.d.ts +1 -0
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@restaround/react",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.64",
|
|
4
4
|
"description": "React Library by restaround.co",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"homepage": "https://restaround.co",
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"@sorocraft/js-utils": ">=1.0.58",
|
|
63
|
-
"@sorocraft/ui": ">=1.2.
|
|
63
|
+
"@sorocraft/ui": ">=1.2.120",
|
|
64
64
|
"react": ">=19.2.3",
|
|
65
65
|
"react-dom": ">=19.2.3"
|
|
66
66
|
},
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
"@rollup/plugin-terser": "^0.4.4",
|
|
71
71
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
72
72
|
"@testing-library/jest-dom": "^6.9.1",
|
|
73
|
-
"@testing-library/react": "^16.3.
|
|
73
|
+
"@testing-library/react": "^16.3.1",
|
|
74
74
|
"@types/google.maps": "^3.58.1",
|
|
75
75
|
"@types/jest": "^30.0.0",
|
|
76
76
|
"@types/react": "^19.2.7",
|
|
77
77
|
"@types/react-dom": "^19.2.3",
|
|
78
|
-
"autoprefixer": "^10.4.
|
|
78
|
+
"autoprefixer": "^10.4.23",
|
|
79
79
|
"eslint": "^9.39.2",
|
|
80
80
|
"eslint-plugin-react": "^7.37.5",
|
|
81
81
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
"rollup-plugin-copy": "^3.5.0",
|
|
88
88
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
89
89
|
"rollup-plugin-postcss": "^4.0.2",
|
|
90
|
-
"sass": "^1.
|
|
90
|
+
"sass": "^1.97.0",
|
|
91
91
|
"ts-jest": "^29.4.6",
|
|
92
92
|
"ts-node": "^10.9.2",
|
|
93
93
|
"tslib": "^2.8.1",
|
|
94
94
|
"typescript": "^5.9.3",
|
|
95
|
-
"typescript-eslint": "^8.
|
|
95
|
+
"typescript-eslint": "^8.50.0"
|
|
96
96
|
}
|
|
97
97
|
}
|