mirror of
https://github.com/Fdawgs/node-poppler.git
synced 2026-07-02 00:17:43 +08:00
build(deps-dev): bump typescript from 5.9.3 to 6.0.3 (#767)
* build(deps-dev): bump typescript from 5.9.3 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * build(tsconfig.build): set required rootdir --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frazer Smith <frazer.dev@icloud.com>
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@
|
|||||||
"jest": "^30.0.4",
|
"jest": "^30.0.4",
|
||||||
"licensee": "^12.0.1",
|
"licensee": "^12.0.1",
|
||||||
"prettier": "^3.6.2",
|
"prettier": "^3.6.2",
|
||||||
"typescript": "~5.9.2"
|
"typescript": "~6.0.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"camelcase": "^6.3.0",
|
"camelcase": "^6.3.0",
|
||||||
|
|||||||
+2
-1
@@ -5,7 +5,8 @@
|
|||||||
"declaration": true,
|
"declaration": true,
|
||||||
"emitDeclarationOnly": true,
|
"emitDeclarationOnly": true,
|
||||||
"noEmit": false,
|
"noEmit": false,
|
||||||
"outDir": "types"
|
"outDir": "types",
|
||||||
|
"rootDir": "src"
|
||||||
},
|
},
|
||||||
"include": ["src/index.js"]
|
"include": ["src/index.js"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user