Skip to content

Commit 1a03bae

Browse files
dependabot[bot]elchininet
authored andcommitted
[Dependencies]: Bump the dependencies-dev group with 3 updates
Bumps the dependencies-dev group with 3 updates: [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env), [rollup](https://github.com/rollup/rollup) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `postcss-preset-env` from 10.3.1 to 10.4.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 `rollup` from 4.52.0 to 4.52.3 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.52.0...v4.52.3) Updates `typescript-eslint` from 8.44.0 to 8.44.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.44.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: postcss-preset-env dependency-version: 10.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: rollup dependency-version: 4.52.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: typescript-eslint dependency-version: 8.44.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 8f95dff commit 1a03bae

File tree

2 files changed

+310
-287
lines changed

2 files changed

+310
-287
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@
8080
"jest": "^30.1.3",
8181
"jest-specific-snapshot": "^8.0.0",
8282
"postcss": "^8.4.38",
83-
"postcss-preset-env": "^10.3.1",
83+
"postcss-preset-env": "^10.4.0",
8484
"replace-in-file": "^8.3.0",
8585
"rimraf": "^6.0.1",
86-
"rollup": "^4.52.0",
86+
"rollup": "^4.52.3",
8787
"rollup-plugin-ts": "^3.4.5",
8888
"ts-jest": "^29.4.4",
8989
"tslib": "^2.8.1",
9090
"typescript": "^5.9.2",
91-
"typescript-eslint": "^8.44.0"
91+
"typescript-eslint": "^8.44.1"
9292
},
9393
"peerDependencies": {
9494
"postcss": "^8.4.21"

0 commit comments

Comments
 (0)