@mehdad67/apitogo 0.1.24 → 0.1.25
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/cli/cli.js +1 -1
- package/package.json +13 -13
package/dist/cli/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mehdad67/apitogo",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.25",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"**/*.css",
|
|
@@ -122,8 +122,8 @@
|
|
|
122
122
|
"@tailwindcss/vite": "4.2.1",
|
|
123
123
|
"@tanem/react-nprogress": "6.0.2",
|
|
124
124
|
"@tanstack/react-query": "5.90.21",
|
|
125
|
-
"@types/react": "
|
|
126
|
-
"@types/react-dom": "
|
|
125
|
+
"@types/react": "19.2.14",
|
|
126
|
+
"@types/react-dom": "19.2.3",
|
|
127
127
|
"@vitejs/plugin-react": "5.1.4",
|
|
128
128
|
"@x0k/json-schema-merge": "1.0.2",
|
|
129
129
|
"@mehdad67/httpsnippet": "10.0.9",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"posthog-node": "5.26.0",
|
|
170
170
|
"react-error-boundary": "6.1.1",
|
|
171
171
|
"react-hook-form": "7.71.2",
|
|
172
|
-
"react-is": "
|
|
172
|
+
"react-is": "19.2.4",
|
|
173
173
|
"react-markdown": "10.1.0",
|
|
174
174
|
"react-router": "7.13.0",
|
|
175
175
|
"rehype-mdx-import-media": "1.2.0",
|
|
@@ -204,26 +204,26 @@
|
|
|
204
204
|
"@clerk/clerk-js": "^5.125.3",
|
|
205
205
|
"@graphql-codegen/cli": "6.1.2",
|
|
206
206
|
"@inkeep/cxkit-types": "0.5.116",
|
|
207
|
-
"@testing-library/dom": "
|
|
208
|
-
"@testing-library/jest-dom": "
|
|
209
|
-
"@testing-library/react": "
|
|
210
|
-
"@testing-library/user-event": "
|
|
207
|
+
"@testing-library/dom": "10.4.1",
|
|
208
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
209
|
+
"@testing-library/react": "16.3.2",
|
|
210
|
+
"@testing-library/user-event": "14.6.1",
|
|
211
211
|
"@types/estree": "1.0.8",
|
|
212
212
|
"@types/glob-parent": "5.1.3",
|
|
213
213
|
"@types/hast": "3.0.4",
|
|
214
214
|
"@types/json-schema": "7.0.15",
|
|
215
215
|
"@types/mdast": "4.0.4",
|
|
216
216
|
"@types/mdx": "2.0.13",
|
|
217
|
-
"@types/node": "
|
|
218
|
-
"@types/react-is": "
|
|
217
|
+
"@types/node": "22.19.1",
|
|
218
|
+
"@types/react-is": "19.2.0",
|
|
219
219
|
"@types/semver": "7.7.1",
|
|
220
220
|
"@types/unist": "3.0.3",
|
|
221
221
|
"@types/yargs": "17.0.35",
|
|
222
222
|
"@vitest/coverage-v8": "4.0.18",
|
|
223
|
-
"happy-dom": "
|
|
223
|
+
"happy-dom": "20.8.3",
|
|
224
224
|
"oxc-parser": "^0.119.0",
|
|
225
|
-
"react": "
|
|
226
|
-
"react-dom": "
|
|
225
|
+
"react": "19.2.4",
|
|
226
|
+
"react-dom": "19.2.4",
|
|
227
227
|
"tsx": "4.21.0",
|
|
228
228
|
"typescript": "5.9.3"
|
|
229
229
|
},
|