@cedarjs/testing 5.0.0-canary.2584 → 5.0.0-canary.2585

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