zudoku 0.21.11 → 0.21.12

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zudoku",
3
- "version": "0.21.11",
3
+ "version": "0.21.12",
4
4
  "type": "module",
5
5
  "homepage": "https://zudoku.dev",
6
6
  "repository": {
@@ -202,6 +202,7 @@
202
202
  "strip-ansi": "7.1.0",
203
203
  "tailwind-merge": "2.5.4",
204
204
  "tailwindcss": "3.4.13",
205
+ "tsx": "^4.19.2",
205
206
  "ulidx": "2.4.1",
206
207
  "unist-util-visit": "5.0.0",
207
208
  "urql": "4.1.0",
@@ -233,7 +234,6 @@
233
234
  "react": "18.3.1",
234
235
  "react-dom": "18.3.1",
235
236
  "rollup-plugin-visualizer": "5.12.0",
236
- "tsx": "^4.19.2",
237
237
  "typescript": "5.7.2",
238
238
  "vitest": "2.1.8"
239
239
  },