react-resizable-panels 4.0.15 → 4.1.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.0.15",
3
+ "version": "4.1.0",
4
4
  "type": "module",
5
5
  "author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)",
6
6
  "contributors": [
@@ -27,9 +27,9 @@
27
27
  "build": "pnpm run build:lib && pnpm run build:docs",
28
28
  "build:docs": "TARGET=docs vite build",
29
29
  "build:lib": "TARGET=lib vite build",
30
- "compile": "pnpm run compile:code-snippets && pnpm run compile:docs",
31
- "compile:code-snippets": "node --loader ts-node/esm ./scripts/compile-code-snippets.ts",
32
- "compile:docs": "node --loader ts-node/esm ./scripts/compile-docs.ts",
30
+ "compile": "pnpm run compile:docs && pnpm run compile:examples",
31
+ "compile:docs": "tsx ./scripts/compile-docs",
32
+ "compile:examples": "tsx ./scripts/compile-examples",
33
33
  "e2e:install": "pnpm -C integrations/vite/ exec playwright install --with-deps",
34
34
  "e2e:test": "pnpm -C integrations/vite/ run test",
35
35
  "lint": "eslint .",
@@ -95,6 +95,7 @@
95
95
  "react-docgen-typescript": "^2.4.0",
96
96
  "react-dom": "^19.2.3",
97
97
  "react-error-boundary": "^6.0.0",
98
+ "react-lib-tools": "^0.0.7",
98
99
  "react-router-dom": "^7.6.3",
99
100
  "rollup-plugin-terser": "^7.0.2",
100
101
  "rollup-plugin-visualizer": "^6.0.3",
@@ -105,14 +106,15 @@
105
106
  "terser": "^5.43.1",
106
107
  "ts-blank-space": "^0.6.2",
107
108
  "ts-node": "^10.9.2",
109
+ "tsx": "^4.21.0",
108
110
  "typescript": "~5.8.3",
109
111
  "typescript-eslint": "^8.35.1",
110
112
  "typescript-json-schema": "^0.65.1",
111
113
  "vite": "^7.0.4",
112
- "vitest-fail-on-console": "^0.10.1",
113
114
  "vite-plugin-dts": "^4.5.4",
114
115
  "vite-plugin-svgr": "^4.3.0",
115
116
  "vitest": "^3.2.4",
117
+ "vitest-fail-on-console": "^0.10.1",
116
118
  "zustand": "^5.0.7"
117
119
  }
118
120
  }