Skip to content

Commit 8755462

Browse files
[Dependencies]: Bump the dependencies-dev group with 3 updates
Bumps the dependencies-dev group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [rollup](https://github.com/rollup/rollup) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 22.9.0 to 22.9.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `rollup` from 4.27.3 to 4.27.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.27.3...v4.27.4) Updates `typescript` from 5.6.3 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.3...v5.7.2) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a77e54e commit 8755462

File tree

2 files changed

+183
-183
lines changed

2 files changed

+183
-183
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/eslint": "^9.6.1",
7373
"@types/jest": "^29.5.14",
7474
"@types/jest-specific-snapshot": "^0.5.9",
75-
"@types/node": "^22.9.0",
75+
"@types/node": "^22.9.3",
7676
"@types/rtlcss": "^3.5.4",
7777
"eslint": "^9.15.0",
7878
"eslint-plugin-jest": "^28.9.0",
@@ -82,11 +82,11 @@
8282
"postcss": "^8.4.26",
8383
"replace-in-file": "^8.2.0",
8484
"rimraf": "^6.0.1",
85-
"rollup": "^4.27.3",
85+
"rollup": "^4.27.4",
8686
"rollup-plugin-ts": "^3.4.5",
8787
"ts-jest": "^29.2.5",
8888
"tslib": "^2.8.1",
89-
"typescript": "^5.6.3",
89+
"typescript": "^5.7.2",
9090
"typescript-eslint": "^8.15.0"
9191
},
9292
"peerDependencies": {

0 commit comments

Comments
 (0)