@cedarjs/testing 0.9.0-rc.5 → 0.9.0

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/testing",
3
- "version": "0.9.0-rc.5+db518e5b5",
3
+ "version": "0.9.0",
4
4
  "description": "Tools, wrappers and configuration for testing a CedarJS project.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -122,13 +122,13 @@
122
122
  "test:watch": "vitest watch"
123
123
  },
124
124
  "dependencies": {
125
- "@cedarjs/auth": "0.9.0-rc.5+db518e5b5",
126
- "@cedarjs/babel-config": "0.9.0-rc.5+db518e5b5",
127
- "@cedarjs/context": "0.9.0-rc.5+db518e5b5",
128
- "@cedarjs/graphql-server": "0.9.0-rc.5+db518e5b5",
129
- "@cedarjs/project-config": "0.9.0-rc.5+db518e5b5",
130
- "@cedarjs/router": "0.9.0-rc.5+db518e5b5",
131
- "@cedarjs/web": "0.9.0-rc.5+db518e5b5",
125
+ "@cedarjs/auth": "0.9.0",
126
+ "@cedarjs/babel-config": "0.9.0",
127
+ "@cedarjs/context": "0.9.0",
128
+ "@cedarjs/graphql-server": "0.9.0",
129
+ "@cedarjs/project-config": "0.9.0",
130
+ "@cedarjs/router": "0.9.0",
131
+ "@cedarjs/web": "0.9.0",
132
132
  "@testing-library/jest-dom": "6.5.0",
133
133
  "@testing-library/react": "14.3.1",
134
134
  "@testing-library/user-event": "14.5.2",
@@ -166,5 +166,5 @@
166
166
  "publishConfig": {
167
167
  "access": "public"
168
168
  },
169
- "gitHead": "db518e5b5b1849ef44afb1e6f7277cb69a7a58b8"
169
+ "gitHead": "d84b61c5571f4d33f18451b92253d4967970f239"
170
170
  }