@cedarjs/testing 5.0.0-canary.2592 → 5.0.0-canary.2593
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.
- 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.
|
|
3
|
+
"version": "5.0.0-canary.2593",
|
|
4
4
|
"description": "Tools, wrappers and configuration for testing a Cedar project.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -116,10 +116,10 @@
|
|
|
116
116
|
"test:watch": "vitest watch"
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@cedarjs/babel-config": "5.0.0-canary.
|
|
120
|
-
"@cedarjs/context": "5.0.0-canary.
|
|
121
|
-
"@cedarjs/graphql-server": "5.0.0-canary.
|
|
122
|
-
"@cedarjs/project-config": "5.0.0-canary.
|
|
119
|
+
"@cedarjs/babel-config": "5.0.0-canary.2593",
|
|
120
|
+
"@cedarjs/context": "5.0.0-canary.2593",
|
|
121
|
+
"@cedarjs/graphql-server": "5.0.0-canary.2593",
|
|
122
|
+
"@cedarjs/project-config": "5.0.0-canary.2593",
|
|
123
123
|
"@testing-library/jest-dom": "6.9.1",
|
|
124
124
|
"@testing-library/react": "14.3.1",
|
|
125
125
|
"@testing-library/user-event": "14.6.1",
|
|
@@ -140,10 +140,10 @@
|
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
142
|
"@arethetypeswrong/cli": "0.18.4",
|
|
143
|
-
"@cedarjs/auth": "5.0.0-canary.
|
|
144
|
-
"@cedarjs/framework-tools": "5.0.0-canary.
|
|
145
|
-
"@cedarjs/router": "5.0.0-canary.
|
|
146
|
-
"@cedarjs/web": "5.0.0-canary.
|
|
143
|
+
"@cedarjs/auth": "5.0.0-canary.2593",
|
|
144
|
+
"@cedarjs/framework-tools": "5.0.0-canary.2593",
|
|
145
|
+
"@cedarjs/router": "5.0.0-canary.2593",
|
|
146
|
+
"@cedarjs/web": "5.0.0-canary.2593",
|
|
147
147
|
"concurrently": "9.2.1",
|
|
148
148
|
"jsdom": "27.4.0",
|
|
149
149
|
"publint": "0.3.21",
|