Skip to content

Commit

Permalink
fix(iprod-189): updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
geka-evk committed Feb 22, 2024
1 parent e97ae3e commit 35bef22
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 53 deletions.
4 changes: 4 additions & 0 deletions .ncurc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Add a TODO comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc).
reject: [
"chai", # Chai v.5 now only supports EcmaScript Modules (ESM) - no require('chi')
]
134 changes: 82 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"dependencies": {
"@kubernetes/client-node": "^0.20.0",
"async-retry": "^1.3.3",
"chai": "^5.1.0",
"connect": "^3.7.0",
"cookies": "^0.9.1",
"cors": "^2.8.5",
Expand Down Expand Up @@ -83,6 +82,7 @@
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"chai": "^4.4.1",
"chai-datetime": "^1.8.0",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
Expand Down

0 comments on commit 35bef22

Please sign in to comment.