@cedarjs/testing 5.0.0-canary.2596 → 5.0.0-rc.261
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 +14 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/testing",
|
|
3
|
-
"version": "5.0.0-
|
|
3
|
+
"version": "5.0.0-rc.261",
|
|
4
4
|
"description": "Tools, wrappers and configuration for testing a Cedar project.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"dist"
|
|
105
105
|
],
|
|
106
106
|
"scripts": {
|
|
107
|
-
"build": "
|
|
107
|
+
"build": "tsx ./build.mts && yarn build:types",
|
|
108
108
|
"build:pack": "yarn pack -o cedarjs-testing.tgz",
|
|
109
109
|
"build:types": "tsc --build --verbose ./tsconfig.build.json",
|
|
110
110
|
"build:types-cjs": "tsc --build --verbose ./tsconfig.cjs.json",
|
|
@@ -116,10 +116,10 @@
|
|
|
116
116
|
"test:watch": "vitest watch"
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@cedarjs/babel-config": "5.0.0-
|
|
120
|
-
"@cedarjs/context": "5.0.0-
|
|
121
|
-
"@cedarjs/graphql-server": "5.0.0-
|
|
122
|
-
"@cedarjs/project-config": "5.0.0-
|
|
119
|
+
"@cedarjs/babel-config": "5.0.0-rc.261",
|
|
120
|
+
"@cedarjs/context": "5.0.0-rc.261",
|
|
121
|
+
"@cedarjs/graphql-server": "5.0.0-rc.261",
|
|
122
|
+
"@cedarjs/project-config": "5.0.0-rc.261",
|
|
123
123
|
"@testing-library/jest-dom": "6.9.1",
|
|
124
124
|
"@testing-library/react": "14.3.1",
|
|
125
125
|
"@testing-library/user-event": "14.6.1",
|
|
@@ -140,20 +140,21 @@
|
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
142
|
"@arethetypeswrong/cli": "0.18.4",
|
|
143
|
-
"@cedarjs/auth": "5.0.0-
|
|
144
|
-
"@cedarjs/framework-tools": "5.0.0-
|
|
145
|
-
"@cedarjs/router": "5.0.0-
|
|
146
|
-
"@cedarjs/web": "5.0.0-
|
|
143
|
+
"@cedarjs/auth": "5.0.0-rc.261",
|
|
144
|
+
"@cedarjs/framework-tools": "5.0.0-rc.261",
|
|
145
|
+
"@cedarjs/router": "5.0.0-rc.261",
|
|
146
|
+
"@cedarjs/web": "5.0.0-rc.261",
|
|
147
147
|
"concurrently": "9.2.1",
|
|
148
148
|
"jsdom": "27.4.0",
|
|
149
149
|
"publint": "0.3.21",
|
|
150
|
+
"tsx": "4.22.4",
|
|
150
151
|
"typescript": "5.9.3",
|
|
151
152
|
"vitest": "3.2.6"
|
|
152
153
|
},
|
|
153
154
|
"peerDependencies": {
|
|
154
|
-
"@cedarjs/auth": "
|
|
155
|
-
"@cedarjs/router": "
|
|
156
|
-
"@cedarjs/web": "
|
|
155
|
+
"@cedarjs/auth": "5.0.0-rc.261",
|
|
156
|
+
"@cedarjs/router": "5.0.0-rc.261",
|
|
157
|
+
"@cedarjs/web": "5.0.0-rc.261",
|
|
157
158
|
"vitest": "3.2.6"
|
|
158
159
|
},
|
|
159
160
|
"peerDependenciesMeta": {
|