Skip to content

Commit

Permalink
Update versions for FaultsView and metadata update
Browse files Browse the repository at this point in the history
  • Loading branch information
jrvollmer committed Jul 23, 2023
1 parent 3ff26f4 commit a86a44b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Backend/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 Backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chase-car-dashboard-backend",
"version": "4.0.0",
"version": "4.1.0",
"description": "",
"main": "src/server.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions Frontend/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 Frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chase-car-dashboard-frontend",
"version": "4.1.0",
"version": "4.2.0",
"private": true,
"proxy": "http://localhost:4001",
"dependencies": {
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chase-car-dashboard",
"version": "4.1.0",
"version": "4.2.0",
"scripts": {
"data-generator": "cd DataGenerator && npm start",
"backend": "cd Backend && npm start",
Expand Down

0 comments on commit a86a44b

Please sign in to comment.