@jujulego/jill 3.0.6 → 3.0.8

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": "@jujulego/jill",
3
- "version": "3.0.6",
3
+ "version": "3.0.8",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@codecov/rollup-plugin": "1.9.1",
39
- "@eslint/js": "9.39.2",
39
+ "@eslint/js": "9.39.4",
40
40
  "@jujulego/2d-maths": "1.6.0",
41
41
  "@jujulego/quick-tag": "1.1.0",
42
42
  "@jujulego/vite-plugin-swc": "1.2.1",
@@ -44,56 +44,56 @@
44
44
  "@kyrielle/logger": "2.0.0",
45
45
  "@kyrielle/workload": "1.0.0",
46
46
  "@microsoft/eslint-formatter-sarif": "3.1.0",
47
- "@rollup/plugin-commonjs": "29.0.0",
47
+ "@rollup/plugin-commonjs": "29.0.2",
48
48
  "@rollup/plugin-json": "6.1.0",
49
49
  "@rollup/plugin-node-resolve": "16.0.3",
50
50
  "@rollup/plugin-replace": "6.0.3",
51
- "@sentry/rollup-plugin": "4.6.1",
52
- "@swc/core": "1.15.8",
51
+ "@sentry/rollup-plugin": "5.1.1",
52
+ "@swc/core": "1.15.18",
53
53
  "@types/moo": "0.5.10",
54
- "@types/node": "24.10.4",
54
+ "@types/node": "24.12.0",
55
55
  "@types/normalize-package-data": "2.4.4",
56
- "@types/react": "19.2.7",
56
+ "@types/react": "19.2.14",
57
57
  "@types/semver": "7.7.1",
58
58
  "@types/yargs": "17.0.35",
59
- "@typescript-eslint/utils": "8.51.0",
60
- "@vitest/coverage-v8": "4.0.16",
61
- "@vitest/eslint-plugin": "1.6.5",
62
- "@vitest/expect": "4.0.16",
63
- "ajv": "8.17.1",
59
+ "@typescript-eslint/utils": "8.57.1",
60
+ "@vitest/coverage-v8": "4.1.0",
61
+ "@vitest/eslint-plugin": "1.6.12",
62
+ "@vitest/expect": "4.1.0",
63
+ "ajv": "8.18.0",
64
64
  "chalk": "5.6.2",
65
65
  "chalk-template": "1.1.2",
66
- "cosmiconfig": "9.0.0",
67
- "eslint": "9.39.2",
66
+ "cosmiconfig": "9.0.1",
67
+ "eslint": "9.39.4",
68
68
  "eslint-plugin-react": "7.37.5",
69
69
  "eslint-plugin-react-hooks": "7.0.1",
70
- "glob": "13.0.0",
71
- "globals": "17.0.0",
72
- "ink": "6.6.0",
70
+ "glob": "13.0.6",
71
+ "globals": "17.4.0",
72
+ "ink": "6.8.0",
73
73
  "ink-spinner": "5.0.0",
74
74
  "ink-testing-library": "4.0.0",
75
75
  "is-unicode-supported": "2.1.0",
76
76
  "jiti": "2.6.1",
77
77
  "kyrielle": "2.8.3",
78
- "memfs": "4.51.1",
79
- "moo": "0.5.2",
78
+ "memfs": "4.57.1",
79
+ "moo": "0.5.3",
80
80
  "normalize-package-data": "8.0.0",
81
- "path-scurry": "2.0.1",
81
+ "path-scurry": "2.0.2",
82
82
  "pretty-ms": "9.3.0",
83
- "react": "19.2.3",
84
- "rollup": "4.54.0",
85
- "semver": "7.7.3",
83
+ "react": "19.2.4",
84
+ "rollup": "4.59.1",
85
+ "semver": "7.7.4",
86
86
  "shx": "0.4.0",
87
- "slugify": "1.6.6",
87
+ "slugify": "1.6.8",
88
88
  "ts-node": "10.9.2",
89
89
  "typescript": "5.9.3",
90
- "typescript-eslint": "8.51.0",
91
- "vite": "7.3.0",
92
- "vite-tsconfig-paths": "6.0.3",
93
- "vitest": "4.0.16"
90
+ "typescript-eslint": "8.57.1",
91
+ "vite": "8.0.1",
92
+ "vite-tsconfig-paths": "6.1.1",
93
+ "vitest": "4.1.0"
94
94
  },
95
95
  "resolutions": {
96
- "string-width": "8.1.0"
96
+ "string-width": "8.2.0"
97
97
  },
98
- "packageManager": "yarn@4.12.0"
98
+ "packageManager": "yarn@4.13.0"
99
99
  }