@cedarjs/testing 6.0.0-canary.2749 → 6.0.0-canary.2750

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 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/testing",
3
- "version": "6.0.0-canary.2749",
3
+ "version": "6.0.0-canary.2750",
4
4
  "description": "Tools, wrappers and configuration for testing a Cedar project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -117,10 +117,10 @@
117
117
  },
118
118
  "dependencies": {
119
119
  "@babel/preset-env": "7.29.7",
120
- "@cedarjs/babel-config": "6.0.0-canary.2749",
121
- "@cedarjs/context": "6.0.0-canary.2749",
122
- "@cedarjs/graphql-server": "6.0.0-canary.2749",
123
- "@cedarjs/project-config": "6.0.0-canary.2749",
120
+ "@cedarjs/babel-config": "6.0.0-canary.2750",
121
+ "@cedarjs/context": "6.0.0-canary.2750",
122
+ "@cedarjs/graphql-server": "6.0.0-canary.2750",
123
+ "@cedarjs/project-config": "6.0.0-canary.2750",
124
124
  "@testing-library/dom": "10.4.1",
125
125
  "@testing-library/jest-dom": "6.9.1",
126
126
  "@testing-library/react": "16.3.2",
@@ -142,10 +142,10 @@
142
142
  },
143
143
  "devDependencies": {
144
144
  "@arethetypeswrong/cli": "0.18.5",
145
- "@cedarjs/auth": "6.0.0-canary.2749",
146
- "@cedarjs/framework-tools": "6.0.0-canary.2749",
147
- "@cedarjs/router": "6.0.0-canary.2749",
148
- "@cedarjs/web": "6.0.0-canary.2749",
145
+ "@cedarjs/auth": "6.0.0-canary.2750",
146
+ "@cedarjs/framework-tools": "6.0.0-canary.2750",
147
+ "@cedarjs/router": "6.0.0-canary.2750",
148
+ "@cedarjs/web": "6.0.0-canary.2750",
149
149
  "concurrently": "9.2.4",
150
150
  "jsdom": "27.4.0",
151
151
  "publint": "0.3.21",
@@ -153,9 +153,9 @@
153
153
  "vitest": "4.1.10"
154
154
  },
155
155
  "peerDependencies": {
156
- "@cedarjs/auth": "6.0.0-canary.2749",
157
- "@cedarjs/router": "6.0.0-canary.2749",
158
- "@cedarjs/web": "6.0.0-canary.2749",
156
+ "@cedarjs/auth": "6.0.0-canary.2750",
157
+ "@cedarjs/router": "6.0.0-canary.2750",
158
+ "@cedarjs/web": "6.0.0-canary.2750",
159
159
  "vitest": "4.1.10"
160
160
  },
161
161
  "peerDependenciesMeta": {