mirror of
https://github.com/Swatinem/rust-cache
synced 2026-07-17 11:55:44 +00:00
Bump the dev-major group across 1 directory with 2 updates
Bumps the dev-major group with 2 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 25.9.3 to 26.1.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-major - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7e35be21c2
commit
6491b75b99
2 changed files with 378 additions and 17 deletions
|
|
@ -40,10 +40,10 @@
|
|||
"@rollup/plugin-commonjs": "^29.0.3",
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
"@rollup/plugin-node-resolve": "^16.0.3",
|
||||
"@types/node": "^25.9.3",
|
||||
"@types/node": "^26.1.1",
|
||||
"linefix": "^0.1.1",
|
||||
"rollup": "^4.62.2",
|
||||
"typescript": "6.0.3"
|
||||
"typescript": "7.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "node -e \"(async () => { try { await require('fs/promises').rm('dist', { recursive: true }); } catch {} })()\"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue