@cedarjs/testing 0.7.1-next.0 → 0.7.2-next.2
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 +13 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/testing",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2-next.2+30d6c0c8c",
|
|
4
4
|
"description": "Tools, wrappers and configuration for testing a CedarJS project.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,6 +31,9 @@
|
|
|
31
31
|
"./dist/cjs/web/findCellMocks": {
|
|
32
32
|
"default": "./dist/cjs/web/findCellMocks.js"
|
|
33
33
|
},
|
|
34
|
+
"./dist/cjs/web/findCellMocks.js": {
|
|
35
|
+
"default": "./dist/cjs/web/findCellMocks.js"
|
|
36
|
+
},
|
|
34
37
|
"./dist/cjs/web/mockRequests": {
|
|
35
38
|
"default": "./dist/cjs/web/mockRequests.js"
|
|
36
39
|
},
|
|
@@ -101,13 +104,13 @@
|
|
|
101
104
|
"test:watch": "vitest watch"
|
|
102
105
|
},
|
|
103
106
|
"dependencies": {
|
|
104
|
-
"@cedarjs/auth": "0.7.
|
|
105
|
-
"@cedarjs/babel-config": "0.7.
|
|
106
|
-
"@cedarjs/context": "0.7.
|
|
107
|
-
"@cedarjs/graphql-server": "0.7.
|
|
108
|
-
"@cedarjs/project-config": "0.7.
|
|
109
|
-
"@cedarjs/router": "0.7.
|
|
110
|
-
"@cedarjs/web": "0.7.
|
|
107
|
+
"@cedarjs/auth": "0.7.2-next.2+30d6c0c8c",
|
|
108
|
+
"@cedarjs/babel-config": "0.7.2-next.2+30d6c0c8c",
|
|
109
|
+
"@cedarjs/context": "0.7.2-next.2+30d6c0c8c",
|
|
110
|
+
"@cedarjs/graphql-server": "0.7.2-next.2+30d6c0c8c",
|
|
111
|
+
"@cedarjs/project-config": "0.7.2-next.2+30d6c0c8c",
|
|
112
|
+
"@cedarjs/router": "0.7.2-next.2+30d6c0c8c",
|
|
113
|
+
"@cedarjs/web": "0.7.2-next.2+30d6c0c8c",
|
|
111
114
|
"@testing-library/jest-dom": "6.5.0",
|
|
112
115
|
"@testing-library/react": "14.3.1",
|
|
113
116
|
"@testing-library/user-event": "14.5.2",
|
|
@@ -125,7 +128,7 @@
|
|
|
125
128
|
"whatwg-fetch": "3.6.20"
|
|
126
129
|
},
|
|
127
130
|
"devDependencies": {
|
|
128
|
-
"@cedarjs/framework-tools": "0.7.
|
|
131
|
+
"@cedarjs/framework-tools": "0.7.2-next.2",
|
|
129
132
|
"concurrently": "8.2.2",
|
|
130
133
|
"jsdom": "24.1.3",
|
|
131
134
|
"publint": "0.3.12",
|
|
@@ -136,5 +139,5 @@
|
|
|
136
139
|
"publishConfig": {
|
|
137
140
|
"access": "public"
|
|
138
141
|
},
|
|
139
|
-
"gitHead": "
|
|
142
|
+
"gitHead": "30d6c0c8c64f48a0ecd4acdb5a52dc7c6db19c42"
|
|
140
143
|
}
|