@cedarjs/testing 5.0.0-canary.2587 → 5.0.0-canary.2589

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": "5.0.0-canary.2587",
3
+ "version": "5.0.0-canary.2589",
4
4
  "description": "Tools, wrappers and configuration for testing a Cedar project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -112,17 +112,17 @@
112
112
  "build:types": "tsc --build --verbose ./tsconfig.build.json",
113
113
  "build:types-cjs": "tsc --build --verbose ./tsconfig.cjs.json",
114
114
  "build:watch": "nodemon --watch src --ext 'js,jsx,ts,tsx' --ignore dist --exec 'yarn build'",
115
- "check:attw": "yarn rw-fwtools-attw",
115
+ "check:attw": "yarn cedar-fwtools-attw",
116
116
  "check:package": "concurrently npm:check:attw yarn:publint",
117
117
  "prepublishOnly": "NODE_ENV=production yarn build",
118
118
  "test": "vitest run",
119
119
  "test:watch": "vitest watch"
120
120
  },
121
121
  "dependencies": {
122
- "@cedarjs/babel-config": "5.0.0-canary.2587",
123
- "@cedarjs/context": "5.0.0-canary.2587",
124
- "@cedarjs/graphql-server": "5.0.0-canary.2587",
125
- "@cedarjs/project-config": "5.0.0-canary.2587",
122
+ "@cedarjs/babel-config": "5.0.0-canary.2589",
123
+ "@cedarjs/context": "5.0.0-canary.2589",
124
+ "@cedarjs/graphql-server": "5.0.0-canary.2589",
125
+ "@cedarjs/project-config": "5.0.0-canary.2589",
126
126
  "@testing-library/jest-dom": "6.9.1",
127
127
  "@testing-library/react": "14.3.1",
128
128
  "@testing-library/user-event": "14.6.1",
@@ -142,10 +142,10 @@
142
142
  "whatwg-fetch": "3.6.20"
143
143
  },
144
144
  "devDependencies": {
145
- "@cedarjs/auth": "5.0.0-canary.2587",
146
- "@cedarjs/framework-tools": "5.0.0-canary.2587",
147
- "@cedarjs/router": "5.0.0-canary.2587",
148
- "@cedarjs/web": "5.0.0-canary.2587",
145
+ "@cedarjs/auth": "5.0.0-canary.2589",
146
+ "@cedarjs/framework-tools": "5.0.0-canary.2589",
147
+ "@cedarjs/router": "5.0.0-canary.2589",
148
+ "@cedarjs/web": "5.0.0-canary.2589",
149
149
  "concurrently": "9.2.1",
150
150
  "jsdom": "27.4.0",
151
151
  "publint": "0.3.21",