@jujulego/jill 2.3.2 → 2.3.4
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/489.mjs.map +1 -1
- 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 +2 -2
- 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/project.d.ts +2 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +28 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jujulego/jill",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,19 +35,20 @@
|
|
|
35
35
|
"ajv": "^8.12.0",
|
|
36
36
|
"chalk": "^5.3.0",
|
|
37
37
|
"cosmiconfig": "^8.2.0",
|
|
38
|
+
"glob": "^10.3.10",
|
|
38
39
|
"ink": "^4.3.0",
|
|
39
40
|
"ink-spinner": "^5.0.0",
|
|
40
41
|
"inversify": "^6.0.1",
|
|
41
42
|
"inversify-inject-decorators": "^3.1.0",
|
|
42
|
-
"log-symbols": "^
|
|
43
|
+
"log-symbols": "^6.0.0",
|
|
43
44
|
"moo": "^0.5.2",
|
|
44
45
|
"normalize-package-data": "^6.0.0",
|
|
46
|
+
"path-scurry": "^1.10.1",
|
|
45
47
|
"pretty-ms": "^8.0.0",
|
|
46
48
|
"react": "^18.2.0",
|
|
47
49
|
"reflect-metadata": "^0.1.13",
|
|
48
50
|
"semver": "^7.5.4",
|
|
49
51
|
"slugify": "^1.6.6",
|
|
50
|
-
"tiny-glob": "^0.2.9",
|
|
51
52
|
"winston": "^3.10.0",
|
|
52
53
|
"winston-transport": "^4.5.0",
|
|
53
54
|
"yargs": "^17.7.2"
|
|
@@ -55,41 +56,41 @@
|
|
|
55
56
|
"devDependencies": {
|
|
56
57
|
"@jujulego/2d-maths": "1.6.0",
|
|
57
58
|
"@microsoft/eslint-formatter-sarif": "3.0.0",
|
|
58
|
-
"@rollup/plugin-swc": "0.2.
|
|
59
|
-
"@swc/core": "1.3.
|
|
60
|
-
"@types/moo": "0.5.
|
|
61
|
-
"@types/node": "16.18.
|
|
62
|
-
"@types/normalize-package-data": "2.4.
|
|
63
|
-
"@types/react": "18.2.
|
|
64
|
-
"@types/semver": "7.5.
|
|
65
|
-
"@types/webpack-bundle-analyzer": "4.6.
|
|
66
|
-
"@types/yargs": "17.0.
|
|
67
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
68
|
-
"@typescript-eslint/parser": "6.
|
|
69
|
-
"@vitest/coverage-v8": "0.34.
|
|
70
|
-
"@vitest/expect": "0.34.
|
|
71
|
-
"@vitest/spy": "0.34.
|
|
72
|
-
"browserslist": "4.
|
|
73
|
-
"eslint": "8.
|
|
59
|
+
"@rollup/plugin-swc": "0.2.1",
|
|
60
|
+
"@swc/core": "1.3.96",
|
|
61
|
+
"@types/moo": "0.5.9",
|
|
62
|
+
"@types/node": "16.18.61",
|
|
63
|
+
"@types/normalize-package-data": "2.4.4",
|
|
64
|
+
"@types/react": "18.2.37",
|
|
65
|
+
"@types/semver": "7.5.5",
|
|
66
|
+
"@types/webpack-bundle-analyzer": "4.6.3",
|
|
67
|
+
"@types/yargs": "17.0.31",
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "6.10.0",
|
|
69
|
+
"@typescript-eslint/parser": "6.10.0",
|
|
70
|
+
"@vitest/coverage-v8": "0.34.6",
|
|
71
|
+
"@vitest/expect": "0.34.6",
|
|
72
|
+
"@vitest/spy": "0.34.6",
|
|
73
|
+
"browserslist": "4.22.1",
|
|
74
|
+
"eslint": "8.53.0",
|
|
74
75
|
"eslint-plugin-react": "7.33.2",
|
|
75
76
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
76
|
-
"eslint-plugin-vitest": "0.3.
|
|
77
|
+
"eslint-plugin-vitest": "0.3.9",
|
|
77
78
|
"eslint-plugin-workspaces": "0.9.0",
|
|
78
|
-
"fork-ts-checker-webpack-plugin": "
|
|
79
|
+
"fork-ts-checker-webpack-plugin": "9.0.2",
|
|
79
80
|
"ink-testing-library": "3.0.0",
|
|
80
|
-
"memfs": "4.
|
|
81
|
+
"memfs": "4.6.0",
|
|
81
82
|
"shx": "0.3.4",
|
|
82
83
|
"swc-loader": "0.2.3",
|
|
83
84
|
"ts-node": "10.9.1",
|
|
84
85
|
"typescript": "5.2.2",
|
|
85
|
-
"vite": "4.
|
|
86
|
+
"vite": "4.5.0",
|
|
86
87
|
"vite-tsconfig-paths": "4.2.1",
|
|
87
|
-
"vitest": "0.34.
|
|
88
|
-
"webpack": "5.
|
|
88
|
+
"vitest": "0.34.6",
|
|
89
|
+
"webpack": "5.89.0",
|
|
89
90
|
"webpack-bundle-analyzer": "4.9.1",
|
|
90
91
|
"webpack-cli": "5.1.4",
|
|
91
|
-
"webpack-merge": "5.
|
|
92
|
+
"webpack-merge": "5.10.0",
|
|
92
93
|
"webpack-node-externals": "3.0.0"
|
|
93
94
|
},
|
|
94
|
-
"packageManager": "yarn@3.6.
|
|
95
|
+
"packageManager": "yarn@3.6.4"
|
|
95
96
|
}
|