Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 9a6fb5c

Browse files
author
nlrxwang
committed
build(dep): fix deps
1 parent b4ed00d commit 9a6fb5c

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

packages/cloudbaserc-json-schema/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"@cloudbase/framework-plugin-node": "^1.9.13",
4545
"@cloudbase/framework-plugin-nuxt": "^1.9.13",
4646
"@cloudbase/framework-plugin-website": "^1.9.13",
47+
"@types/lodash": "4.14.108",
4748
"typescript-json-schema": "^0.42.0"
4849
},
4950
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5",

packages/cloudbaserc-json-schema/src/schema/types-schema-generator.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const settings = {
1515

1616
// optionally pass ts compiler options
1717
const compilerOptions = {
18+
skipLibCheck: true,
1819
strictNullChecks: true,
1920
esModuleInterop: true,
2021
};

packages/framework-core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"@types/jest": "^25.2.1",
4646
"@types/js-yaml": "^3.12.4",
4747
"@types/lodash.merge": "^4.6.6",
48+
"@types/lodash": "4.14.108",
4849
"@types/node": "^13.13.5",
4950
"@types/node-fetch": "^2.5.7",
5051
"@types/progress": "^2.0.3",

0 commit comments

Comments
 (0)