@window-splitter/vue 1.1.1 → 1.1.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,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@window-splitter/vue",
4
- "version": "1.1.1",
4
+ "version": "1.1.3",
5
5
  "sideEffects": false,
6
6
  "homepage": "https://react-window-splitter-six.vercel.app",
7
7
  "repository": {
@@ -9,15 +9,6 @@
9
9
  "directory": "packages/vue"
10
10
  },
11
11
  "main": "./dist/index.js",
12
- "scripts": {
13
- "build": "vite build",
14
- "test": "CI=true vitest",
15
- "lint": "eslint .",
16
- "stats": "rsbuild --mode production build",
17
- "storybook": "storybook dev -p 6006",
18
- "build-storybook": "storybook build",
19
- "clean": "rm -rf dist .turbo .tshy .tshy-build"
20
- },
21
12
  "keywords": [
22
13
  "vue",
23
14
  "panel",
@@ -38,30 +29,30 @@
38
29
  "license": "MIT",
39
30
  "description": "A WAI-ARIA compliant window splitter for Vue.",
40
31
  "devDependencies": {
41
- "@internal/eslint-config": "1.1.1",
32
+ "@internal/eslint-config": "1.1.3",
42
33
  "@storybook/vue3": "^8.6.12",
43
34
  "@storybook/vue3-vite": "^8.6.12",
44
35
  "@testing-library/dom": "^10.4.0",
45
- "@testing-library/jest-dom": "catalog:",
36
+ "@testing-library/jest-dom": "^6.4.8",
46
37
  "@testing-library/vue": "^8.1.0",
47
38
  "@vitejs/plugin-vue": "^5.2.3",
48
- "@vitest/coverage-istanbul": "catalog:",
49
- "eslint": "catalog:",
39
+ "@vitest/coverage-istanbul": "^3.1.2",
40
+ "eslint": "^9.9.0",
50
41
  "eslint-plugin-vue": "^10.1.0",
51
42
  "framer-motion": "^11.3.28",
52
43
  "storybook": "^8.6.12",
53
44
  "tiny-cookie": "^2.5.1",
54
45
  "ts-dedent": "^2.2.0",
55
- "typescript": "catalog:",
46
+ "typescript": "^5.5.4",
56
47
  "typescript-eslint": "^8.1.0",
57
48
  "vite": "^6.3.3",
58
49
  "vite-plugin-dts": "^4.5.3",
59
- "vitest": "catalog:",
50
+ "vitest": "^3.1.2",
60
51
  "vue": "^3.5.13"
61
52
  },
62
53
  "dependencies": {
63
- "@window-splitter/interface": "1.1.1",
64
- "@window-splitter/state": "1.1.1"
54
+ "@window-splitter/interface": "1.1.3",
55
+ "@window-splitter/state": "1.1.3"
65
56
  },
66
57
  "peerDependencies": {
67
58
  "vue": ">=3.x"
@@ -80,5 +71,14 @@
80
71
  },
81
72
  "types": "./dist/index.d.ts",
82
73
  "module": "./dist/index.mjs",
83
- "gitHead": "a7f123555c7e5ef966007731aba4dfae73cd19a2"
84
- }
74
+ "gitHead": "0fae9dff0a45d9423c1327667de042b70774b8bc",
75
+ "scripts": {
76
+ "build": "vite build",
77
+ "test": "CI=true vitest",
78
+ "lint": "eslint .",
79
+ "stats": "rsbuild --mode production build",
80
+ "storybook": "storybook dev -p 6006",
81
+ "build-storybook": "storybook build",
82
+ "clean": "rm -rf dist .turbo .tshy .tshy-build"
83
+ }
84
+ }