mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-09-24 18:40:27 +01:00
Bumps the dev-patch-updates group with 5 updates in the /frontend directory: | Package | From | To | | --- | --- | --- | | [@formatjs/cli](https://github.com/formatjs/formatjs) | `6.16.19` | `6.16.30` | | [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `10.4.1` | `10.4.2` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.2` | `16.3.3` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.1.0` | `6.1.1` | | [postcss](https://github.com/postcss/postcss) | `8.5.26` | `8.5.28` | Updates `@formatjs/cli` from 6.16.19 to 6.16.30 - [Release notes](https://github.com/formatjs/formatjs/releases) - [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.16.19...@formatjs/cli@6.16.30) Updates `@testing-library/dom` from 10.4.1 to 10.4.2 - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/dom-testing-library/compare/v10.4.1...v10.4.2) Updates `@testing-library/react` from 16.3.2 to 16.3.3 - [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.2...v16.3.3) Updates `@vitejs/plugin-react` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.1.1/packages/plugin-react) Updates `postcss` from 8.5.26 to 8.5.28 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.26...8.5.28) --- updated-dependencies: - dependency-name: "@formatjs/cli" dependency-version: 6.16.30 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: "@testing-library/dom" dependency-version: 10.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: "@testing-library/react" dependency-version: 16.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: "@vitejs/plugin-react" dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates - dependency-name: postcss dependency-version: 8.5.28 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
68 lines
1.9 KiB
JSON
68 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.5.1",
|
|
"@tabler/icons-react": "^3.46.0",
|
|
"@tanstack/react-query": "^5.102.8",
|
|
"@tanstack/react-table": "^9.2.4",
|
|
"@uiw/react-textarea-code-editor": "^3.1.1",
|
|
"classnames": "^2.5.1",
|
|
"country-flag-icons": "^1.6.20",
|
|
"date-fns": "^4.4.0",
|
|
"ez-modal-react": "^1.0.5",
|
|
"formik": "^2.4.9",
|
|
"generate-password-browser": "^1.1.0",
|
|
"humps": "^2.0.1",
|
|
"query-string": "^9.5.0",
|
|
"react": "^19.3.0",
|
|
"react-bootstrap": "^2.10.10",
|
|
"react-dom": "^19.3.0",
|
|
"react-intl": "^10.2.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-qr-code": "^2.2.0",
|
|
"react-router-dom": "^7.18.2",
|
|
"react-select": "^5.10.2",
|
|
"react-toastify": "^11.1.0",
|
|
"rooks": "^9.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.5.10",
|
|
"@formatjs/cli": "^6.16.30",
|
|
"@tanstack/react-query-devtools": "^5.101.4",
|
|
"@testing-library/dom": "^10.4.2",
|
|
"@testing-library/jest-dom": "^7.0.1",
|
|
"@testing-library/react": "^16.3.3",
|
|
"@types/country-flag-icons": "^1.2.2",
|
|
"@types/humps": "^2.0.6",
|
|
"@types/node": "^26.2.0",
|
|
"@types/react": "^19.3.0",
|
|
"@types/react-dom": "^19.3.0",
|
|
"@types/react-table": "^7.7.20",
|
|
"@vitejs/plugin-react": "^6.1.1",
|
|
"happy-dom": "^20.11.6",
|
|
"postcss": "^8.5.28",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"sass": "^1.103.1",
|
|
"tmp": "^0.2.7",
|
|
"typescript": "7.0.2",
|
|
"vite": "^8.2.2",
|
|
"vite-plugin-checker": "^0.14.5",
|
|
"vitest": "^4.1.11"
|
|
}
|
|
}
|