super-productivity/packages/plugin-dev/automations/package.json
dependabot[bot] 309d5322ed
build(deps): bump the npm_and_yarn group across 4 directories with 1 update (#6141)
Bumps the npm_and_yarn group with 1 update in the /packages/plugin-dev/ai-productivity-prompts directory: [seroval](https://github.com/lxsmnsyc/seroval).
Bumps the npm_and_yarn group with 1 update in the /packages/plugin-dev/automations directory: [seroval](https://github.com/lxsmnsyc/seroval).
Bumps the npm_and_yarn group with 1 update in the /packages/plugin-dev/boilerplate-solid-js directory: [seroval](https://github.com/lxsmnsyc/seroval).
Bumps the npm_and_yarn group with 1 update in the /packages/plugin-dev/procrastination-buster directory: [seroval](https://github.com/lxsmnsyc/seroval).


Updates `seroval` from 1.3.2 to 1.5.0
- [Release notes](https://github.com/lxsmnsyc/seroval/releases)
- [Commits](https://github.com/lxsmnsyc/seroval/commits)

Updates `seroval` from 1.3.2 to 1.5.0
- [Release notes](https://github.com/lxsmnsyc/seroval/releases)
- [Commits](https://github.com/lxsmnsyc/seroval/commits)

Updates `seroval` from 1.3.2 to 1.5.0
- [Release notes](https://github.com/lxsmnsyc/seroval/releases)
- [Commits](https://github.com/lxsmnsyc/seroval/commits)

Updates `seroval` from 1.3.2 to 1.5.0
- [Release notes](https://github.com/lxsmnsyc/seroval/releases)
- [Commits](https://github.com/lxsmnsyc/seroval/commits)

---
updated-dependencies:
- dependency-name: seroval
  dependency-version: 1.5.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: seroval
  dependency-version: 1.5.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: seroval
  dependency-version: 1.5.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: seroval
  dependency-version: 1.5.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-25 10:48:01 +01:00

41 lines
1.2 KiB
JSON

{
"name": "automations",
"version": "1.0.0",
"description": "Automation Plugin for Super Productivity",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch",
"preview": "vite preview",
"test": "vitest run",
"lint": "eslint .",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"package": "node scripts/build-plugin.js",
"deploy": "npm run build"
},
"devDependencies": {
"@solidjs/router": "^0.15.4",
"@solidjs/testing-library": "^0.8.10",
"@super-productivity/plugin-api": "file:../../plugin-api",
"@super-productivity/vite-plugin": "file:../../vite-plugin",
"@typescript-eslint/eslint-plugin": "^8.48.0",
"@typescript-eslint/parser": "^8.48.0",
"archiver": "^7.0.1",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-solid": "^0.14.5",
"jsdom": "^27.2.0",
"prettier": "^3.6.2",
"solid-js": "^1.9.11",
"typescript": "^5.9.3",
"vite": "^7.2.4",
"vite-plugin-solid": "^2.11.10",
"vitest": "^4.0.14"
},
"dependencies": {
"@picocss/pico": "^2.1.1"
}
}