react-resizable-panels 4.7.2 → 4.7.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-resizable-panels",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)",
|
|
6
6
|
"contributors": [
|
|
@@ -20,16 +20,17 @@
|
|
|
20
20
|
],
|
|
21
21
|
"scripts": {
|
|
22
22
|
"dev": "vite",
|
|
23
|
-
"dev:integrations": "
|
|
23
|
+
"dev:integrations": "pnpm run /^dev:integrations:.*/",
|
|
24
24
|
"dev:integrations:next": "pnpm -C integrations/next/ run dev",
|
|
25
25
|
"dev:integrations:vike": "pnpm -C integrations/vike/ run dev",
|
|
26
26
|
"dev:integrations:vite": "pnpm -C integrations/vite/ run dev",
|
|
27
|
-
"build": "pnpm run build
|
|
27
|
+
"build": "pnpm run /^build:.*/",
|
|
28
28
|
"build:docs": "cross-env TARGET=docs vite build",
|
|
29
29
|
"build:lib": "cross-env TARGET=lib vite build",
|
|
30
|
-
"compile": "pnpm run
|
|
30
|
+
"compile": "pnpm run --sequential /^compile:.*/",
|
|
31
31
|
"compile:docs": "tsx ./scripts/compile-docs",
|
|
32
32
|
"compile:examples": "tsx ./scripts/compile-examples",
|
|
33
|
+
"compile:search-index": "tsx ./scripts/compile-search-index",
|
|
33
34
|
"compress:og-image": "tsx ./scripts/compress-og-image",
|
|
34
35
|
"e2e:install": "pnpm -C integrations/tests exec playwright install --with-deps",
|
|
35
36
|
"e2e:test": "pnpm -C integrations/tests run test",
|
|
@@ -91,11 +92,12 @@
|
|
|
91
92
|
"postcss": "^8.5.6",
|
|
92
93
|
"prettier": "3.6.2",
|
|
93
94
|
"prettier-plugin-tailwindcss": "^0.7.1",
|
|
95
|
+
"puppeteer": "^24.38.0",
|
|
94
96
|
"react": "^19.2.3",
|
|
95
97
|
"react-docgen-typescript": "^2.4.0",
|
|
96
98
|
"react-dom": "^19.2.3",
|
|
97
99
|
"react-error-boundary": "^6.0.0",
|
|
98
|
-
"react-lib-tools": "0.0.
|
|
100
|
+
"react-lib-tools": "^0.0.44",
|
|
99
101
|
"react-router-dom": "^7.6.3",
|
|
100
102
|
"rimraf": "^6.1.2",
|
|
101
103
|
"rollup-plugin-terser": "^7.0.2",
|