Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing build #561

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/core/command-alarms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"jest": "27.x",
"typescript": "^5.3.3"
"typescript": "4.9.5"
},
"dependencies": {
"@hive-command/interface-types": "workspace:^",
Expand Down
1 change: 1 addition & 0 deletions packages/core/command-schematic-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.12.7",
"typescript": "4.9.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/command-schematic-export/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import express from 'express';
import { PDFDocument } from 'pdf-lib';
import { writeFileSync } from 'fs';

const html_index = require.resolve('@hive-command/export-page');
const html_index = path.join(__dirname, 'node_modules/@hive-command/export-page'); //require.resolve('@hive-command/export-page');

export const export_schematic = async (schematic: {
name: string,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/command-schematic-export/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* Basic Options */
// "incremental": true, /* Enable incremental compilation */
"target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', 'ES2021', or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
"module": "node16", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
// "lib": [], /* Specify library files to be included in the compilation. */
// "allowJs": true, /* Allow javascript files to be compiled. */
// "checkJs": true, /* Report errors in .js files. */
Expand Down
2 changes: 1 addition & 1 deletion packages/lambdas/compile-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
},
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/network/global-recovery-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"hoistingLimits": "dependencies"
},
"devDependencies": {
"typescript": "^5.4.3"
"typescript": "4.9.5"
},
"dependencies": {
"@hive-command/alarm-engine": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/discovery-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"access": "public"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "4.9.5"
},
"scripts": {
"build": "tsc -b"
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4456,7 +4456,7 @@ __metadata:
"@hive-command/interface-types": "workspace:^"
jest: 27.x
nanoid: 3.x
typescript: ^5.3.3
typescript: 4.9.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4655,7 +4655,7 @@ __metadata:
resolution: "@hive-command/discovery-api-types@workspace:packages/types/discovery-api"
dependencies:
"@hive-command/interface-types": "workspace:^"
typescript: ^5.3.3
typescript: 4.9.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4972,7 +4972,7 @@ __metadata:
mqtt: ^5.5.0
nanoid: 3.x
redis: ^4.6.13
typescript: ^5.4.3
typescript: 4.9.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5186,6 +5186,7 @@ __metadata:
resolution: "@hive-command/schematic-export@workspace:packages/core/command-schematic-export"
dependencies:
"@hive-command/export-page": "workspace:^"
"@types/node": ^20.12.7
express: ^4.18.2
pdf-lib: ^1.17.1
puppeteer-core: ^21.1.1
Expand Down Expand Up @@ -12549,6 +12550,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.12.7":
version: 20.12.7
resolution: "@types/node@npm:20.12.7"
dependencies:
undici-types: ~5.26.4
checksum: 7cc979f7e2ca9a339ec71318c3901b9978555257929ef3666987f3e447123bc6dc92afcc89f6347e09e07d602fde7d51bcddea626c23aa2bb74aeaacfd1e1686
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.4
resolution: "@types/normalize-package-data@npm:2.4.4"
Expand Down Expand Up @@ -16920,7 +16930,7 @@ __metadata:
moment: ^2.30.1
nanoid: 3.x
ts-node: ^10.9.2
typescript: ^5.4.4
typescript: 4.9.5
xlsx: ^0.18.5
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -37607,7 +37617,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:>=3 < 6, typescript@npm:^5.3.3, typescript@npm:^5.4.3":
"typescript@npm:>=3 < 6":
version: 5.4.3
resolution: "typescript@npm:5.4.3"
bin:
Expand All @@ -37617,16 +37627,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.4.4":
version: 5.4.4
resolution: "typescript@npm:5.4.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: a7b54515d2adfc75c8d14188af0216b6b9ae3c192c9732797c24b1d14608eac1c83be7b1c65ce6f4ced0f2c40583f11b495fe1ba3d982afadbcc523517d183c8
languageName: node
linkType: hard

"typescript@npm:~3.8.3":
version: 3.8.3
resolution: "typescript@npm:3.8.3"
Expand Down
Loading