Skip to content

Commit

Permalink
Address NPM version incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Dec 3, 2024
1 parent 04a550f commit 393b941
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions js/ccf-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"mocha": "^10.0.0",
"node-forge": "^1.2.0",
"ts-node": "^10.4.0",
"typedoc": "^0.26.2",
"typescript": "^5.0.2"
"typedoc": "^0.27.0",
"typescript": "^5.7.2"
}
}
6 changes: 3 additions & 3 deletions tests/js-interpreter-reuse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"dependencies": {
"@microsoft/ccf-app": "file:../../js/ccf-app",
"inversify": "^6.0.1",
"reflect-metadata": "^0.1.13"
"inversify": "^6.1.5"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-typescript": "^8.2.0",
"del-cli": "^5.0.0",
"tslib": "^2.0.1"
"tslib": "^2.0.1",
"typescript": "^5.7.2"
}
}
1 change: 0 additions & 1 deletion tests/js-interpreter-reuse/src/SlowConstructorService.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { injectable } from "inversify";
import { fibonacci } from "./bad_fib";
import "reflect-metadata";

@injectable()
export class SlowConstructorService {
Expand Down
2 changes: 1 addition & 1 deletion tests/npm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"http-server": "^14.1.1",
"rollup": "^4.18.0",
"tslib": "^2.6.3",
"typescript": "^5.4.5"
"typescript": "^5.7.2"
}
}

0 comments on commit 393b941

Please sign in to comment.