mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-06-03 16:50:07 +00:00
Bumps the npm_and_yarn group with 1 update in the / directory: [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs). Updates `@babel/plugin-transform-modules-systemjs` from 7.29.0 to 7.29.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-modules-systemjs" dependency-version: 7.29.4 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"scripts": {
|
|
"postinstall": "patch-package --error-on-fail"
|
|
},
|
|
"workspaces": [
|
|
"resources/assets/v1",
|
|
"resources/assets/v2"
|
|
],
|
|
"devDependencies": {
|
|
"postcss": "^8.5.14"
|
|
},
|
|
"dependencies": {
|
|
"patch-package": "^8.0.1"
|
|
}
|
|
}
|