@aigamo/hydrangean-diva 0.0.1-alpha.29 → 0.0.1-alpha.31

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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@aigamo/hydrangean-diva",
3
- "version": "0.0.1-alpha.29",
3
+ "version": "0.0.1-alpha.31",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@aigamo/nostalgic-diva": "^1.15.2",
7
- "@aigamo/route-sphere": "^2.0.4",
6
+ "@aigamo/nostalgic-diva": "^1.16.1",
7
+ "@aigamo/route-sphere": "^2.0.6",
8
8
  "@elastic/datemath": "^5.0.3",
9
9
  "@elastic/eui": "^109.1.0",
10
10
  "@emotion/cache": "^11.14.0",
@@ -32,7 +32,6 @@
32
32
  "@eslint/eslintrc": "^3.3.1",
33
33
  "@openapitools/openapi-generator-cli": "^2.25.2",
34
34
  "@tanstack/router-plugin": "^1.139.7",
35
- "@testing-library/jest-dom": "^6.9.1",
36
35
  "@trivago/prettier-plugin-sort-imports": "^6.0.0",
37
36
  "@types/lodash-es": "^4.17.12",
38
37
  "@types/node": "^24.10.1",
@@ -42,6 +41,7 @@
42
41
  "@types/react-dom": "^18.3.7",
43
42
  "@typescript-eslint/eslint-plugin": "^8.48.0",
44
43
  "@typescript-eslint/parser": "^8.48.0",
44
+ "@typescript/native-preview": "7.0.0-dev.20251212.1",
45
45
  "@vite-pwa/assets-generator": "^1.0.2",
46
46
  "@vitejs/plugin-react": "^5.1.1",
47
47
  "eslint": "^9.39.1",
@@ -57,7 +57,6 @@
57
57
  "eslint-plugin-react-hooks": "^7.0.1",
58
58
  "jsdom": "^26.1.0",
59
59
  "prettier": "^3.6.2",
60
- "typescript": "^5.9.3",
61
60
  "vite": "^7.2.4",
62
61
  "vite-plugin-dts": "^4.5.4",
63
62
  "vite-plugin-pwa": "^1.1.0",
@@ -120,8 +119,9 @@
120
119
  },
121
120
  "scripts": {
122
121
  "dev": "vite",
123
- "build": "tsc && vite build",
124
- "build:lib": "tsc && vite build --config vite.config.lib.ts",
122
+ "build": "tsgo -b && vite build",
123
+ "build:lib": "tsgo -b && vite build --config vite.config.lib.ts",
124
+ "lint": "eslint .",
125
125
  "preview": "vite preview",
126
126
  "test": "vitest --environment=jsdom",
127
127
  "generate-clients": "pnpm openapi-generator-cli generate -g typescript-fetch --additional-properties=legacyDiscriminatorBehavior=false -i /local/src/api/v1.json -o /local/src/api"