mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.1 to 6.2.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
73 lines
2.3 KiB
JSON
73 lines
2.3 KiB
JSON
{
|
|
"name": "@prometheus-io/mantine-ui",
|
|
"private": true,
|
|
"version": "0.302.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
|
|
"lint:fix": "eslint . --report-unused-disable-directives --max-warnings 0 --fix",
|
|
"preview": "vite preview",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.18.4",
|
|
"@codemirror/language": "^6.10.8",
|
|
"@codemirror/lint": "^6.8.4",
|
|
"@codemirror/state": "^6.5.2",
|
|
"@codemirror/view": "^6.36.4",
|
|
"@floating-ui/dom": "^1.6.12",
|
|
"@lezer/common": "^1.2.3",
|
|
"@lezer/highlight": "^1.2.1",
|
|
"@mantine/code-highlight": "^7.17.2",
|
|
"@mantine/core": "^7.17.2",
|
|
"@mantine/dates": "^7.17.2",
|
|
"@mantine/hooks": "^7.17.2",
|
|
"@mantine/notifications": "^7.17.2",
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"@nexucis/fuzzy": "^0.5.1",
|
|
"@nexucis/kvsearch": "^0.9.1",
|
|
"@prometheus-io/codemirror-promql": "0.302.1",
|
|
"@reduxjs/toolkit": "^2.6.1",
|
|
"@tabler/icons-react": "^3.31.0",
|
|
"@tanstack/react-query": "^5.67.1",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.2.0",
|
|
"@types/lodash": "^4.17.16",
|
|
"@types/sanitize-html": "^2.13.0",
|
|
"@uiw/react-codemirror": "^4.23.10",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.10",
|
|
"lodash": "^4.17.21",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-infinite-scroll-component": "^6.1.0",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^7.4.0",
|
|
"sanitize-html": "^2.15.0",
|
|
"uplot": "^1.6.32",
|
|
"uplot-react": "^1.2.2",
|
|
"use-query-params": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.2.4",
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.21.0",
|
|
"@types/react": "^19.0.12",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
|
"@typescript-eslint/parser": "^8.25.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.23.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"jsdom": "^25.0.1",
|
|
"postcss": "^8.4.47",
|
|
"postcss-preset-mantine": "^1.17.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"vite": "^6.2.3",
|
|
"vitest": "^3.0.8"
|
|
}
|
|
}
|