@constructive-io/graphql-react 2.14.21 → 2.14.22
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/README.md +0 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -54,7 +54,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
54
54
|
* [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
|
|
55
55
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
56
56
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
57
|
-
* [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
|
|
58
57
|
|
|
59
58
|
### 🚀 API & Dev Tools
|
|
60
59
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/graphql-react",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.22",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive GraphQL React",
|
|
6
6
|
"main": "index.js",
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@constructive-io/graphql-query": "^2.4.4",
|
|
31
31
|
"graphql-request": "^7.1.2",
|
|
32
|
-
"introspectron": "^2.14.
|
|
33
|
-
"react": "^19.
|
|
34
|
-
"react-dom": "^19.
|
|
32
|
+
"introspectron": "^2.14.22",
|
|
33
|
+
"react": "^19.2.3",
|
|
34
|
+
"react-dom": "^19.2.3",
|
|
35
35
|
"react-query": "^3.39.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@testing-library/jest-dom": "5.11.10",
|
|
39
39
|
"@testing-library/react": "11.2.5",
|
|
40
|
-
"@types/react": "^19.
|
|
40
|
+
"@types/react": "^19.2.7",
|
|
41
41
|
"makage": "^0.1.9"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "976cc9e0e09201c7df40518a1797f4178fc21c2c"
|
|
44
44
|
}
|