agent-skill-manager 2.19.0 → 2.20.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": "agent-skill-manager",
3
- "version": "2.19.0",
3
+ "version": "2.20.0",
4
4
  "description": "Interactive TUI for managing installed skills for AI coding agents (Claude Code, Codex, OpenClaw, and more)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -94,33 +94,33 @@
94
94
  "@eslint/js": "^10.0.1",
95
95
  "@tailwindcss/vite": "^4.3.3",
96
96
  "@testing-library/dom": "^10.4.1",
97
- "@testing-library/react": "^16.1.0",
98
- "@types/node": "^26.2.0",
97
+ "@testing-library/react": "^16.3.3",
98
+ "@types/node": "^26.4.1",
99
99
  "@types/react": "^19.2.18",
100
- "@types/react-dom": "^19.2.4",
100
+ "@types/react-dom": "^19.2.7",
101
101
  "@typescript/typescript6": "^6.0.2",
102
- "@vitejs/plugin-react": "^4.3.4",
103
- "@vitest/coverage-v8": "^4.1.10",
104
- "@vitest/ui": "^4.1.10",
102
+ "@vitejs/plugin-react": "^6.1.1",
103
+ "@vitest/coverage-v8": "^5.0.0",
104
+ "@vitest/ui": "^5.0.0",
105
105
  "class-variance-authority": "^0.7.1",
106
106
  "clsx": "^2.1.1",
107
107
  "esbuild": "^0.28.2",
108
- "eslint": "^10.8.1",
108
+ "eslint": "^10.10.0",
109
109
  "eslint-plugin-react": "^7.37.2",
110
110
  "eslint-plugin-react-hooks": "^7.1.1",
111
- "globals": "^15.14.0",
111
+ "globals": "^17.12.0",
112
112
  "ink-testing-library": "^4.0.0",
113
- "jsdom": "^25.0.1",
114
- "lucide-react": "^0.468.0",
113
+ "jsdom": "^30.0.1",
114
+ "lucide-react": "^1.41.0",
115
115
  "minisearch": "7.2.0",
116
116
  "prettier": "^3.8.1",
117
- "react-router-dom": "^7.18.2",
118
- "tailwind-merge": "^2.6.1",
117
+ "react-router-dom": "^7.18.3",
118
+ "tailwind-merge": "^3.6.0",
119
119
  "tailwindcss": "^4.3.3",
120
- "tsx": "^4",
120
+ "tsx": "^4.23.13",
121
121
  "typescript": "^7.0.2",
122
- "typescript-eslint": "^8.67.0",
123
- "vite": "^8.2.1",
124
- "vitest": "^4.1.10"
122
+ "typescript-eslint": "^8.69.0",
123
+ "vite": "^8.2.2",
124
+ "vitest": "^5.0.0"
125
125
  }
126
126
  }