Skip to content

Commit

Permalink
fix: standard npm updates (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit authored May 1, 2024
1 parent e57b765 commit 57d8cbf
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 203 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ updates:
prefix-development: chore(dev-deps)
ignore:
- dependency-name: '@salesforce/dev-scripts'
- dependency-name: 'npm' # Updated with update-npm-version.yml
- dependency-name: '*'
update-types: ['version-update:semver-major']
51 changes: 0 additions & 51 deletions .github/workflows/update-npm-version.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@salesforce/kit": "^3.1.1",
"@salesforce/sf-plugins-core": "^9.0.0",
"got": "^13.0.0",
"npm": "10.5.0",
"npm": "^10.7.0",
"npm-run-path": "^4.0.1",
"proxy-agent": "^6.4.0",
"semver": "^7.6.0",
Expand Down
Loading

0 comments on commit 57d8cbf

Please sign in to comment.