vite-plugin-asset-manager 0.0.1 → 0.0.2

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": "vite-plugin-asset-manager",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "description": "Visual asset management for Vite",
6
6
  "author": "Ejiro Asiuwhu <ejiroasiuwhu10@gmail.com>",
@@ -49,15 +49,16 @@
49
49
  "@base-ui/react": "^1.1.0",
50
50
  "@fontsource-variable/figtree": "^5.2.10",
51
51
  "@phosphor-icons/react": "^2.1.10",
52
+ "@tanstack/react-virtual": "^3.13.18",
52
53
  "archiver": "^7.0.1",
53
54
  "chokidar": "^5.0.0",
54
55
  "class-variance-authority": "^0.7.1",
55
56
  "clsx": "^2.1.1",
56
- "fast-glob": "^3.3.2",
57
+ "fast-glob": "^3.3.3",
57
58
  "launch-editor": "^2.12.0",
58
59
  "next-themes": "^0.4.6",
59
60
  "picocolors": "^1.1.1",
60
- "react-resizable-panels": "^4.5.2",
61
+ "react-resizable-panels": "^4.5.3",
61
62
  "shadcn": "^3.7.0",
62
63
  "sharp": "^0.34.5",
63
64
  "sirv": "^3.0.2",
@@ -72,29 +73,29 @@
72
73
  "@testing-library/react": "^16.3.2",
73
74
  "@testing-library/user-event": "^14.6.1",
74
75
  "@types/archiver": "^7.0.0",
75
- "@types/node": "^20.11.0",
76
- "@types/react": "^18.2.48",
77
- "@types/react-dom": "^18.2.18",
78
- "@typescript-eslint/eslint-plugin": "^8.18.0",
79
- "@typescript-eslint/parser": "^8.18.0",
76
+ "@types/node": "^25.1.0",
77
+ "@types/react": "^19.2.10",
78
+ "@types/react-dom": "^19.2.3",
79
+ "@typescript-eslint/eslint-plugin": "^8.54.0",
80
+ "@typescript-eslint/parser": "^8.54.0",
80
81
  "@vitejs/plugin-react": "^5.1.2",
81
- "@vitest/coverage-v8": "^2.1.0",
82
- "@vitest/ui": "^2.1.0",
83
- "eslint": "^9.17.0",
84
- "eslint-config-prettier": "^9.1.0",
85
- "eslint-plugin-react": "^7.37.2",
86
- "eslint-plugin-react-hooks": "^5.1.0",
82
+ "@vitest/coverage-v8": "^4.0.18",
83
+ "@vitest/ui": "^4.0.18",
84
+ "eslint": "^9.39.2",
85
+ "eslint-config-prettier": "^10.1.8",
86
+ "eslint-plugin-react": "^7.37.5",
87
+ "eslint-plugin-react-hooks": "^7.0.1",
87
88
  "jsdom": "^27.4.0",
88
89
  "memfs": "^4.56.10",
89
90
  "postcss": "^8.5.6",
90
91
  "prettier": "^3.8.1",
91
- "react": "^18.2.0",
92
- "react-dom": "^18.2.0",
92
+ "react": "^19.2.4",
93
+ "react-dom": "^19.2.4",
93
94
  "tailwindcss": "^4.1.18",
94
95
  "tsup": "^8.5.1",
95
96
  "typescript": "^5.9.3",
96
97
  "vite": "^7.3.1",
97
- "vitest": "^2.1.0"
98
+ "vitest": "^4.0.18"
98
99
  },
99
100
  "scripts": {
100
101
  "build:ui": "vite build --config vite.config.ui.ts",
@@ -110,6 +111,7 @@
110
111
  "test:ui": "vitest --ui",
111
112
  "test:coverage": "vitest run --coverage",
112
113
  "test:server": "vitest run --project server",
113
- "test:client": "vitest run --project ui"
114
+ "test:client": "vitest run --project ui",
115
+ "playground:react": "pnpm --filter playground-react dev"
114
116
  }
115
117
  }