@jujulego/jill 2.3.1 → 2.3.2

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": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,9 +29,9 @@
29
29
  "node": "^16.x || ^18.x"
30
30
  },
31
31
  "dependencies": {
32
- "@jujulego/event-tree": "^4.0.1",
33
- "@jujulego/tasks": "^2.0.0",
34
- "@jujulego/utils": "^2.0.0",
32
+ "@jujulego/event-tree": "^4.1.0",
33
+ "@jujulego/tasks": "^2.0.1",
34
+ "@jujulego/utils": "^2.0.1",
35
35
  "ajv": "^8.12.0",
36
36
  "chalk": "^5.3.0",
37
37
  "cosmiconfig": "^8.2.0",
@@ -41,7 +41,7 @@
41
41
  "inversify-inject-decorators": "^3.1.0",
42
42
  "log-symbols": "^5.1.0",
43
43
  "moo": "^0.5.2",
44
- "normalize-package-data": "^5.0.0",
44
+ "normalize-package-data": "^6.0.0",
45
45
  "pretty-ms": "^8.0.0",
46
46
  "react": "^18.2.0",
47
47
  "reflect-metadata": "^0.1.13",
@@ -55,41 +55,41 @@
55
55
  "devDependencies": {
56
56
  "@jujulego/2d-maths": "1.6.0",
57
57
  "@microsoft/eslint-formatter-sarif": "3.0.0",
58
- "@swc/core": "1.3.71",
58
+ "@rollup/plugin-swc": "0.2.0",
59
+ "@swc/core": "1.3.85",
59
60
  "@types/moo": "0.5.6",
60
- "@types/node": "16.18.40",
61
+ "@types/node": "16.18.52",
61
62
  "@types/normalize-package-data": "2.4.1",
62
- "@types/react": "18.2.20",
63
- "@types/semver": "7.5.0",
63
+ "@types/react": "18.2.22",
64
+ "@types/semver": "7.5.2",
64
65
  "@types/webpack-bundle-analyzer": "4.6.0",
65
66
  "@types/yargs": "17.0.24",
66
- "@typescript-eslint/eslint-plugin": "6.3.0",
67
- "@typescript-eslint/parser": "6.3.0",
68
- "@vitest/coverage-v8": "0.34.1",
69
- "@vitest/expect": "0.34.1",
70
- "@vitest/spy": "0.34.1",
67
+ "@typescript-eslint/eslint-plugin": "6.7.2",
68
+ "@typescript-eslint/parser": "6.7.2",
69
+ "@vitest/coverage-v8": "0.34.4",
70
+ "@vitest/expect": "0.34.4",
71
+ "@vitest/spy": "0.34.4",
71
72
  "browserslist": "4.21.10",
72
- "eslint": "8.46.0",
73
- "eslint-plugin-react": "7.33.1",
73
+ "eslint": "8.49.0",
74
+ "eslint-plugin-react": "7.33.2",
74
75
  "eslint-plugin-react-hooks": "4.6.0",
75
- "eslint-plugin-vitest": "0.2.8",
76
+ "eslint-plugin-vitest": "0.3.1",
76
77
  "eslint-plugin-workspaces": "0.9.0",
77
78
  "fork-ts-checker-webpack-plugin": "8.0.0",
78
79
  "ink-testing-library": "3.0.0",
79
- "memfs": "4.2.1",
80
- "rollup-plugin-swc3": "0.9.1",
80
+ "memfs": "4.3.0",
81
81
  "shx": "0.3.4",
82
82
  "swc-loader": "0.2.3",
83
83
  "ts-node": "10.9.1",
84
- "typescript": "5.1.6",
84
+ "typescript": "5.2.2",
85
85
  "vite": "4.4.9",
86
- "vite-tsconfig-paths": "4.2.0",
87
- "vitest": "0.34.1",
86
+ "vite-tsconfig-paths": "4.2.1",
87
+ "vitest": "0.34.4",
88
88
  "webpack": "5.88.2",
89
- "webpack-bundle-analyzer": "4.9.0",
89
+ "webpack-bundle-analyzer": "4.9.1",
90
90
  "webpack-cli": "5.1.4",
91
91
  "webpack-merge": "5.9.0",
92
92
  "webpack-node-externals": "3.0.0"
93
93
  },
94
- "packageManager": "yarn@3.6.1"
94
+ "packageManager": "yarn@3.6.3"
95
95
  }