Bumps the development-dependencies group with 3 updates: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint), [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) and [simple-icons](https://github.com/simple-icons/simple-icons). Updates `typescript-eslint` from 8.57.2 to 8.58.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/typescript-eslint) Updates `lucide-react` from 1.0.1 to 1.7.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.7.0/packages/lucide-react) Updates `simple-icons` from 16.13.0 to 16.14.0 - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/16.13.0...16.14.0) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: lucide-react dependency-version: 1.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: simple-icons dependency-version: 16.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "@page-agent/ext",
|
|
"private": true,
|
|
"version": "1.6.3",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "wxt",
|
|
"build:ext": "wxt build",
|
|
"zip": "wxt zip",
|
|
"postinstall": "wxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@radix-ui/react-hover-card": "^1.1.15",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
"@types/chrome": "^0.1.38",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.1",
|
|
"@wxt-dev/module-react": "^1.2.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"idb": "^8.0.3",
|
|
"lucide-react": "^1.7.0",
|
|
"motion": "^12.38.0",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"rough-notation": "^0.5.1",
|
|
"simple-icons": "^16.14.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.1.14",
|
|
"tw-animate-css": "^1.4.0",
|
|
"wxt": "^0.20.20"
|
|
},
|
|
"dependencies": {
|
|
"@page-agent/core": "1.6.3",
|
|
"@page-agent/llms": "1.6.3",
|
|
"@page-agent/page-controller": "1.6.3",
|
|
"@page-agent/ui": "1.6.3",
|
|
"ai-motion": "^0.4.8",
|
|
"chalk": "^5.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^3.25.0 || ^4.0.0"
|
|
}
|
|
}
|