@liveblocks/react 0.18.3-test2 → 0.18.4

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.
@@ -0,0 +1 @@
1
+ 6939eb8610badf24fa43317b37ebc162f5706b01
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/react",
3
- "version": "0.18.3-test2",
3
+ "version": "0.18.4",
4
4
  "description": "A set of React hooks and providers to use Liveblocks declaratively.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -20,33 +20,44 @@
20
20
  "url": "https://github.com/liveblocks/liveblocks/issues"
21
21
  },
22
22
  "scripts": {
23
- "dev": "tsup --watch --onSuccess ../../scripts/build.sh",
24
23
  "build": "tsup && ../../scripts/build.sh",
25
24
  "start": "tsup --watch",
26
25
  "format": "eslint --fix src/ && prettier --write src/",
27
26
  "lint": "eslint src/ && npm run check:exports",
28
27
  "check:exports": "tsc scripts/check-factory-exports.ts && node scripts/check-factory-exports.js",
29
- "test": "jest --silent --verbose",
30
- "test:watch": "jest --silent --verbose --watch"
28
+ "test": "jest --watch --silent --verbose",
29
+ "test-ci": "jest --silent --verbose"
31
30
  },
32
31
  "license": "Apache-2.0",
33
32
  "dependencies": {
34
- "@liveblocks/client": "0.18.3-test2",
35
- "@liveblocks/core": "0.18.3-test2",
36
- "use-sync-external-store": "^1.2.0"
33
+ "use-sync-external-store": "^1.2.0",
34
+ "@liveblocks/core": "0.18.4",
35
+ "@liveblocks/client": "0.18.4"
37
36
  },
38
37
  "peerDependencies": {
39
38
  "react": "^16.14.0 || ^17 || ^18"
40
39
  },
41
40
  "devDependencies": {
42
- "@liveblocks/eslint-config": "*",
43
- "@liveblocks/jest-config": "*",
44
41
  "@testing-library/jest-dom": "^5.16.5",
45
42
  "@testing-library/react": "^13.1.1",
43
+ "@types/jest": "^29.1.2",
46
44
  "@types/use-sync-external-store": "^0.0.3",
45
+ "@typescript-eslint/eslint-plugin": "^5.26.0",
46
+ "@typescript-eslint/parser": "^5.26.0",
47
+ "eslint": "^8.12.0",
48
+ "eslint-plugin-import": "^2.26.0",
47
49
  "eslint-plugin-react-hooks": "^4.6.0",
50
+ "eslint-plugin-simple-import-sort": "^7.0.0",
51
+ "jest": "^29.1.2",
52
+ "jest-environment-jsdom": "^29.1.2",
48
53
  "msw": "^0.27.1",
49
- "react-error-boundary": "^3.1.1"
54
+ "prettier": "^2.7.1",
55
+ "react-error-boundary": "^3.1.1",
56
+ "ts-jest": "^29.0.3",
57
+ "ts-node": "^10.8.1",
58
+ "tsup": "^6.2.2",
59
+ "typescript": "^4.7.3",
60
+ "whatwg-fetch": "^3.6.2"
50
61
  },
51
62
  "repository": {
52
63
  "type": "git",