mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-08-17 16:35:20 -05:00
Bumps the npm_and_yarn group with 2 updates in the / directory: [postcss](https://github.com/postcss/postcss) and [fast-uri](https://github.com/fastify/fast-uri). Updates `postcss` from 8.5.16 to 8.5.23 - [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.16...8.5.23) Updates `fast-uri` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.23 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: fast-uri dependency-version: 3.1.4 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
888 B
JSON
34 lines
888 B
JSON
{
|
|
"name": "v1",
|
|
"private": true,
|
|
"scripts": {
|
|
"development": "mix",
|
|
"watch": "mix watch",
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
"hot": "mix watch --hot",
|
|
"production": "mix --production",
|
|
"prod": "mix --production"
|
|
},
|
|
"dependencies": {
|
|
"date-fns": "4.4.0",
|
|
"stream-browserify": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@johmun/vue-tags-input": "^2",
|
|
"@vue/compiler-sfc": "^3.5.35",
|
|
"axios": "^1.15",
|
|
"bootstrap-sass": "^3",
|
|
"cross-env": "^10.0",
|
|
"font-awesome": "^4.7.0",
|
|
"jquery": "^3",
|
|
"laravel-mix": "^6.0",
|
|
"postcss": "^8.5.23",
|
|
"uiv": "^1.4",
|
|
"vue": "^2.7",
|
|
"vue-i18n": "^8",
|
|
"vue-loader": "^17",
|
|
"vue-template-compiler": "^2.7",
|
|
"webpack": "~5.105.4"
|
|
}
|
|
}
|