Skip to content

Commit

Permalink
add packageManager to package.json to fix dependabot (#28554)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Jan 27, 2025
1 parent 74c2cac commit c9a6b93
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion generators/angular/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"webpack-bundle-analyzer": "4.10.2",
"webpack-merge": "6.0.1",
"webpack-notifier": "1.15.0"
}
},
"packageManager": "npm@11"
}
3 changes: 2 additions & 1 deletion generators/client/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"lighthouse": "12.3.0",
"nyc": "17.1.0",
"swagger-ui-dist": "5.18.2"
}
},
"packageManager": "npm@11"
}
3 changes: 2 additions & 1 deletion generators/common/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"concurrently": "9.1.2",
"npm": "11.0.0",
"wait-on": "8.0.2"
}
},
"packageManager": "npm@11"
}
3 changes: 2 additions & 1 deletion generators/generate-blueprint/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"eslint": "9.18.0",
"globals": "15.14.0",
"vitest": "3.0.2"
}
},
"packageManager": "npm@11"
}
3 changes: 2 additions & 1 deletion generators/javascript/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"eslint-plugin-prettier": "5.2.3",
"husky": "9.1.7",
"lint-staged": "15.4.1"
}
},
"packageManager": "npm@11"
}
3 changes: 2 additions & 1 deletion generators/react/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@
"webpack-merge": "6.0.1",
"webpack-notifier": "1.15.0",
"workbox-webpack-plugin": "7.3.0"
}
},
"packageManager": "npm@11"
}
3 changes: 2 additions & 1 deletion generators/vue/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@
"webpack-dev-server": "5.2.0",
"webpack-merge": "6.0.1",
"workbox-webpack-plugin": "7.3.0"
}
},
"packageManager": "npm@11"
}

0 comments on commit c9a6b93

Please sign in to comment.