@cedarjs/testing 5.0.0-canary.2577 → 5.0.0-canary.2579

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 +12 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/testing",
3
- "version": "5.0.0-canary.2577",
3
+ "version": "5.0.0-canary.2579",
4
4
  "description": "Tools, wrappers and configuration for testing a Cedar project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -119,13 +119,10 @@
119
119
  "test:watch": "vitest watch"
120
120
  },
121
121
  "dependencies": {
122
- "@cedarjs/auth": "5.0.0-canary.2577",
123
- "@cedarjs/babel-config": "5.0.0-canary.2577",
124
- "@cedarjs/context": "5.0.0-canary.2577",
125
- "@cedarjs/graphql-server": "5.0.0-canary.2577",
126
- "@cedarjs/project-config": "5.0.0-canary.2577",
127
- "@cedarjs/router": "5.0.0-canary.2577",
128
- "@cedarjs/web": "5.0.0-canary.2577",
122
+ "@cedarjs/babel-config": "5.0.0-canary.2579",
123
+ "@cedarjs/context": "5.0.0-canary.2579",
124
+ "@cedarjs/graphql-server": "5.0.0-canary.2579",
125
+ "@cedarjs/project-config": "5.0.0-canary.2579",
129
126
  "@testing-library/jest-dom": "6.9.1",
130
127
  "@testing-library/react": "14.3.1",
131
128
  "@testing-library/user-event": "14.6.1",
@@ -145,7 +142,10 @@
145
142
  "whatwg-fetch": "3.6.20"
146
143
  },
147
144
  "devDependencies": {
148
- "@cedarjs/framework-tools": "5.0.0-canary.2577",
145
+ "@cedarjs/auth": "5.0.0-canary.2579",
146
+ "@cedarjs/framework-tools": "5.0.0-canary.2579",
147
+ "@cedarjs/router": "5.0.0-canary.2579",
148
+ "@cedarjs/web": "5.0.0-canary.2579",
149
149
  "concurrently": "9.2.1",
150
150
  "jsdom": "27.4.0",
151
151
  "publint": "0.3.21",
@@ -154,6 +154,9 @@
154
154
  "vitest": "3.2.6"
155
155
  },
156
156
  "peerDependencies": {
157
+ "@cedarjs/auth": "workspace:*",
158
+ "@cedarjs/router": "workspace:*",
159
+ "@cedarjs/web": "workspace:*",
157
160
  "vitest": "3.2.6"
158
161
  },
159
162
  "peerDependenciesMeta": {