@jujulego/jill 2.2.0 → 2.2.1
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.js +1 -1
- package/dist/828.js.map +1 -1
- package/dist/832.js +2 -0
- package/dist/832.js.map +1 -0
- package/dist/879.js +2 -0
- package/dist/879.js.map +1 -0
- package/dist/962.js +9 -0
- package/dist/962.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/main.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +14 -14
- package/dist/43.js +0 -9
- package/dist/43.js.map +0 -1
- package/dist/787.js +0 -2
- package/dist/787.js.map +0 -1
- package/dist/839.js +0 -2
- package/dist/839.js.map +0 -1
- /package/dist/{43.js.LICENSE.txt → 962.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jujulego/jill",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@jujulego/2d-maths": "1.6.0",
|
|
33
|
-
"@jujulego/event-tree": "
|
|
34
|
-
"@jujulego/tasks": "1.5.
|
|
35
|
-
"@jujulego/utils": "1.
|
|
33
|
+
"@jujulego/event-tree": "3.0.0",
|
|
34
|
+
"@jujulego/tasks": "1.5.1",
|
|
35
|
+
"@jujulego/utils": "1.4.3",
|
|
36
36
|
"@microsoft/eslint-formatter-sarif": "3.0.0",
|
|
37
37
|
"@swc/core": "1.3.39",
|
|
38
38
|
"@swc/jest": "0.2.24",
|
|
@@ -41,21 +41,21 @@
|
|
|
41
41
|
"@types/node": "16.18.35",
|
|
42
42
|
"@types/normalize-package-data": "2.4.1",
|
|
43
43
|
"@types/react": "17.0.61",
|
|
44
|
-
"@types/semver": "7.
|
|
44
|
+
"@types/semver": "7.5.0",
|
|
45
45
|
"@types/webpack-bundle-analyzer": "4.6.0",
|
|
46
46
|
"@types/yargs": "17.0.24",
|
|
47
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
48
|
-
"@typescript-eslint/parser": "5.
|
|
47
|
+
"@typescript-eslint/eslint-plugin": "5.59.9",
|
|
48
|
+
"@typescript-eslint/parser": "5.59.9",
|
|
49
49
|
"ajv": "8.12.0",
|
|
50
50
|
"ansi-styles": "6.2.1",
|
|
51
51
|
"chalk": "5.2.0",
|
|
52
|
-
"cosmiconfig": "8.
|
|
52
|
+
"cosmiconfig": "8.2.0",
|
|
53
53
|
"cross-env": "7.0.3",
|
|
54
54
|
"eslint": "8.42.0",
|
|
55
55
|
"eslint-plugin-jest": "27.2.1",
|
|
56
56
|
"eslint-plugin-react": "7.32.2",
|
|
57
57
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
58
|
-
"eslint-plugin-workspaces": "0.
|
|
58
|
+
"eslint-plugin-workspaces": "0.9.0",
|
|
59
59
|
"fork-ts-checker-webpack-plugin": "8.0.0",
|
|
60
60
|
"ink": "3.2.0",
|
|
61
61
|
"ink-spinner": "4.0.3",
|
|
@@ -70,21 +70,21 @@
|
|
|
70
70
|
"pretty-ms": "8.0.0",
|
|
71
71
|
"react": "17.0.2",
|
|
72
72
|
"reflect-metadata": "0.1.13",
|
|
73
|
-
"semver": "7.
|
|
73
|
+
"semver": "7.5.1",
|
|
74
74
|
"shx": "0.3.4",
|
|
75
75
|
"slugify": "1.6.6",
|
|
76
76
|
"supports-color": "9.3.1",
|
|
77
77
|
"swc-loader": "0.2.3",
|
|
78
78
|
"tiny-glob": "0.2.9",
|
|
79
79
|
"ts-node": "10.9.1",
|
|
80
|
-
"typescript": "
|
|
80
|
+
"typescript": "5.1.3",
|
|
81
81
|
"webpack": "5.86.0",
|
|
82
82
|
"webpack-bundle-analyzer": "4.9.0",
|
|
83
83
|
"webpack-cli": "5.1.4",
|
|
84
|
-
"webpack-merge": "5.
|
|
85
|
-
"winston": "3.
|
|
84
|
+
"webpack-merge": "5.9.0",
|
|
85
|
+
"winston": "3.9.0",
|
|
86
86
|
"winston-transport": "4.5.0",
|
|
87
87
|
"yargs": "17.7.2"
|
|
88
88
|
},
|
|
89
|
-
"packageManager": "yarn@3.
|
|
89
|
+
"packageManager": "yarn@3.6.0"
|
|
90
90
|
}
|