gomtm 0.0.396 → 0.0.397
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 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gomtm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.397",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -88,19 +88,16 @@
|
|
|
88
88
|
"dev:watch": "bun concurrently 'bun run dev' 'bun run codegen:local --watch'",
|
|
89
89
|
"with-env": "dotenv -e ./env/dev.env --",
|
|
90
90
|
"graphql-codegen": "graphql-codegen",
|
|
91
|
-
"codegen": "graphql-codegen --config codegen.ts",
|
|
91
|
+
"codegen": "graphql-codegen --config codegen-mtmapi.ts",
|
|
92
92
|
"codegen:local": "graphql-codegen --config codegen-local.ts"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
95
|
"@apollo/server": "^4.10.4",
|
|
96
96
|
"@as-integrations/next": "^3.0.0",
|
|
97
97
|
"@parcel/watcher": "^2.4.0",
|
|
98
|
-
"@
|
|
99
|
-
"@
|
|
100
|
-
"@
|
|
101
|
-
"@tanstack/react-query": "^5.28.14",
|
|
102
|
-
"@tanstack/react-query-devtools": "^5.28.14",
|
|
103
|
-
"@tanstack/react-query-next-experimental": "^5.28.14",
|
|
98
|
+
"@tanstack/react-query": "^5.45.1",
|
|
99
|
+
"@tanstack/react-query-devtools": "^5.45.1",
|
|
100
|
+
"@tanstack/react-query-next-experimental": "^5.45.1",
|
|
104
101
|
"commander": "^12.0.0",
|
|
105
102
|
"graphql": "^16.8.1",
|
|
106
103
|
"edge-runtime": "^2.5.9",
|
|
@@ -122,7 +119,9 @@
|
|
|
122
119
|
"stable-hash": "^0.0.4",
|
|
123
120
|
"universal-cookie": "^7.1.4",
|
|
124
121
|
"zod": "^3.22.2",
|
|
125
|
-
"zustand": "^4.5.2"
|
|
122
|
+
"zustand": "^4.5.2",
|
|
123
|
+
"graphql-request": "6.1.0",
|
|
124
|
+
"ulid": "2.3.0"
|
|
126
125
|
},
|
|
127
126
|
"devDependencies": {
|
|
128
127
|
"@graphql-codegen/add": "^5.0.0",
|
|
@@ -143,9 +142,6 @@
|
|
|
143
142
|
"@chromatic-com/storybook": "^1.2.18",
|
|
144
143
|
"@cloudflare/kv-asset-handler": "^0.2.0",
|
|
145
144
|
"@cloudflare/workers-types": "^4.20240222.0",
|
|
146
|
-
"@connectrpc/connect": "^1.4.0",
|
|
147
|
-
"@connectrpc/connect-web": "^1.4.0",
|
|
148
|
-
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
|
|
149
145
|
"@edge-runtime/jest-environment": "^2.3.10",
|
|
150
146
|
"@edge-runtime/jest-expect": "^1.2.0",
|
|
151
147
|
"@edge-runtime/ponyfill": "^2.4.2",
|