@cedarjs/testing 0.13.0-rc.44 → 0.13.0-rc.48
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": "0.13.0-rc.
|
|
3
|
+
"version": "0.13.0-rc.48",
|
|
4
4
|
"description": "Tools, wrappers and configuration for testing a CedarJS project.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -119,13 +119,13 @@
|
|
|
119
119
|
"test:watch": "vitest watch"
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@cedarjs/auth": "0.13.0-rc.
|
|
123
|
-
"@cedarjs/babel-config": "0.13.0-rc.
|
|
124
|
-
"@cedarjs/context": "0.13.0-rc.
|
|
125
|
-
"@cedarjs/graphql-server": "0.13.0-rc.
|
|
126
|
-
"@cedarjs/project-config": "0.13.0-rc.
|
|
127
|
-
"@cedarjs/router": "0.13.0-rc.
|
|
128
|
-
"@cedarjs/web": "0.13.0-rc.
|
|
122
|
+
"@cedarjs/auth": "0.13.0-rc.48",
|
|
123
|
+
"@cedarjs/babel-config": "0.13.0-rc.48",
|
|
124
|
+
"@cedarjs/context": "0.13.0-rc.48",
|
|
125
|
+
"@cedarjs/graphql-server": "0.13.0-rc.48",
|
|
126
|
+
"@cedarjs/project-config": "0.13.0-rc.48",
|
|
127
|
+
"@cedarjs/router": "0.13.0-rc.48",
|
|
128
|
+
"@cedarjs/web": "0.13.0-rc.48",
|
|
129
129
|
"@testing-library/jest-dom": "6.5.0",
|
|
130
130
|
"@testing-library/react": "14.3.1",
|
|
131
131
|
"@testing-library/user-event": "14.5.2",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"whatwg-fetch": "3.6.20"
|
|
145
145
|
},
|
|
146
146
|
"devDependencies": {
|
|
147
|
-
"@cedarjs/framework-tools": "0.13.0-rc.
|
|
147
|
+
"@cedarjs/framework-tools": "0.13.0-rc.48",
|
|
148
148
|
"concurrently": "8.2.2",
|
|
149
149
|
"jsdom": "24.1.3",
|
|
150
150
|
"publint": "0.3.12",
|
|
@@ -163,5 +163,5 @@
|
|
|
163
163
|
"publishConfig": {
|
|
164
164
|
"access": "public"
|
|
165
165
|
},
|
|
166
|
-
"gitHead": "
|
|
166
|
+
"gitHead": "e930dc21e0d120940cccf25ca10b5f06f63eee4d"
|
|
167
167
|
}
|