Skip to content

Commit a278dce

Browse files
[Dependencies]: Bump the dependencies-dev group with 4 updates
Bumps the dependencies-dev group with 4 updates: [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env), [replace-in-file](https://github.com/adamreisnz/replace-in-file), [ts-jest](https://github.com/kulshekhar/ts-jest) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `postcss-preset-env` from 10.4.0 to 10.5.0 - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env) Updates `replace-in-file` from 8.3.0 to 8.4.0 - [Release notes](https://github.com/adamreisnz/replace-in-file/releases) - [Changelog](https://github.com/adamreisnz/replace-in-file/blob/main/CHANGELOG.md) - [Commits](https://github.com/adamreisnz/replace-in-file/commits) Updates `ts-jest` from 29.4.5 to 29.4.6 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.4.5...v29.4.6) Updates `typescript-eslint` from 8.48.0 to 8.48.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: postcss-preset-env dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: replace-in-file dependency-version: 8.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: ts-jest dependency-version: 29.4.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: typescript-eslint dependency-version: 8.48.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d2b063 commit a278dce

File tree

2 files changed

+294
-235
lines changed

2 files changed

+294
-235
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@
8080
"jest": "^30.2.0",
8181
"jest-specific-snapshot": "^8.0.0",
8282
"postcss": "^8.4.38",
83-
"postcss-preset-env": "^10.4.0",
84-
"replace-in-file": "^8.3.0",
83+
"postcss-preset-env": "^10.5.0",
84+
"replace-in-file": "^8.4.0",
8585
"rimraf": "^6.1.2",
8686
"rollup": "^4.53.3",
8787
"rollup-plugin-ts": "^3.4.5",
88-
"ts-jest": "^29.4.5",
88+
"ts-jest": "^29.4.6",
8989
"tslib": "^2.8.1",
9090
"typescript": "^5.9.3",
91-
"typescript-eslint": "^8.48.0"
91+
"typescript-eslint": "^8.48.1"
9292
},
9393
"peerDependencies": {
9494
"postcss": "^8.4.21"

0 commit comments

Comments
 (0)