Skip to content

Commit

Permalink
fix: update plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Oct 5, 2023
1 parent cccab3b commit bd8563d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@nx/devkit": "16.9.1",
"@nx/plugin": "^16.9.1",
"@swc/helpers": "~0.5.2",
"lodash.merge": "^4.6.2",
"tslib": "^2.3.0",
"yaml": "^2.3.2"
},
Expand Down
4 changes: 3 additions & 1 deletion plugins/nx-helm-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
},
"dependencies": {
"@nx/devkit": "16.9.1",
"tslib": "^2.3.0"
"lodash.merge": "^4.6.2",
"tslib": "^2.3.0",
"yaml": "^2.3.2"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down

0 comments on commit bd8563d

Please sign in to comment.