@cedarjs/web 2.0.4-next.17 → 2.0.4-next.31

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/web",
3
- "version": "2.0.4-next.17+c4f4f9a46",
3
+ "version": "2.0.4-next.31+f475eb026",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -144,9 +144,9 @@
144
144
  },
145
145
  "dependencies": {
146
146
  "@apollo/client": "3.13.9",
147
- "@babel/runtime-corejs3": "7.27.6",
148
- "@cedarjs/auth": "2.0.4-next.17+c4f4f9a46",
149
- "@cedarjs/server-store": "2.0.4-next.17+c4f4f9a46",
147
+ "@babel/runtime-corejs3": "7.28.4",
148
+ "@cedarjs/auth": "2.0.4-next.31+f475eb026",
149
+ "@cedarjs/server-store": "2.0.4-next.31+f475eb026",
150
150
  "@dr.pogodin/react-helmet": "2.0.4",
151
151
  "@whatwg-node/fetch": "0.9.21",
152
152
  "apollo-upload-client": "18.0.1",
@@ -162,12 +162,12 @@
162
162
  "devDependencies": {
163
163
  "@apollo/client-react-streaming": "0.12.3",
164
164
  "@arethetypeswrong/cli": "0.18.2",
165
- "@babel/cli": "7.27.2",
165
+ "@babel/cli": "7.28.3",
166
166
  "@babel/core": "^7.26.10",
167
- "@babel/plugin-transform-runtime": "7.27.4",
168
- "@babel/runtime": "7.27.6",
169
- "@cedarjs/framework-tools": "2.0.4-next.17",
170
- "@cedarjs/internal": "2.0.4-next.17+c4f4f9a46",
167
+ "@babel/plugin-transform-runtime": "7.28.5",
168
+ "@babel/runtime": "7.28.4",
169
+ "@cedarjs/framework-tools": "2.0.4-next.31",
170
+ "@cedarjs/internal": "2.0.4-next.31+f475eb026",
171
171
  "@rollup/plugin-babel": "6.1.0",
172
172
  "@testing-library/jest-dom": "6.5.0",
173
173
  "@testing-library/react": "14.3.1",
@@ -191,5 +191,5 @@
191
191
  "publishConfig": {
192
192
  "access": "public"
193
193
  },
194
- "gitHead": "c4f4f9a46b46d3545950dad3391ec77eb5107273"
194
+ "gitHead": "f475eb02649d89f53194e8d011b3232ebc331bd8"
195
195
  }