@aigamo/hydrangean-diva 0.0.1-alpha.31 → 0.0.1-alpha.33
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/index.cjs.js.map +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +37 -37
package/package.json
CHANGED
|
@@ -1,82 +1,82 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigamo/hydrangean-diva",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.33",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@aigamo/nostalgic-diva": "^1.16.1",
|
|
7
|
-
"@aigamo/route-sphere": "^2.0.6",
|
|
8
6
|
"@elastic/datemath": "^5.0.3",
|
|
9
|
-
"@elastic/eui": "^
|
|
7
|
+
"@elastic/eui": "^111.0.0",
|
|
10
8
|
"@emotion/cache": "^11.14.0",
|
|
11
9
|
"@emotion/css": "^11.13.5",
|
|
12
10
|
"@emotion/react": "^11.14.0",
|
|
13
|
-
"@fluentui/react-icons": "^2.0.
|
|
14
|
-
"@tanstack/react-router": "^1.
|
|
15
|
-
"@tanstack/react-router-devtools": "^1.
|
|
11
|
+
"@fluentui/react-icons": "^2.0.316",
|
|
12
|
+
"@tanstack/react-router": "^1.144.0",
|
|
13
|
+
"@tanstack/react-router-devtools": "^1.144.0",
|
|
16
14
|
"ajv": "^8.17.1",
|
|
17
|
-
"lodash-es": "^4.17.
|
|
18
|
-
"mobx": "^6.
|
|
19
|
-
"mobx-react-lite": "^4.
|
|
15
|
+
"lodash-es": "^4.17.22",
|
|
16
|
+
"mobx": "^6.15.0",
|
|
17
|
+
"mobx-react-lite": "^4.1.1",
|
|
20
18
|
"moment": "^2.30.1",
|
|
21
19
|
"nprogress": "^0.2.0",
|
|
22
20
|
"prop-types": "^15.8.1",
|
|
23
|
-
"qs": "^6.
|
|
21
|
+
"qs": "^6.14.1",
|
|
24
22
|
"react": "^18.3.1",
|
|
25
23
|
"react-dom": "^18.3.1",
|
|
26
24
|
"react-sortablejs": "^6.1.4",
|
|
27
25
|
"sortablejs": "^1.15.6",
|
|
28
|
-
"utility-types": "^3.11.0"
|
|
26
|
+
"utility-types": "^3.11.0",
|
|
27
|
+
"@aigamo/nostalgic-diva": "1.16.2-1",
|
|
28
|
+
"@aigamo/route-sphere": "2.0.7-1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@eslint/compat": "^2.0.0",
|
|
32
|
-
"@eslint/eslintrc": "^3.3.
|
|
33
|
-
"@openapitools/openapi-generator-cli": "^2.
|
|
34
|
-
"@tanstack/router-plugin": "^1.
|
|
32
|
+
"@eslint/eslintrc": "^3.3.3",
|
|
33
|
+
"@openapitools/openapi-generator-cli": "^2.26.0",
|
|
34
|
+
"@tanstack/router-plugin": "^1.145.2",
|
|
35
35
|
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
|
|
36
36
|
"@types/lodash-es": "^4.17.12",
|
|
37
|
-
"@types/node": "^
|
|
37
|
+
"@types/node": "^25.0.3",
|
|
38
38
|
"@types/nprogress": "^0.2.3",
|
|
39
|
-
"@types/qs": "^6.
|
|
39
|
+
"@types/qs": "^6.14.0",
|
|
40
40
|
"@types/react": "^18.3.27",
|
|
41
41
|
"@types/react-dom": "^18.3.7",
|
|
42
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
43
|
-
"@typescript-eslint/parser": "^8.
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "^8.51.0",
|
|
43
|
+
"@typescript-eslint/parser": "^8.51.0",
|
|
44
44
|
"@typescript/native-preview": "7.0.0-dev.20251212.1",
|
|
45
45
|
"@vite-pwa/assets-generator": "^1.0.2",
|
|
46
|
-
"@vitejs/plugin-react": "^5.1.
|
|
47
|
-
"eslint": "^9.39.
|
|
46
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
47
|
+
"eslint": "^9.39.2",
|
|
48
48
|
"eslint-config-prettier": "^10.1.8",
|
|
49
49
|
"eslint-config-react-app": "^7.0.1",
|
|
50
50
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
51
|
-
"eslint-plugin-boundaries": "^5.3.
|
|
51
|
+
"eslint-plugin-boundaries": "^5.3.1",
|
|
52
52
|
"eslint-plugin-flowtype": "^8.0.3",
|
|
53
53
|
"eslint-plugin-import": "^2.32.0",
|
|
54
54
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
55
55
|
"eslint-plugin-prettier": "^5.5.4",
|
|
56
56
|
"eslint-plugin-react": "^7.37.5",
|
|
57
57
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
58
|
-
"jsdom": "^
|
|
59
|
-
"prettier": "^3.
|
|
60
|
-
"vite": "^7.
|
|
58
|
+
"jsdom": "^27.4.0",
|
|
59
|
+
"prettier": "^3.7.4",
|
|
60
|
+
"vite": "^7.3.0",
|
|
61
61
|
"vite-plugin-dts": "^4.5.4",
|
|
62
|
-
"vite-plugin-pwa": "^1.
|
|
63
|
-
"vitest": "^4.0.
|
|
64
|
-
"workbox-core": "^7.
|
|
65
|
-
"workbox-precaching": "^7.
|
|
66
|
-
"workbox-routing": "^7.
|
|
62
|
+
"vite-plugin-pwa": "^1.2.0",
|
|
63
|
+
"vitest": "^4.0.16",
|
|
64
|
+
"workbox-core": "^7.4.0",
|
|
65
|
+
"workbox-precaching": "^7.4.0",
|
|
66
|
+
"workbox-routing": "^7.4.0"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@aigamo/route-sphere": "^2.0.4",
|
|
70
69
|
"@elastic/datemath": "^5.0.3",
|
|
71
|
-
"@elastic/eui": "^
|
|
70
|
+
"@elastic/eui": "^111.0.0",
|
|
72
71
|
"@emotion/cache": "^11.14.0",
|
|
73
72
|
"@emotion/css": "^11.13.5",
|
|
74
73
|
"@emotion/react": "^11.14.0",
|
|
75
|
-
"@fluentui/react-icons": "^2.0.
|
|
76
|
-
"@tanstack/react-router": "^1.
|
|
77
|
-
"@tanstack/react-router-devtools": "^1.
|
|
74
|
+
"@fluentui/react-icons": "^2.0.316",
|
|
75
|
+
"@tanstack/react-router": "^1.144.0",
|
|
76
|
+
"@tanstack/react-router-devtools": "^1.144.0",
|
|
78
77
|
"react": "^18.3.1",
|
|
79
|
-
"react-dom": "^18.3.1"
|
|
78
|
+
"react-dom": "^18.3.1",
|
|
79
|
+
"@aigamo/route-sphere": "2.0.7-1"
|
|
80
80
|
},
|
|
81
81
|
"files": [
|
|
82
82
|
"dist"
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"scripts": {
|
|
121
121
|
"dev": "vite",
|
|
122
122
|
"build": "tsgo -b && vite build",
|
|
123
|
-
"build:
|
|
123
|
+
"build:app": "tsgo -b && vite build --config vite.config.app.ts",
|
|
124
124
|
"lint": "eslint .",
|
|
125
125
|
"preview": "vite preview",
|
|
126
126
|
"test": "vitest --environment=jsdom",
|