heroshot 0.16.0 → 0.18.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": "heroshot",
3
- "version": "0.16.0",
3
+ "version": "0.18.0",
4
4
  "description": "Define your screenshots once, update them forever with one command",
5
5
  "type": "module",
6
6
  "author": "Ondrej Machala",
@@ -104,15 +104,15 @@
104
104
  "playwright"
105
105
  ],
106
106
  "devDependencies": {
107
- "@changesets/cli": "^2.29.8",
107
+ "@changesets/cli": "^2.31.0",
108
108
  "@eslint/js": "^9.16.0",
109
109
  "@sveltejs/vite-plugin-svelte": "^6.2.4",
110
- "@tailwindcss/vite": "^4.1.18",
110
+ "@tailwindcss/vite": "^4.3.0",
111
111
  "@types/node": "^22.10.0",
112
112
  "@types/pngjs": "^6.0.5",
113
- "@vitest/browser": "^4.0.17",
114
- "@vitest/browser-playwright": "^4.0.17",
115
- "@vitest/coverage-v8": "^4.0.17",
113
+ "@vitest/browser": "^4.1.8",
114
+ "@vitest/browser-playwright": "^4.1.8",
115
+ "@vitest/coverage-v8": "^4.1.8",
116
116
  "eslint": "^9.16.0",
117
117
  "eslint-config-prettier": "^9.1.0",
118
118
  "eslint-import-resolver-typescript": "^4.4.4",
@@ -123,31 +123,31 @@
123
123
  "eslint-plugin-regexp": "^2.10.0",
124
124
  "eslint-plugin-security": "^3.0.1",
125
125
  "eslint-plugin-sonarjs": "^3.0.5",
126
- "eslint-plugin-svelte": "^3.14.0",
126
+ "eslint-plugin-svelte": "^3.19.0",
127
127
  "eslint-plugin-unicorn": "^62.0.0",
128
128
  "eslint-plugin-unused-imports": "^4.3.0",
129
129
  "jsdom": "^26.0.0",
130
130
  "knip": "^5.80.0",
131
- "lefthook": "^2.0.16",
131
+ "lefthook": "^2.1.9",
132
132
  "pixelmatch": "^7.1.0",
133
133
  "pngjs": "^7.0.0",
134
134
  "postcss": "^8.5.6",
135
- "prettier": "^3.7.4",
136
- "svelte": "^5.46.1",
137
- "svelte-eslint-parser": "^1.4.1",
138
- "tailwindcss": "^4.1.18",
139
- "tsdown": "^0.20.1",
135
+ "prettier": "^3.8.3",
136
+ "svelte": "^5.56.1",
137
+ "svelte-eslint-parser": "^1.8.0",
138
+ "tailwindcss": "^4.3.0",
139
+ "tsdown": "^0.22.2",
140
140
  "tsx": "^4.19.0",
141
141
  "typescript": "^5.7.0",
142
- "typescript-eslint": "^8.17.0",
142
+ "typescript-eslint": "^8.60.1",
143
143
  "vite": "^6.0.0",
144
- "vitest": "^4.0.17"
144
+ "vitest": "^4.1.8"
145
145
  },
146
146
  "dependencies": {
147
147
  "@clack/prompts": "^0.11.0",
148
148
  "commander": "^12.1.0",
149
149
  "p-limit": "^7.2.0",
150
- "playwright": "^1.49.0",
150
+ "playwright": "^1.60.0",
151
151
  "zod": "^4.3.5"
152
152
  },
153
153
  "optionalDependencies": {