@jujulego/jill 2.4.0-alpha.2 → 2.4.0-alpha.3
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/README.md +13 -1
- package/dist/71.mjs +1 -1
- package/dist/71.mjs.map +1 -1
- package/dist/828.mjs +1 -1
- package/dist/828.mjs.map +1 -1
- package/dist/config/types.d.ts +1 -0
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/main.mjs +1 -1
- package/dist/main.mjs.map +1 -1
- package/dist/project/workspace.d.ts +1 -0
- package/dist/tasks/script-task.d.ts +9 -2
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jujulego/jill",
|
|
3
|
-
"version": "2.4.0-alpha.
|
|
3
|
+
"version": "2.4.0-alpha.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@jujulego/event-tree": "^4.2.0",
|
|
34
34
|
"@jujulego/logger": "^0.2.4",
|
|
35
35
|
"@jujulego/quick-tag": "^0.3.3",
|
|
36
|
-
"@jujulego/tasks": "^2.
|
|
36
|
+
"@jujulego/tasks": "^2.2.0",
|
|
37
37
|
"@jujulego/utils": "^2.0.2",
|
|
38
38
|
"ajv": "^8.12.0",
|
|
39
39
|
"chalk": "^5.3.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"ink-spinner": "^5.0.0",
|
|
44
44
|
"inversify": "^6.0.1",
|
|
45
45
|
"inversify-inject-decorators": "^3.1.0",
|
|
46
|
-
"log-symbols": "^
|
|
46
|
+
"log-symbols": "^6.0.0",
|
|
47
47
|
"moo": "^0.5.2",
|
|
48
48
|
"normalize-package-data": "^6.0.0",
|
|
49
49
|
"pretty-ms": "^8.0.0",
|
|
@@ -59,24 +59,24 @@
|
|
|
59
59
|
"@jujulego/vite-plugin-swc": "1.1.0",
|
|
60
60
|
"@microsoft/eslint-formatter-sarif": "3.0.0",
|
|
61
61
|
"@rollup/plugin-swc": "0.2.1",
|
|
62
|
-
"@swc/core": "1.3.
|
|
63
|
-
"@types/moo": "0.5.
|
|
64
|
-
"@types/node": "16.18.
|
|
65
|
-
"@types/normalize-package-data": "2.4.
|
|
66
|
-
"@types/react": "18.2.
|
|
67
|
-
"@types/semver": "7.5.
|
|
68
|
-
"@types/webpack-bundle-analyzer": "4.6.
|
|
69
|
-
"@types/yargs": "17.0.
|
|
70
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
71
|
-
"@typescript-eslint/parser": "6.
|
|
62
|
+
"@swc/core": "1.3.95",
|
|
63
|
+
"@types/moo": "0.5.8",
|
|
64
|
+
"@types/node": "16.18.59",
|
|
65
|
+
"@types/normalize-package-data": "2.4.3",
|
|
66
|
+
"@types/react": "18.2.32",
|
|
67
|
+
"@types/semver": "7.5.4",
|
|
68
|
+
"@types/webpack-bundle-analyzer": "4.6.2",
|
|
69
|
+
"@types/yargs": "17.0.29",
|
|
70
|
+
"@typescript-eslint/eslint-plugin": "6.9.0",
|
|
71
|
+
"@typescript-eslint/parser": "6.9.0",
|
|
72
72
|
"@vitest/coverage-v8": "0.34.6",
|
|
73
73
|
"@vitest/expect": "0.34.6",
|
|
74
74
|
"@vitest/spy": "0.34.6",
|
|
75
75
|
"browserslist": "4.22.1",
|
|
76
|
-
"eslint": "8.
|
|
76
|
+
"eslint": "8.52.0",
|
|
77
77
|
"eslint-plugin-react": "7.33.2",
|
|
78
78
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
79
|
-
"eslint-plugin-vitest": "0.3.
|
|
79
|
+
"eslint-plugin-vitest": "0.3.8",
|
|
80
80
|
"eslint-plugin-workspaces": "0.9.0",
|
|
81
81
|
"fork-ts-checker-webpack-plugin": "9.0.0",
|
|
82
82
|
"ink-testing-library": "3.0.0",
|