@liveblocks/react-ui 3.18.3-test1 → 3.18.3-test3

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.
package/dist/version.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const PKG_NAME = "@liveblocks/react-ui";
4
- const PKG_VERSION = typeof "3.18.3-test1" === "string" && "3.18.3-test1";
4
+ const PKG_VERSION = typeof "3.18.3-test3" === "string" && "3.18.3-test3";
5
5
  const PKG_FORMAT = typeof "cjs" === "string" && "cjs";
6
6
 
7
7
  exports.PKG_FORMAT = PKG_FORMAT;
package/dist/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  const PKG_NAME = "@liveblocks/react-ui";
2
- const PKG_VERSION = typeof "3.18.3-test1" === "string" && "3.18.3-test1";
2
+ const PKG_VERSION = typeof "3.18.3-test3" === "string" && "3.18.3-test3";
3
3
  const PKG_FORMAT = typeof "esm" === "string" && "esm";
4
4
 
5
5
  export { PKG_FORMAT, PKG_NAME, PKG_VERSION };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/react-ui",
3
- "version": "3.18.3-test1",
3
+ "version": "3.18.3-test3",
4
4
  "description": "A set of React pre-built components for the Liveblocks products. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Liveblocks Inc.",
@@ -73,9 +73,9 @@
73
73
  "slate-history": "^0.110.3",
74
74
  "slate-hyperscript": "^0.100.0",
75
75
  "slate-react": "^0.110.3",
76
- "@liveblocks/react": "3.18.3-test1",
77
- "@liveblocks/client": "3.18.3-test1",
78
- "@liveblocks/core": "3.18.3-test1"
76
+ "@liveblocks/client": "3.18.3-test3",
77
+ "@liveblocks/core": "3.18.3-test3",
78
+ "@liveblocks/react": "3.18.3-test3"
79
79
  },
80
80
  "peerDependencies": {
81
81
  "@types/react": "^18 || ^19",
@@ -91,27 +91,6 @@
91
91
  "optional": true
92
92
  }
93
93
  },
94
- "devDependencies": {
95
- "@radix-ui/react-dropdown-menu": "^2.1.0",
96
- "@testing-library/jest-dom": "^6.8.0",
97
- "@testing-library/react": "^16.3.0",
98
- "eslint": "^9.39.4",
99
- "eslint-plugin-react": "^7.33.2",
100
- "eslint-plugin-react-hooks": "^5.2.0",
101
- "msw": "^2.10.4",
102
- "react": "^18.2.0",
103
- "react-dom": "^18.2.0",
104
- "rollup": "3.28.1",
105
- "stylelint": "^15.10.2",
106
- "stylelint-config-standard": "^34.0.0",
107
- "stylelint-order": "^6.0.3",
108
- "stylelint-plugin-logical-css": "^0.13.2",
109
- "typescript": "^5.9.3",
110
- "vitest": "^4.1.4",
111
- "@liveblocks/eslint-config": "0.0.0",
112
- "@liveblocks/rollup-config": "0.0.0",
113
- "@liveblocks/vitest-config": "1.0.0"
114
- },
115
94
  "sideEffects": false,
116
95
  "bugs": {
117
96
  "url": "https://github.com/liveblocks/liveblocks/issues"
@@ -141,17 +120,5 @@
141
120
  "rooms",
142
121
  "documents",
143
122
  "conflict resolution"
144
- ],
145
- "scripts": {
146
- "dev": "rollup --config rollup.config.js --watch",
147
- "build": "rollup --config rollup.config.js",
148
- "start": "pnpm run dev",
149
- "format": "eslint --fix src/; stylelint --fix src/styles/; prettier --write src/",
150
- "lint": "eslint src/; stylelint src/styles/",
151
- "lint:package": "publint --strict && attw --pack",
152
- "test": "pnpm dlx liveblocks dev -p 1164 -c 'vitest run'",
153
- "test:ci": "vitest run",
154
- "test:types": "vitest run --config ./vitest.config.typecheck.ts",
155
- "test:watch": "vitest"
156
- }
123
+ ]
157
124
  }