@owox/web 0.17.0-next-20260116123641 → 0.17.0-next-20260119103737

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.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <link rel="icon" type="image/png" href="/favicon.png" />
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
8
  <title>OWOX</title>
9
- <script type="module" crossorigin src="/assets/index-Ccn-55dC.js"></script>
9
+ <script type="module" crossorigin src="/assets/index-CBz7FZdr.js"></script>
10
10
  <link rel="stylesheet" crossorigin href="/assets/index-CFJ8kB5I.css">
11
11
  </head>
12
12
  <body translate="no" class="notranslate">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owox/web",
3
- "version": "0.17.0-next-20260116123641",
3
+ "version": "0.17.0-next-20260119103737",
4
4
  "description": "Web interface for OWOX Data Marts - an open-source solution for Data Analysts",
5
5
  "author": "OWOX",
6
6
  "license": "ELv2",
@@ -65,6 +65,8 @@
65
65
  "tailwindcss": "^4.1.8"
66
66
  },
67
67
  "devDependencies": {
68
+ "@owox/eslint-config": "*",
69
+ "@owox/prettier-config": "*",
68
70
  "@testing-library/jest-dom": "^6.6.3",
69
71
  "@testing-library/react": "^16.3.0",
70
72
  "@types/react": "^19.1.2",
@@ -72,9 +74,8 @@
72
74
  "@vitejs/plugin-basic-ssl": "^2.1.0",
73
75
  "@vitejs/plugin-react": "^4.4.1",
74
76
  "@vitest/coverage-v8": "^3.2.4",
75
- "eslint-plugin-react-hooks": "^5.2.0",
76
- "eslint-plugin-react-refresh": "^0.4.19",
77
77
  "happy-dom": "^20.0.0",
78
+ "typescript-eslint": "^8",
78
79
  "vite": "^6.3.5",
79
80
  "vitest": "^3.2.4"
80
81
  },