@jujulego/jill 2.3.0 → 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/dist/828.mjs +1 -1
- package/dist/828.mjs.map +1 -1
- package/dist/839.mjs +1 -1
- package/dist/839.mjs.map +1 -1
- package/dist/commons/spinner.service.d.ts +3 -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/middlewares/load-workspace.d.ts +2 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +28 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jujulego/jill",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"watch": "webpack --watch",
|
|
23
23
|
"test": "vitest run tests tools",
|
|
24
24
|
"e2e": "vitest run e2e",
|
|
25
|
-
"e2e:npm": "
|
|
26
|
-
"e2e:yarn": "
|
|
25
|
+
"e2e:npm": "yarn run e2e -t npm",
|
|
26
|
+
"e2e:yarn": "yarn run e2e -t yarn"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|
|
29
29
|
"node": "^16.x || ^18.x"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@jujulego/event-tree": "^
|
|
33
|
-
"@jujulego/tasks": "^
|
|
34
|
-
"@jujulego/utils": "^
|
|
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": "^
|
|
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,42 +55,41 @@
|
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@jujulego/2d-maths": "1.6.0",
|
|
57
57
|
"@microsoft/eslint-formatter-sarif": "3.0.0",
|
|
58
|
-
"@swc
|
|
59
|
-
"@
|
|
60
|
-
"@types/
|
|
58
|
+
"@rollup/plugin-swc": "0.2.0",
|
|
59
|
+
"@swc/core": "1.3.85",
|
|
60
|
+
"@types/moo": "0.5.6",
|
|
61
|
+
"@types/node": "16.18.52",
|
|
61
62
|
"@types/normalize-package-data": "2.4.1",
|
|
62
|
-
"@types/react": "18.2.
|
|
63
|
-
"@types/semver": "7.5.
|
|
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.2
|
|
67
|
-
"@typescript-eslint/parser": "6.2
|
|
68
|
-
"@vitest/coverage-v8": "0.34.
|
|
69
|
-
"@vitest/expect": "0.34.
|
|
70
|
-
"@vitest/spy": "0.34.
|
|
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
|
-
"
|
|
73
|
-
"eslint": "
|
|
74
|
-
"eslint-plugin-react": "7.33.1",
|
|
73
|
+
"eslint": "8.49.0",
|
|
74
|
+
"eslint-plugin-react": "7.33.2",
|
|
75
75
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
76
|
-
"eslint-plugin-vitest": "0.
|
|
76
|
+
"eslint-plugin-vitest": "0.3.1",
|
|
77
77
|
"eslint-plugin-workspaces": "0.9.0",
|
|
78
78
|
"fork-ts-checker-webpack-plugin": "8.0.0",
|
|
79
79
|
"ink-testing-library": "3.0.0",
|
|
80
|
-
"memfs": "4.
|
|
81
|
-
"rollup-plugin-swc3": "0.9.1",
|
|
80
|
+
"memfs": "4.3.0",
|
|
82
81
|
"shx": "0.3.4",
|
|
83
82
|
"swc-loader": "0.2.3",
|
|
84
83
|
"ts-node": "10.9.1",
|
|
85
|
-
"typescript": "5.
|
|
86
|
-
"vite": "4.4.
|
|
87
|
-
"vite-tsconfig-paths": "4.2.
|
|
88
|
-
"vitest": "0.34.
|
|
84
|
+
"typescript": "5.2.2",
|
|
85
|
+
"vite": "4.4.9",
|
|
86
|
+
"vite-tsconfig-paths": "4.2.1",
|
|
87
|
+
"vitest": "0.34.4",
|
|
89
88
|
"webpack": "5.88.2",
|
|
90
|
-
"webpack-bundle-analyzer": "4.9.
|
|
89
|
+
"webpack-bundle-analyzer": "4.9.1",
|
|
91
90
|
"webpack-cli": "5.1.4",
|
|
92
91
|
"webpack-merge": "5.9.0",
|
|
93
92
|
"webpack-node-externals": "3.0.0"
|
|
94
93
|
},
|
|
95
|
-
"packageManager": "yarn@3.6.
|
|
94
|
+
"packageManager": "yarn@3.6.3"
|
|
96
95
|
}
|