Skip to content
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

resolves issue #295, charts can now be arranged #345

Closed
wants to merge 24 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a8dbad7
Miscellaneous infrastructure updates (#299)
patrick-5546 Mar 9, 2024
1a16207
Comment out grouped dependabot updates (#300)
patrick-5546 Mar 9, 2024
e88543e
Bump ip from 2.0.0 to 2.0.1 in /src/website/tests (#252)
dependabot[bot] Mar 9, 2024
aaf99d8
Bump follow-redirects from 1.15.3 to 1.15.5 in /src/website/tests (#253)
dependabot[bot] Mar 9, 2024
d41dc9a
Bump axios from 0.27.2 to 0.28.0 in /src/website/tests (#254)
dependabot[bot] Mar 9, 2024
51b776f
Bump zod and next in /src/website (#257)
dependabot[bot] Mar 9, 2024
c9dd510
Bump ip from 2.0.0 to 2.0.1 in /src/website (#255)
dependabot[bot] Mar 9, 2024
97f782c
Bump postcss and next in /src/website (#258)
dependabot[bot] Mar 9, 2024
220ea44
Upgrade Node.js version from v18 to v20 (#315)
jahn18 Mar 10, 2024
32eb2b2
LUT mappings added (#234)
evannawfal Mar 10, 2024
9f496d7
Use rrtstar in tests (#316)
patrick-5546 Mar 10, 2024
415a30b
Fix test warnings (#317)
patrick-5546 Mar 10, 2024
0a45f04
[ImgBot] Optimize images (#314)
imgbot[bot] Mar 10, 2024
89a6b6c
NET Generate ROS Info Update (#322)
hhenry01 Mar 16, 2024
2424a11
lross03/can frame parser (#324)
lross03 Mar 16, 2024
3df2864
Fix lint tasks (#325)
hhenry01 Mar 16, 2024
aaa5f88
Update links to deprecated sub-repositories (#331)
patrick-5546 Mar 19, 2024
f255528
Remove legacy-peer-deps header when installing node packages for webs…
jahn18 Mar 19, 2024
a9134f0
Sensors: Add delay model (#311)
DFriend01 Mar 19, 2024
e0bdfc7
Migrate Package Specific Dependencies from Image to package.xml (#244)
SPDonaghy Mar 19, 2024
0c6d2b2
Update website base image to node:20-alpine (#339)
jahn18 Mar 23, 2024
e2b3672
Create Fluid Force Computation class (#337)
tanmaythakral Mar 23, 2024
092d097
[NET] Local Transceiver: ROS modes and config file (#343)
Jng468 Mar 23, 2024
b83005c
Fix Remote Transceiver Test Failures (#342)
hhenry01 Mar 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump axios from 0.27.2 to 0.28.0 in /src/website/tests (#254)
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.28.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
- [Commits](axios/axios@v0.27.2...v0.28.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Mar 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit d41dc9a7c4ef6f8fb4bf986298f3055988c32feb
18 changes: 12 additions & 6 deletions src/website/tests/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 src/website/tests/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"@cucumber/messages": "20.0.0",
"@cucumber/pretty-formatter": "1.0.0",
"amqp-ts": "1.8.0",
"axios": "0.27.2",
"axios": "0.28.0",
"chai": "4.3.7",
"deep-equal-in-any-order": "1.1.20",
"mongoose": "^7.5.3",