gomtm 0.0.499 → 0.0.532

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 +13 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gomtm",
3
- "version": "0.0.499",
3
+ "version": "0.0.532",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -71,29 +71,34 @@
71
71
  },
72
72
  "dependencies": {
73
73
  "@apollo/client": "^3.10.6",
74
+ "@apollo/experimental-nextjs-app-support": "^0.11.2",
74
75
  "@apollo/server": "^4.10.4",
75
76
  "@as-integrations/next": "^3.0.0",
77
+ "@extractus/article-extractor": "^8.0.10",
76
78
  "@parcel/watcher": "^2.4.0",
77
79
  "@tanstack/react-query": "^5.45.1",
78
80
  "@tanstack/react-query-devtools": "^5.45.1",
79
81
  "@tanstack/react-query-next-experimental": "^5.45.1",
80
82
  "commander": "^12.0.0",
81
83
  "edge-runtime": "^2.5.9",
84
+ "geist": "^1.2.2",
82
85
  "github-slugger": "^2.0.0",
83
86
  "graphql": "^16.9.0",
84
87
  "graphql-request": "6.1.0",
88
+ "html-differ": "^1.4.0",
89
+ "inngest": "^3.19.18",
85
90
  "jose": "^5.2.4",
86
91
  "lru-cache": "^10.2.0",
87
92
  "lucide-react": "^0.381.0",
88
93
  "mtxlib": "^0.4.13",
89
94
  "mtxuilib": "^0.1.8",
90
- "next": "^14.2.2",
95
+ "next": "^15.0.0-rc.0",
91
96
  "next-nprogress-bar": "^2.3.4",
92
97
  "next-themes": "^0.3.0",
93
98
  "path-to-regexp": "6.2.1",
94
99
  "pliny": "0.2.0",
95
- "react": "^18.2.0",
96
- "react-dom": "^18.3.1",
100
+ "react": "^19.0.0-rc-8971381549-20240625",
101
+ "react-dom": "^19.0.0-rc-8971381549-20240625",
97
102
  "react-error-boundary": "^4.0.11",
98
103
  "react-hook-form": "^7.49.3",
99
104
  "react-hotkeys-hook": "^4.5.0",
@@ -102,6 +107,7 @@
102
107
  "stable-hash": "^0.0.4",
103
108
  "ulid": "2.3.0",
104
109
  "universal-cookie": "^7.1.4",
110
+ "winston": "^3.13.0",
105
111
  "zod": "^3.22.2",
106
112
  "zustand": "^4.5.2"
107
113
  },
@@ -172,8 +178,8 @@
172
178
  "css-loader": "^6.10.0",
173
179
  "dotenv": "^16.4.5",
174
180
  "dotenv-cli": "^7.4.1",
175
- "eslint": "^8.54.0",
176
- "eslint-config-next": "^14.1.0",
181
+ "eslint": "^9.7.0",
182
+ "eslint-config-next": "^15.0.0-rc.0",
177
183
  "eslint-config-prettier": "latest",
178
184
  "eslint-import-resolver-alias": "^1.1.2",
179
185
  "eslint-plugin-import": "^2.26.0",
@@ -225,4 +231,4 @@
225
231
  "webpack-cli": "^5.1.4",
226
232
  "wrangler": "^3.47.1"
227
233
  }
228
- }
234
+ }