gomtm 0.0.484 → 0.0.496

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 +6 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gomtm",
3
- "version": "0.0.484",
3
+ "version": "0.0.496",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -57,16 +57,6 @@
57
57
  "./dist/tailwind.cjs",
58
58
  "./src/tailwind.cjs"
59
59
  ]
60
- },
61
- "./styles/*": {
62
- "import": [
63
- "./dist/styles/*",
64
- "./src/styles/*"
65
- ],
66
- "require": [
67
- "./dist/styles/*",
68
- "./src/styles/*"
69
- ]
70
60
  }
71
61
  },
72
62
  "scripts": {
@@ -76,7 +66,8 @@
76
66
  "dev:watch": "bun concurrently 'bun run dev' 'bun run codegen:local --watch'",
77
67
  "with-env": "dotenv -e ./env/gomtm.env --",
78
68
  "codegen--": "bun graphql-codegen --config codegen-mtmapi.ts",
79
- "codegen": "graphql-codegen --config codegen.ts"
69
+ "codegen": "graphql-codegen --config codegen.ts",
70
+ "relay": "relay-compiler"
80
71
  },
81
72
  "dependencies": {
82
73
  "@apollo/client": "^3.10.6",
@@ -106,6 +97,7 @@
106
97
  "react-error-boundary": "^4.0.11",
107
98
  "react-hook-form": "^7.49.3",
108
99
  "react-hotkeys-hook": "^4.5.0",
100
+ "react-relay": "^17.0.0",
109
101
  "sonner": "^1.4.3",
110
102
  "stable-hash": "^0.0.4",
111
103
  "ulid": "2.3.0",
@@ -208,6 +200,7 @@
208
200
  "puppeteer": "^22.4.1",
209
201
  "react-refresh": "^0.14.0",
210
202
  "react-test-renderer": "^18.2.0",
203
+ "relay-compiler": "^17.0.0",
211
204
  "rimraf": "^5.0.5",
212
205
  "sass": "^1.55.0",
213
206
  "sass-loader": "^13.1.0",
@@ -232,4 +225,4 @@
232
225
  "webpack-cli": "^5.1.4",
233
226
  "wrangler": "^3.47.1"
234
227
  }
235
- }
228
+ }