mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-04-29 02:53:05 +00:00
Bumps [i18next](https://github.com/i18next/i18next) from 25.10.10 to 26.0.1. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v25.10.10...v26.0.1) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "v2",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build --emptyOutDir",
|
|
"postinstall": "patch-package --error-on-fail"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^1",
|
|
"laravel-vite-plugin": "^3",
|
|
"patch-package": "^8",
|
|
"sass": "^1",
|
|
"vite": "^8",
|
|
"vite-plugin-manifest-sri": "^0.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^7",
|
|
"@popperjs/core": "^2.11.8",
|
|
"admin-lte": "^4.0.0-rc4",
|
|
"alpinejs": "^3.15.2",
|
|
"bootstrap": "^5",
|
|
"bootstrap5-autocomplete": "^1",
|
|
"bootstrap5-tags": "^1",
|
|
"chart.js": "^4",
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
"chartjs-chart-sankey": "^0.14.0",
|
|
"date-fns": "^4.0.0",
|
|
"i18next": "^26.0.3",
|
|
"i18next-chained-backend": "^5.0.0",
|
|
"i18next-http-backend": "^3.0.1",
|
|
"i18next-localstorage-backend": "^4.2.0",
|
|
"leaflet": "^1.9.4",
|
|
"store": "^2.0.12"
|
|
}
|
|
}
|