@cedarjs/testing 6.0.0-canary.2636 → 6.0.0-canary.2637
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 +11 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/testing",
|
|
3
|
-
"version": "6.0.0-canary.
|
|
3
|
+
"version": "6.0.0-canary.2637",
|
|
4
4
|
"description": "Tools, wrappers and configuration for testing a Cedar project.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -116,12 +116,13 @@
|
|
|
116
116
|
"test:watch": "vitest watch"
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@cedarjs/babel-config": "6.0.0-canary.
|
|
120
|
-
"@cedarjs/context": "6.0.0-canary.
|
|
121
|
-
"@cedarjs/graphql-server": "6.0.0-canary.
|
|
122
|
-
"@cedarjs/project-config": "6.0.0-canary.
|
|
119
|
+
"@cedarjs/babel-config": "6.0.0-canary.2637",
|
|
120
|
+
"@cedarjs/context": "6.0.0-canary.2637",
|
|
121
|
+
"@cedarjs/graphql-server": "6.0.0-canary.2637",
|
|
122
|
+
"@cedarjs/project-config": "6.0.0-canary.2637",
|
|
123
|
+
"@testing-library/dom": "10.4.1",
|
|
123
124
|
"@testing-library/jest-dom": "6.9.1",
|
|
124
|
-
"@testing-library/react": "
|
|
125
|
+
"@testing-library/react": "16.3.2",
|
|
125
126
|
"@testing-library/user-event": "14.6.1",
|
|
126
127
|
"@types/aws-lambda": "8.10.162",
|
|
127
128
|
"@types/babel-core": "6.25.10",
|
|
@@ -140,10 +141,10 @@
|
|
|
140
141
|
},
|
|
141
142
|
"devDependencies": {
|
|
142
143
|
"@arethetypeswrong/cli": "0.18.5",
|
|
143
|
-
"@cedarjs/auth": "6.0.0-canary.
|
|
144
|
-
"@cedarjs/framework-tools": "6.0.0-canary.
|
|
145
|
-
"@cedarjs/router": "6.0.0-canary.
|
|
146
|
-
"@cedarjs/web": "6.0.0-canary.
|
|
144
|
+
"@cedarjs/auth": "6.0.0-canary.2637",
|
|
145
|
+
"@cedarjs/framework-tools": "6.0.0-canary.2637",
|
|
146
|
+
"@cedarjs/router": "6.0.0-canary.2637",
|
|
147
|
+
"@cedarjs/web": "6.0.0-canary.2637",
|
|
147
148
|
"concurrently": "9.2.1",
|
|
148
149
|
"jsdom": "27.4.0",
|
|
149
150
|
"publint": "0.3.21",
|