Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
balbatross committed Apr 10, 2024
1 parent 50264ff commit 13f0442
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 21 deletions.
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

0 comments on commit 13f0442

Please sign in to comment.