@venizia/ardor-admin 0.1.1-0 → 0.1.1-1
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 +29 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@venizia/ardor-admin",
|
|
3
|
-
"version": "0.1.1-
|
|
3
|
+
"version": "0.1.1-1",
|
|
4
4
|
"description": "ARDOR react-admin adapter - the REST data provider, auth provider and i18n provider wired through IGNIS inversion, the ArdorApplication root component, the translate and notify hooks, and the English and Vietnamese message bundles.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"admin",
|
|
@@ -75,16 +75,16 @@
|
|
|
75
75
|
"size": "size-limit"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@venizia/ardor-kernel": "^0.1.1-
|
|
79
|
-
"@venizia/ardor-react": "^0.1.1-
|
|
80
|
-
"lodash": "
|
|
81
|
-
"ra-i18n-polyglot": "
|
|
78
|
+
"@venizia/ardor-kernel": "^0.1.1-1",
|
|
79
|
+
"@venizia/ardor-react": "^0.1.1-1",
|
|
80
|
+
"lodash": "^4.18.1",
|
|
81
|
+
"ra-i18n-polyglot": "^5.15.0"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"@reduxjs/toolkit": ">=2.12.0",
|
|
85
85
|
"@tanstack/react-query": ">=5.101.2",
|
|
86
|
-
"@venizia/ignis-filter": "
|
|
87
|
-
"@venizia/ignis-inversion": "
|
|
86
|
+
"@venizia/ignis-filter": ">=0.2.0-7",
|
|
87
|
+
"@venizia/ignis-inversion": ">=0.2.0-7",
|
|
88
88
|
"ra-core": ">=5.15.0",
|
|
89
89
|
"react": ">=18.0",
|
|
90
90
|
"react-dom": ">=18.0",
|
|
@@ -92,30 +92,30 @@
|
|
|
92
92
|
"react-router-dom": ">=7.9.4"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
|
-
"@happy-dom/global-registrator": "
|
|
96
|
-
"@reduxjs/toolkit": "
|
|
97
|
-
"@size-limit/preset-small-lib": "
|
|
98
|
-
"@tanstack/react-query": "
|
|
99
|
-
"@testing-library/dom": "
|
|
100
|
-
"@testing-library/react": "
|
|
101
|
-
"@types/bun": "
|
|
102
|
-
"@types/lodash": "
|
|
103
|
-
"@types/react": "
|
|
104
|
-
"@types/react-dom": "
|
|
105
|
-
"@venizia/dev-configs": "
|
|
95
|
+
"@happy-dom/global-registrator": "^20.0.0",
|
|
96
|
+
"@reduxjs/toolkit": "^2.12.0",
|
|
97
|
+
"@size-limit/preset-small-lib": "^11.2.0",
|
|
98
|
+
"@tanstack/react-query": "^5.101.2",
|
|
99
|
+
"@testing-library/dom": "^10.4.1",
|
|
100
|
+
"@testing-library/react": "^16.3.0",
|
|
101
|
+
"@types/bun": "^1.3.8",
|
|
102
|
+
"@types/lodash": "^4.17.24",
|
|
103
|
+
"@types/react": "^19",
|
|
104
|
+
"@types/react-dom": "^19",
|
|
105
|
+
"@venizia/dev-configs": "^0.2.0-3",
|
|
106
106
|
"@venizia/ignis-filter": "^0.2.0-7",
|
|
107
107
|
"@venizia/ignis-inversion": "^0.2.0-7",
|
|
108
|
-
"eslint": "
|
|
109
|
-
"prettier": "
|
|
110
|
-
"ra-core": "
|
|
111
|
-
"react": "
|
|
112
|
-
"react-dom": "
|
|
113
|
-
"react-redux": "
|
|
114
|
-
"react-router-dom": "
|
|
115
|
-
"reflect-metadata": "
|
|
116
|
-
"size-limit": "
|
|
117
|
-
"tsc-alias": "
|
|
118
|
-
"typescript": "
|
|
108
|
+
"eslint": "^9.36.0",
|
|
109
|
+
"prettier": "^3.8.4",
|
|
110
|
+
"ra-core": "^5.15.0",
|
|
111
|
+
"react": "^19.2.7",
|
|
112
|
+
"react-dom": "^19.2.7",
|
|
113
|
+
"react-redux": "^9.3.0",
|
|
114
|
+
"react-router-dom": "^7.9.4",
|
|
115
|
+
"reflect-metadata": "^0.2.2",
|
|
116
|
+
"size-limit": "^11.2.0",
|
|
117
|
+
"tsc-alias": "^1.8.16",
|
|
118
|
+
"typescript": "^6.0.3"
|
|
119
119
|
},
|
|
120
120
|
"size-limit": [
|
|
121
121
|
{
|