@cedarjs/testing 2.1.0 → 2.1.1-next.32

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.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/testing",
3
- "version": "2.1.0",
3
+ "version": "2.1.1-next.32+7bd60e196",
4
4
  "description": "Tools, wrappers and configuration for testing a Cedar 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": "2.1.0",
123
- "@cedarjs/babel-config": "2.1.0",
124
- "@cedarjs/context": "2.1.0",
125
- "@cedarjs/graphql-server": "2.1.0",
126
- "@cedarjs/project-config": "2.1.0",
127
- "@cedarjs/router": "2.1.0",
128
- "@cedarjs/web": "2.1.0",
122
+ "@cedarjs/auth": "2.1.1-next.32+7bd60e196",
123
+ "@cedarjs/babel-config": "2.1.1-next.32+7bd60e196",
124
+ "@cedarjs/context": "2.1.1-next.32+7bd60e196",
125
+ "@cedarjs/graphql-server": "2.1.1-next.32+7bd60e196",
126
+ "@cedarjs/project-config": "2.1.1-next.32+7bd60e196",
127
+ "@cedarjs/router": "2.1.1-next.32+7bd60e196",
128
+ "@cedarjs/web": "2.1.1-next.32+7bd60e196",
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",
@@ -145,7 +145,7 @@
145
145
  "whatwg-fetch": "3.6.20"
146
146
  },
147
147
  "devDependencies": {
148
- "@cedarjs/framework-tools": "2.1.0",
148
+ "@cedarjs/framework-tools": "2.1.1-next.32",
149
149
  "concurrently": "8.2.2",
150
150
  "jsdom": "24.1.3",
151
151
  "publint": "0.3.16",
@@ -164,7 +164,7 @@
164
164
  "publishConfig": {
165
165
  "access": "public"
166
166
  },
167
- "gitHead": "86200d9452eaa30edf82a93b7d1ada7cde3cebbb",
167
+ "gitHead": "7bd60e1967fbf721def15ea694b84c560991e563",
168
168
  "nx": {
169
169
  "targets": {
170
170
  "build": {