@cedarjs/web 2.7.1-next.0 → 2.8.0-rc.37

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/web",
3
- "version": "2.7.1-next.0+ef2bf2525",
3
+ "version": "2.8.0-rc.37",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -145,14 +145,14 @@
145
145
  "dependencies": {
146
146
  "@apollo/client": "3.13.9",
147
147
  "@babel/runtime-corejs3": "7.29.0",
148
- "@cedarjs/auth": "2.7.1-next.0+ef2bf2525",
149
- "@cedarjs/server-store": "2.7.1-next.0+ef2bf2525",
148
+ "@cedarjs/auth": "2.8.0-rc.37",
149
+ "@cedarjs/server-store": "2.8.0-rc.37",
150
150
  "@dr.pogodin/react-helmet": "2.0.4",
151
151
  "@whatwg-node/fetch": "0.10.13",
152
152
  "apollo-upload-client": "18.0.1",
153
153
  "cookie": "1.1.1",
154
154
  "core-js": "3.48.0",
155
- "graphql": "16.13.0",
155
+ "graphql": "16.13.1",
156
156
  "graphql-sse": "2.6.0",
157
157
  "graphql-tag": "2.12.6",
158
158
  "react-hot-toast": "2.6.0",
@@ -166,8 +166,8 @@
166
166
  "@babel/core": "^7.26.10",
167
167
  "@babel/plugin-transform-runtime": "7.29.0",
168
168
  "@babel/runtime": "7.28.6",
169
- "@cedarjs/framework-tools": "2.7.1-next.1",
170
- "@cedarjs/internal": "2.7.1-next.0+ef2bf2525",
169
+ "@cedarjs/framework-tools": "2.8.0-rc.37",
170
+ "@cedarjs/internal": "2.8.0-rc.37",
171
171
  "@rollup/plugin-babel": "6.1.0",
172
172
  "@testing-library/jest-dom": "6.9.1",
173
173
  "@testing-library/react": "14.3.1",
@@ -176,7 +176,7 @@
176
176
  "@types/react-dom": "^18.2.19",
177
177
  "concurrently": "9.2.1",
178
178
  "nodemon": "3.1.14",
179
- "publint": "0.3.17",
179
+ "publint": "0.3.18",
180
180
  "react": "18.3.1",
181
181
  "react-dom": "18.3.1",
182
182
  "tstyche": "5.0.2",
@@ -191,5 +191,5 @@
191
191
  "publishConfig": {
192
192
  "access": "public"
193
193
  },
194
- "gitHead": "ef2bf2525e8fbeada576b4bab5d1b4b358354ae0"
194
+ "gitHead": "e57be2b0c6a75810c0a1af5e4e935fd07d08dec8"
195
195
  }