mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-02-01 08:22:53 +00:00
Bumps the dev-patch-updates group with 3 updates in the /frontend directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@testing-library/react](https://github.com/testing-library/react-testing-library) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@biomejs/biome` from 2.3.2 to 2.3.13 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.13/packages/@biomejs/biome) Updates `@testing-library/react` from 16.3.0 to 16.3.2 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v16.3.0...v16.3.2) Updates `vitest` from 4.0.6 to 4.0.18 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.3.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: "@testing-library/react" dependency-version: 16.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: vitest dependency-version: 4.0.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "nginx-proxy-manager",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"author": "Jamie Curnow <jc@jc21.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "biome lint",
|
|
"preview": "vite preview",
|
|
"prettier": "biome format --write ./src",
|
|
"locale-extract": "formatjs extract 'src/**/*.tsx'",
|
|
"locale-compile": "formatjs compile-folder src/locale/src src/locale/lang",
|
|
"locale-sort": "./src/locale/scripts/locale-sort.sh",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@tabler/core": "^1.4.0",
|
|
"@tabler/icons-react": "^3.35.0",
|
|
"@tanstack/react-query": "^5.90.6",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@uiw/react-textarea-code-editor": "^3.1.1",
|
|
"classnames": "^2.5.1",
|
|
"country-flag-icons": "^1.5.21",
|
|
"date-fns": "^4.1.0",
|
|
"ez-modal-react": "^1.0.5",
|
|
"formik": "^2.4.6",
|
|
"generate-password-browser": "^1.1.0",
|
|
"humps": "^2.0.1",
|
|
"query-string": "^9.3.1",
|
|
"react": "^19.2.3",
|
|
"react-bootstrap": "^2.10.10",
|
|
"react-dom": "^19.2.3",
|
|
"react-intl": "^7.1.14",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router-dom": "^7.9.5",
|
|
"react-select": "^5.10.2",
|
|
"react-toastify": "^11.0.5",
|
|
"rooks": "^9.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.13",
|
|
"@formatjs/cli": "^6.12.0",
|
|
"@tanstack/react-query-devtools": "^5.91.2",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/country-flag-icons": "^1.2.2",
|
|
"@types/humps": "^2.0.6",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-table": "^7.7.20",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"happy-dom": "^20.3.9",
|
|
"postcss": "^8.5.6",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"sass": "^1.97.3",
|
|
"tmp": "^0.2.5",
|
|
"typescript": "5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-checker": "^0.12.0",
|
|
"vite-tsconfig-paths": "^6.0.5",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|