Skip to content

Commit

Permalink
build(dep): fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nlrxwang committed Feb 3, 2024
1 parent b4ed00d commit 9a6fb5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cloudbaserc-json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@cloudbase/framework-plugin-node": "^1.9.13",
"@cloudbase/framework-plugin-nuxt": "^1.9.13",
"@cloudbase/framework-plugin-website": "^1.9.13",
"@types/lodash": "4.14.108",
"typescript-json-schema": "^0.42.0"
},
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const settings = {

// optionally pass ts compiler options
const compilerOptions = {
skipLibCheck: true,
strictNullChecks: true,
esModuleInterop: true,
};
Expand Down
1 change: 1 addition & 0 deletions packages/framework-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@types/jest": "^25.2.1",
"@types/js-yaml": "^3.12.4",
"@types/lodash.merge": "^4.6.6",
"@types/lodash": "4.14.108",
"@types/node": "^13.13.5",
"@types/node-fetch": "^2.5.7",
"@types/progress": "^2.0.3",
Expand Down

0 comments on commit 9a6fb5c

Please sign in to comment.