@isograph/react 0.0.0-main-3dfc0c7a → 0.0.0-main-c10b5e98

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isograph/react",
3
- "version": "0.0.0-main-3dfc0c7a",
3
+ "version": "0.0.0-main-c10b5e98",
4
4
  "description": "Use Isograph with React",
5
5
  "homepage": "https://isograph.dev",
6
6
  "main": "dist/index.js",
@@ -13,13 +13,13 @@
13
13
  "test": "vitest run",
14
14
  "test-watch": "vitest watch",
15
15
  "coverage": "vitest run --coverage",
16
- "prepack": "yarn run test && yarn run compile",
16
+ "prepack": "pnpm run test && pnpm run compile",
17
17
  "tsc": "tsc"
18
18
  },
19
19
  "dependencies": {
20
- "@isograph/disposable-types": "0.0.0-main-3dfc0c7a",
21
- "@isograph/react-disposable-state": "0.0.0-main-3dfc0c7a",
22
- "@isograph/reference-counted-pointer": "0.0.0-main-3dfc0c7a"
20
+ "@isograph/disposable-types": "0.0.0-main-c10b5e98",
21
+ "@isograph/react-disposable-state": "0.0.0-main-c10b5e98",
22
+ "@isograph/reference-counted-pointer": "0.0.0-main-c10b5e98"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": "18.2.0"