@cedarjs/testing 1.0.0-canary.12607 → 1.0.0-canary.12612
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.12612+e723d968e",
|
|
4
4
|
"description": "Tools, wrappers and configuration for testing a Cedar project.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -122,13 +122,13 @@
|
|
|
122
122
|
"test:watch": "vitest watch"
|
|
123
123
|
},
|
|
124
124
|
"dependencies": {
|
|
125
|
-
"@cedarjs/auth": "1.0.0-canary.
|
|
126
|
-
"@cedarjs/babel-config": "1.0.0-canary.
|
|
127
|
-
"@cedarjs/context": "1.0.0-canary.
|
|
128
|
-
"@cedarjs/graphql-server": "1.0.0-canary.
|
|
129
|
-
"@cedarjs/project-config": "1.0.0-canary.
|
|
130
|
-
"@cedarjs/router": "1.0.0-canary.
|
|
131
|
-
"@cedarjs/web": "1.0.0-canary.
|
|
125
|
+
"@cedarjs/auth": "1.0.0-canary.12612",
|
|
126
|
+
"@cedarjs/babel-config": "1.0.0-canary.12612",
|
|
127
|
+
"@cedarjs/context": "1.0.0-canary.12612",
|
|
128
|
+
"@cedarjs/graphql-server": "1.0.0-canary.12612",
|
|
129
|
+
"@cedarjs/project-config": "1.0.0-canary.12612",
|
|
130
|
+
"@cedarjs/router": "1.0.0-canary.12612",
|
|
131
|
+
"@cedarjs/web": "1.0.0-canary.12612",
|
|
132
132
|
"@testing-library/jest-dom": "6.5.0",
|
|
133
133
|
"@testing-library/react": "14.3.1",
|
|
134
134
|
"@testing-library/user-event": "14.5.2",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"whatwg-fetch": "3.6.20"
|
|
148
148
|
},
|
|
149
149
|
"devDependencies": {
|
|
150
|
-
"@cedarjs/framework-tools": "1.0.0-canary.
|
|
150
|
+
"@cedarjs/framework-tools": "1.0.0-canary.12612",
|
|
151
151
|
"concurrently": "8.2.2",
|
|
152
152
|
"jsdom": "24.1.3",
|
|
153
153
|
"publint": "0.3.12",
|
|
@@ -163,5 +163,5 @@
|
|
|
163
163
|
"optional": true
|
|
164
164
|
}
|
|
165
165
|
},
|
|
166
|
-
"gitHead": "
|
|
166
|
+
"gitHead": "e723d968ea4683749109c7b9f7d06ac1f839637c"
|
|
167
167
|
}
|