@cedarjs/testing 1.0.0-canary.12556 → 1.0.0-canary.12558
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.12558+2212ab860",
|
|
4
4
|
"description": "Tools, wrappers and configuration for testing a Cedar project.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -104,13 +104,13 @@
|
|
|
104
104
|
"test:watch": "vitest watch"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@cedarjs/auth": "1.0.0-canary.
|
|
108
|
-
"@cedarjs/babel-config": "1.0.0-canary.
|
|
109
|
-
"@cedarjs/context": "1.0.0-canary.
|
|
110
|
-
"@cedarjs/graphql-server": "1.0.0-canary.
|
|
111
|
-
"@cedarjs/project-config": "1.0.0-canary.
|
|
112
|
-
"@cedarjs/router": "1.0.0-canary.
|
|
113
|
-
"@cedarjs/web": "1.0.0-canary.
|
|
107
|
+
"@cedarjs/auth": "1.0.0-canary.12558",
|
|
108
|
+
"@cedarjs/babel-config": "1.0.0-canary.12558",
|
|
109
|
+
"@cedarjs/context": "1.0.0-canary.12558",
|
|
110
|
+
"@cedarjs/graphql-server": "1.0.0-canary.12558",
|
|
111
|
+
"@cedarjs/project-config": "1.0.0-canary.12558",
|
|
112
|
+
"@cedarjs/router": "1.0.0-canary.12558",
|
|
113
|
+
"@cedarjs/web": "1.0.0-canary.12558",
|
|
114
114
|
"@testing-library/jest-dom": "6.5.0",
|
|
115
115
|
"@testing-library/react": "14.3.1",
|
|
116
116
|
"@testing-library/user-event": "14.5.2",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"whatwg-fetch": "3.6.20"
|
|
129
129
|
},
|
|
130
130
|
"devDependencies": {
|
|
131
|
-
"@cedarjs/framework-tools": "1.0.0-canary.
|
|
131
|
+
"@cedarjs/framework-tools": "1.0.0-canary.12558",
|
|
132
132
|
"concurrently": "8.2.2",
|
|
133
133
|
"jsdom": "24.1.3",
|
|
134
134
|
"publint": "0.3.12",
|
|
@@ -136,5 +136,5 @@
|
|
|
136
136
|
"typescript": "5.6.2",
|
|
137
137
|
"vitest": "3.2.4"
|
|
138
138
|
},
|
|
139
|
-
"gitHead": "
|
|
139
|
+
"gitHead": "2212ab8607fadb7ed3122e3b05af3edaf6a7e066"
|
|
140
140
|
}
|