gomtm 0.0.443 → 0.0.450

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.
Files changed (1) hide show
  1. package/package.json +16 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gomtm",
3
- "version": "0.0.443",
3
+ "version": "0.0.450",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -75,12 +75,11 @@
75
75
  "dev": "bun with-env next dev",
76
76
  "dev:watch": "bun concurrently 'bun run dev' 'bun run codegen:local --watch'",
77
77
  "with-env": "dotenv -e ./env/gomtm-ui-dev.env --",
78
- "graphql-codegen---": "graphql-codegen",
79
- "codegen:watch": "bun graphql-codegen --config codegen-mtmapi.ts --watch",
80
- "codegen": "bun graphql-codegen --config codegen-mtmapi.ts",
81
- "codegen:local": "graphql-codegen --config codegen-local.ts"
78
+ "codegen--": "bun graphql-codegen --config codegen-mtmapi.ts",
79
+ "codegen": "graphql-codegen --config codegen.ts"
82
80
  },
83
81
  "dependencies": {
82
+ "@apollo/client": "^3.10.6",
84
83
  "@apollo/server": "^4.10.4",
85
84
  "@as-integrations/next": "^3.0.0",
86
85
  "@parcel/watcher": "^2.4.0",
@@ -90,7 +89,7 @@
90
89
  "commander": "^12.0.0",
91
90
  "edge-runtime": "^2.5.9",
92
91
  "github-slugger": "^2.0.0",
93
- "graphql": "^16.8.1",
92
+ "graphql": "^16.9.0",
94
93
  "graphql-request": "6.1.0",
95
94
  "jose": "^5.2.4",
96
95
  "lru-cache": "^10.2.0",
@@ -115,14 +114,6 @@
115
114
  "zustand": "^4.5.2"
116
115
  },
117
116
  "devDependencies": {
118
- "@graphql-codegen/add": "^5.0.0",
119
- "@graphql-codegen/cli": "5.0.0",
120
- "@graphql-codegen/typescript-operations": "^4.0.1",
121
- "@pandacss/dev": "^0.41.0",
122
- "@types/node": "^20.14.6",
123
- "autoprefixer": "^10.4.16",
124
- "concurrently": "^8.2.2",
125
- "postcss": "^8.4.38",
126
117
  "@babel/core": "^7.24.0",
127
118
  "@bufbuild/buf": "^1.30.0",
128
119
  "@bufbuild/jest-environment-jsdom": "^0.1.1",
@@ -136,9 +127,15 @@
136
127
  "@edge-runtime/jest-environment": "^2.3.10",
137
128
  "@edge-runtime/jest-expect": "^1.2.0",
138
129
  "@edge-runtime/ponyfill": "^2.4.2",
130
+ "@graphql-codegen/add": "^5.0.0",
131
+ "@graphql-codegen/cli": "^5.0.2",
132
+ "@graphql-codegen/client-preset": "^4.3.0",
133
+ "@graphql-codegen/typescript-operations": "^4.0.1",
139
134
  "@graphql-codegen/typescript-react-query": "^6.1.0",
135
+ "@graphql-typed-document-node/core": "^3.2.0",
140
136
  "@jest/globals": "^29.7.0",
141
137
  "@netlify/plugin-nextjs": "^4.29.2",
138
+ "@pandacss/dev": "^0.41.0",
142
139
  "@playwright/test": "^1.28.1",
143
140
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.8",
144
141
  "@storybook/addon-essentials": "^8.0.0",
@@ -163,6 +160,7 @@
163
160
  "@types/debug": "^4.1.12",
164
161
  "@types/jest": "^29.5.8",
165
162
  "@types/lodash": "^4.14.202",
163
+ "@types/node": "^20.14.6",
166
164
  "@types/nprogress": "^0.2.3",
167
165
  "@types/prismjs": "^1.26.3",
168
166
  "@types/react": "^18.2.64",
@@ -173,8 +171,10 @@
173
171
  "@typescript-eslint/eslint-plugin": "^6.0.0",
174
172
  "@typescript-eslint/parser": "^6.0.0",
175
173
  "@vitejs/plugin-react-swc": "^3.6.0",
174
+ "autoprefixer": "^10.4.16",
176
175
  "babel-jest": "^29.7.0",
177
176
  "clean-webpack-plugin": "^4.0.0",
177
+ "concurrently": "^8.2.2",
178
178
  "copy-webpack-plugin": "^12.0.2",
179
179
  "cross-env": "^7.0.3",
180
180
  "css-loader": "^6.10.0",
@@ -200,6 +200,7 @@
200
200
  "less": "^4.1.3",
201
201
  "less-loader": "^11.1.0",
202
202
  "mini-css-extract-plugin": "^2.7.6",
203
+ "postcss": "^8.4.38",
203
204
  "postcss-loader": "^6.2.1",
204
205
  "postcss-preset-env": "^9.3.0",
205
206
  "prettier": "^3.2.5",
@@ -221,7 +222,7 @@
221
222
  "ts-node": "^10.9.1",
222
223
  "tsc-alias": "^1.8.8",
223
224
  "tsx": "^4.7.1",
224
- "typescript": "^5.4.5",
225
+ "typescript": "^5.5.2",
225
226
  "vite": "^5.1.4",
226
227
  "vite-plugin-dts": "^3.7.3",
227
228
  "vitest": "^1.3.1",