@restaround/react 1.3.1 → 1.3.4
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/constants/index.d.ts +1 -0
- 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/index.esm.js +1 -1
- package/dist/models/index.esm.js.map +1 -1
- package/dist/models/index.js +1 -1
- package/dist/models/index.js.map +1 -1
- package/dist/models/menu.d.ts +3 -0
- package/dist/models/models/menu.d.ts +3 -0
- package/dist/models/modules/order/models.d.ts +1 -1
- package/dist/modules/feature/constants.d.ts +4 -0
- package/dist/modules/feature/hooks.d.ts +1 -1
- package/dist/modules/order/constants.d.ts +2 -1
- package/dist/modules/order/hooks.d.ts +1 -0
- package/dist/modules/order/models.d.ts +1 -1
- package/dist/modules/order/services.d.ts +1 -1
- package/dist/services/translation/locales/az/customer.d.ts +1 -0
- package/dist/services/translation/locales/az/error.d.ts +2 -0
- package/dist/services/translation/locales/az/index.d.ts +6 -0
- package/dist/services/translation/locales/az/order.d.ts +1 -0
- package/dist/services/translation/locales/az/pricing.d.ts +2 -0
- package/dist/services/translation/locales/en/error.d.ts +2 -0
- package/dist/services/translation/locales/en/index.d.ts +2 -0
- package/dist/services/translation/locales/et/error.d.ts +2 -0
- package/dist/services/translation/locales/et/index.d.ts +3 -0
- package/dist/services/translation/locales/et/order.d.ts +1 -0
- package/dist/services/translation/locales/index.d.ts +22 -0
- package/dist/services/translation/locales/nl/error.d.ts +2 -0
- package/dist/services/translation/locales/nl/index.d.ts +3 -0
- package/dist/services/translation/locales/nl/order.d.ts +1 -0
- package/dist/services/translation/locales/ru/customer.d.ts +1 -0
- package/dist/services/translation/locales/ru/error.d.ts +2 -0
- package/dist/services/translation/locales/ru/index.d.ts +4 -0
- package/dist/services/translation/locales/ru/order.d.ts +1 -0
- package/dist/services/translation/locales/tr/customer.d.ts +1 -0
- package/dist/services/translation/locales/tr/error.d.ts +2 -0
- package/dist/services/translation/locales/tr/index.d.ts +4 -0
- package/dist/services/translation/locales/tr/order.d.ts +1 -0
- package/dist/store/order.d.ts +3 -0
- package/dist/utils/models/menu.d.ts +3 -0
- package/dist/utils/modules/order/models.d.ts +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@restaround/react",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "React Library by restaround.co",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"homepage": "https://restaround.co",
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@sorocraft/js-utils": ">=1.0.36",
|
|
53
|
-
"@sorocraft/ui": ">=1.2.
|
|
53
|
+
"@sorocraft/ui": ">=1.2.2",
|
|
54
54
|
"react": ">=19.0.0",
|
|
55
55
|
"react-dom": ">=19.0.0"
|
|
56
56
|
},
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
62
62
|
"@types/jest": "^29.5.14",
|
|
63
63
|
"@types/react": "^19.1.2",
|
|
64
|
-
"@types/react-dom": "^19.1.
|
|
64
|
+
"@types/react-dom": "^19.1.3",
|
|
65
65
|
"autoprefixer": "^10.4.21",
|
|
66
|
-
"eslint": "^9.
|
|
66
|
+
"eslint": "^9.26.0",
|
|
67
67
|
"eslint-plugin-react": "^7.37.5",
|
|
68
68
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
69
|
-
"eslint-plugin-unicorn": "^
|
|
69
|
+
"eslint-plugin-unicorn": "^59.0.0",
|
|
70
70
|
"jest": "^29.7.0",
|
|
71
71
|
"jest-environment-jsdom": "^29.7.0",
|
|
72
72
|
"rimraf": "^6.0.1",
|
|
@@ -78,6 +78,6 @@
|
|
|
78
78
|
"ts-node": "^10.9.2",
|
|
79
79
|
"tslib": "^2.8.1",
|
|
80
80
|
"typescript": "^5.8.3",
|
|
81
|
-
"typescript-eslint": "^8.31.
|
|
81
|
+
"typescript-eslint": "^8.31.1"
|
|
82
82
|
}
|
|
83
83
|
}
|