Skip to content

Commit

Permalink
Merge pull request #67 from nitin-dhevar/unmet-dependency
Browse files Browse the repository at this point in the history
OCPBUGS-32434: Plugin template: unmet peer dependency warnings during docker build
  • Loading branch information
openshift-merge-bot[bot] authored Jul 2, 2024
2 parents d5a16f6 + 5023461 commit 2b4dbe4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,12 @@
"dependencies": {
"@console/pluginAPI": "*"
}
},
"peerDependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"i18next": "^23.11.5",
"mocha": "^10.5.1"
}
}

0 comments on commit 2b4dbe4

Please sign in to comment.