-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the npm_and_yarn group across 8 directories with 47 updates #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"axios": "^0.26.1", | ||
"axios": "^1.6.8", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. According to project standards, use Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
"express": "^4.17.3", | ||
"node-fetch": "^3.2.2" | ||
}, | ||
|
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"axios": "^0.28.0", | ||
"axios": "^1.6.8", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We standardize on Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||
"bootstrap": "^5.2.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
|
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our coding guidelines recommend
fetch
overaxios
. Please migrate HTTP requests and remove this dependency.Copilot uses AI. Check for mistakes.