Skip to content

Commit

Permalink
Update generator package version (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxiao-cll authored Oct 24, 2024
1 parent baf970c commit baf0a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generator-adapter/generators/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ module.exports = class extends Generator<{rootPath: string}> {
const pkgJson = {
devDependencies: {
'@types/jest': '27.5.2',
'@types/node': '16.11.68',
'@types/node': '16.18.115',
nock: '13.5.4',
typescript: '5.0.4',
typescript: '5.5.4',
},
dependencies: {
'@chainlink/external-adapter-framework': this.props.frameworkVersion,
Expand Down

0 comments on commit baf0a95

Please sign in to comment.