Skip to content

Commit da3b89e

Browse files
dependabot[bot]elchininet
authored andcommitted
[Dependencies]: Bump the dependencies-dev group with 5 updates
Bumps the dependencies-dev group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.2` | `20.14.8` | | [globals](https://github.com/sindresorhus/globals) | `15.5.0` | `15.6.0` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.4` | `29.1.5` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.13.0` | `7.13.1` | Updates `@types/node` from 20.14.2 to 20.14.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `globals` from 15.5.0 to 15.6.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.5.0...v15.6.0) Updates `ts-jest` from 29.1.4 to 29.1.5 - [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.1.4...v29.1.5) Updates `typescript` from 5.4.5 to 5.5.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.4.5...v5.5.2) Updates `typescript-eslint` from 7.13.0 to 7.13.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/v7.13.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-dev - dependency-name: ts-jest 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 - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2274df1 commit da3b89e

File tree

2 files changed

+123
-123
lines changed

2 files changed

+123
-123
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,22 +72,22 @@
7272
"@types/eslint": "^8.56.10",
7373
"@types/jest": "^29.5.12",
7474
"@types/jest-specific-snapshot": "^0.5.9",
75-
"@types/node": "^20.14.2",
75+
"@types/node": "^20.14.8",
7676
"@types/rtlcss": "^3.5.4",
7777
"eslint": "^9.5.0",
7878
"eslint-plugin-jest": "^28.6.0",
79-
"globals": "^15.5.0",
79+
"globals": "^15.6.0",
8080
"jest": "^29.7.0",
8181
"jest-specific-snapshot": "^8.0.0",
8282
"postcss": "^8.4.26",
8383
"replace-in-file": "^7.2.0",
8484
"rimraf": "^5.0.7",
8585
"rollup": "^4.18.0",
8686
"rollup-plugin-ts": "^3.4.5",
87-
"ts-jest": "^29.1.4",
87+
"ts-jest": "^29.1.5",
8888
"tslib": "^2.6.3",
89-
"typescript": "^5.4.5",
90-
"typescript-eslint": "^7.13.0"
89+
"typescript": "^5.5.2",
90+
"typescript-eslint": "^7.13.1"
9191
},
9292
"peerDependencies": {
9393
"postcss": "^8.4.21"

0 commit comments

Comments
 (0)