@jujulego/jill 2.3.2 → 2.3.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/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/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jujulego/jill",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -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
|
-
"@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.7.
|
|
68
|
-
"@typescript-eslint/parser": "6.7.
|
|
69
|
-
"@vitest/coverage-v8": "0.34.
|
|
70
|
-
"@vitest/expect": "0.34.
|
|
71
|
-
"@vitest/spy": "0.34.
|
|
72
|
-
"browserslist": "4.
|
|
73
|
-
"eslint": "8.
|
|
58
|
+
"@rollup/plugin-swc": "0.2.1",
|
|
59
|
+
"@swc/core": "1.3.92",
|
|
60
|
+
"@types/moo": "0.5.7",
|
|
61
|
+
"@types/node": "16.18.57",
|
|
62
|
+
"@types/normalize-package-data": "2.4.2",
|
|
63
|
+
"@types/react": "18.2.25",
|
|
64
|
+
"@types/semver": "7.5.3",
|
|
65
|
+
"@types/webpack-bundle-analyzer": "4.6.1",
|
|
66
|
+
"@types/yargs": "17.0.26",
|
|
67
|
+
"@typescript-eslint/eslint-plugin": "6.7.4",
|
|
68
|
+
"@typescript-eslint/parser": "6.7.4",
|
|
69
|
+
"@vitest/coverage-v8": "0.34.6",
|
|
70
|
+
"@vitest/expect": "0.34.6",
|
|
71
|
+
"@vitest/spy": "0.34.6",
|
|
72
|
+
"browserslist": "4.22.1",
|
|
73
|
+
"eslint": "8.50.0",
|
|
74
74
|
"eslint-plugin-react": "7.33.2",
|
|
75
75
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
76
|
-
"eslint-plugin-vitest": "0.3.
|
|
76
|
+
"eslint-plugin-vitest": "0.3.2",
|
|
77
77
|
"eslint-plugin-workspaces": "0.9.0",
|
|
78
|
-
"fork-ts-checker-webpack-plugin": "
|
|
78
|
+
"fork-ts-checker-webpack-plugin": "9.0.0",
|
|
79
79
|
"ink-testing-library": "3.0.0",
|
|
80
|
-
"memfs": "4.
|
|
80
|
+
"memfs": "4.5.0",
|
|
81
81
|
"shx": "0.3.4",
|
|
82
82
|
"swc-loader": "0.2.3",
|
|
83
83
|
"ts-node": "10.9.1",
|
|
84
84
|
"typescript": "5.2.2",
|
|
85
|
-
"vite": "4.4.
|
|
85
|
+
"vite": "4.4.11",
|
|
86
86
|
"vite-tsconfig-paths": "4.2.1",
|
|
87
|
-
"vitest": "0.34.
|
|
87
|
+
"vitest": "0.34.6",
|
|
88
88
|
"webpack": "5.88.2",
|
|
89
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.
|
|
94
|
+
"packageManager": "yarn@3.6.4"
|
|
95
95
|
}
|