react-resizable-panels 4.4.1 → 4.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-resizable-panels",
3
- "version": "4.4.1",
3
+ "version": "4.5.0",
4
4
  "type": "module",
5
5
  "author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)",
6
6
  "contributors": [
@@ -20,13 +20,13 @@
20
20
  ],
21
21
  "scripts": {
22
22
  "dev": "vite",
23
- "dev:integrations": "pnpm run dev:integrations:next & pnpm run dev:integrations:vike & pnpm run dev:integrations:vite",
23
+ "dev:integrations": "concurrently -k \"pnpm run dev:integrations:next\" \"pnpm run dev:integrations:vike\" \"pnpm run dev:integrations:vite\"",
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
27
  "build": "pnpm run build:lib && pnpm run build:docs",
28
- "build:docs": "TARGET=docs vite build",
29
- "build:lib": "TARGET=lib vite build",
28
+ "build:docs": "cross-env TARGET=docs vite build",
29
+ "build:lib": "cross-env TARGET=lib vite build",
30
30
  "compile": "pnpm run compile:docs && pnpm run compile:examples",
31
31
  "compile:docs": "tsx ./scripts/compile-docs",
32
32
  "compile:examples": "tsx ./scripts/compile-examples",
@@ -34,7 +34,7 @@
34
34
  "e2e:install": "pnpm -C integrations/tests exec playwright install --with-deps",
35
35
  "e2e:test": "pnpm -C integrations/tests run test",
36
36
  "lint": "eslint .",
37
- "prerelease": "rm -rf dist && pnpm run build:lib",
37
+ "prerelease": "rimraf dist && pnpm run build:lib",
38
38
  "prettier": "prettier --write \"**/*.{css,html,js,json,jsx,ts,tsx}\"",
39
39
  "prettier:ci": "prettier --check \"**/*.{css,html,js,json,jsx,ts,tsx}\"",
40
40
  "preview": "vite preview",
@@ -73,6 +73,8 @@
73
73
  "bytes": "^3.1.2",
74
74
  "clsx": "^2.1.1",
75
75
  "compression": "^1.8.1",
76
+ "concurrently": "^9.2.1",
77
+ "cross-env": "^10.1.0",
76
78
  "csstype": "^3.1.3",
77
79
  "eslint": "^9.30.1",
78
80
  "eslint-plugin-react-hooks": "^5.2.0",
@@ -93,6 +95,7 @@
93
95
  "react-error-boundary": "^6.0.0",
94
96
  "react-lib-tools": "^0.0.31",
95
97
  "react-router-dom": "^7.6.3",
98
+ "rimraf": "^6.1.2",
96
99
  "rollup-plugin-terser": "^7.0.2",
97
100
  "rollup-plugin-visualizer": "^6.0.3",
98
101
  "rollup-preserve-directives": "^1.1.3",