@ryuzaki13/react-foundation-api 1.1.15 → 1.1.16
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 +8 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ryuzaki13/react-foundation-api",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.16",
|
|
4
4
|
"description": "Reusable React and TypeScript foundation API helpers and transport adapters.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Ryuzaki13",
|
|
@@ -87,16 +87,18 @@
|
|
|
87
87
|
"registry": "https://registry.npmjs.org/"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
|
-
"@ryuzaki13/react-foundation-lib": ">=
|
|
90
|
+
"@ryuzaki13/react-foundation-lib": ">=1.4.0 <2.0.0",
|
|
91
91
|
"@tanstack/react-query": ">=5.0.0 <6.0.0",
|
|
92
|
+
"@tanstack/react-table": ">=9.1.0 <10.0.0",
|
|
92
93
|
"fast-xml-parser": ">=5.0.0 <6.0.0",
|
|
93
94
|
"react": ">=19.0.0 <20.0.0"
|
|
94
95
|
},
|
|
95
96
|
"devDependencies": {
|
|
96
|
-
"@ryuzaki13/react-foundation-lib": "^1.
|
|
97
|
+
"@ryuzaki13/react-foundation-lib": "^1.4.0",
|
|
97
98
|
"@tanstack/query-broadcast-client-experimental": "^5.101.4",
|
|
98
99
|
"@tanstack/query-persist-client-core": "^5.101.4",
|
|
99
100
|
"@tanstack/react-query": "^5.101.4",
|
|
101
|
+
"@tanstack/react-table": "^9.1.0",
|
|
100
102
|
"@types/node": "^22.20.1",
|
|
101
103
|
"@types/react": "^19.2.18",
|
|
102
104
|
"@types/react-dom": "^19.2.4",
|
|
@@ -127,6 +129,9 @@
|
|
|
127
129
|
"@tanstack/react-query": {
|
|
128
130
|
"optional": true
|
|
129
131
|
},
|
|
132
|
+
"@tanstack/react-table": {
|
|
133
|
+
"optional": true
|
|
134
|
+
},
|
|
130
135
|
"fast-xml-parser": {
|
|
131
136
|
"optional": true
|
|
132
137
|
},
|