@cedarjs/testing 5.0.7-next.219 → 5.0.7-next.239

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 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/testing",
3
- "version": "5.0.7-next.219",
3
+ "version": "5.0.7-next.239",
4
4
  "description": "Tools, wrappers and configuration for testing a Cedar project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -120,10 +120,10 @@
120
120
  },
121
121
  "dependencies": {
122
122
  "@babel/preset-env": "7.29.7",
123
- "@cedarjs/babel-config": "5.0.7-next.219",
124
- "@cedarjs/context": "5.0.7-next.219",
125
- "@cedarjs/graphql-server": "5.0.7-next.219",
126
- "@cedarjs/project-config": "5.0.7-next.219",
123
+ "@cedarjs/babel-config": "5.0.7-next.239",
124
+ "@cedarjs/context": "5.0.7-next.239",
125
+ "@cedarjs/graphql-server": "5.0.7-next.239",
126
+ "@cedarjs/project-config": "5.0.7-next.239",
127
127
  "@testing-library/dom": "10.4.1",
128
128
  "@testing-library/jest-dom": "6.9.1",
129
129
  "@testing-library/react": "16.3.2",
@@ -145,20 +145,20 @@
145
145
  },
146
146
  "devDependencies": {
147
147
  "@arethetypeswrong/cli": "0.18.5",
148
- "@cedarjs/auth": "5.0.7-next.219",
149
- "@cedarjs/framework-tools": "5.0.7-next.219",
150
- "@cedarjs/router": "5.0.7-next.219",
151
- "@cedarjs/web": "5.0.7-next.219",
148
+ "@cedarjs/auth": "5.0.7-next.239",
149
+ "@cedarjs/framework-tools": "5.0.7-next.239",
150
+ "@cedarjs/router": "5.0.7-next.239",
151
+ "@cedarjs/web": "5.0.7-next.239",
152
152
  "concurrently": "9.2.4",
153
153
  "jsdom": "27.4.0",
154
- "publint": "0.3.22",
154
+ "publint": "0.3.23",
155
155
  "typescript": "5.9.3",
156
156
  "vitest": "4.1.10"
157
157
  },
158
158
  "peerDependencies": {
159
- "@cedarjs/auth": "5.0.7-next.219",
160
- "@cedarjs/router": "5.0.7-next.219",
161
- "@cedarjs/web": "5.0.7-next.219",
159
+ "@cedarjs/auth": "5.0.7-next.239",
160
+ "@cedarjs/router": "5.0.7-next.239",
161
+ "@cedarjs/web": "5.0.7-next.239",
162
162
  "vitest": "4.1.10"
163
163
  },
164
164
  "peerDependenciesMeta": {