@cedarjs/testing 1.0.0-canary.12521 → 1.0.0-canary.12522
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/testing",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.12522+eb879d5b6",
|
|
4
4
|
"description": "Tools, wrappers and configuration for testing a Cedar project.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -98,13 +98,13 @@
|
|
|
98
98
|
"test:watch": "vitest watch"
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
|
-
"@cedarjs/auth": "1.0.0-canary.
|
|
102
|
-
"@cedarjs/babel-config": "1.0.0-canary.
|
|
103
|
-
"@cedarjs/context": "1.0.0-canary.
|
|
104
|
-
"@cedarjs/graphql-server": "1.0.0-canary.
|
|
105
|
-
"@cedarjs/project-config": "1.0.0-canary.
|
|
106
|
-
"@cedarjs/router": "1.0.0-canary.
|
|
107
|
-
"@cedarjs/web": "1.0.0-canary.
|
|
101
|
+
"@cedarjs/auth": "1.0.0-canary.12522",
|
|
102
|
+
"@cedarjs/babel-config": "1.0.0-canary.12522",
|
|
103
|
+
"@cedarjs/context": "1.0.0-canary.12522",
|
|
104
|
+
"@cedarjs/graphql-server": "1.0.0-canary.12522",
|
|
105
|
+
"@cedarjs/project-config": "1.0.0-canary.12522",
|
|
106
|
+
"@cedarjs/router": "1.0.0-canary.12522",
|
|
107
|
+
"@cedarjs/web": "1.0.0-canary.12522",
|
|
108
108
|
"@testing-library/jest-dom": "6.5.0",
|
|
109
109
|
"@testing-library/react": "14.3.1",
|
|
110
110
|
"@testing-library/user-event": "14.5.2",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"whatwg-fetch": "3.6.20"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
|
-
"@cedarjs/framework-tools": "1.0.0-canary.
|
|
125
|
+
"@cedarjs/framework-tools": "1.0.0-canary.12522",
|
|
126
126
|
"concurrently": "8.2.2",
|
|
127
127
|
"jsdom": "24.1.3",
|
|
128
128
|
"publint": "0.3.12",
|
|
@@ -130,5 +130,5 @@
|
|
|
130
130
|
"typescript": "5.6.2",
|
|
131
131
|
"vitest": "3.2.4"
|
|
132
132
|
},
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "eb879d5b6c5ca9091c7832795088dfc48bd7cf19"
|
|
134
134
|
}
|