Skip to content

Commit

Permalink
build(deps): bump npm packages
Browse files Browse the repository at this point in the history
* bump tanstack/react-query from 5.17.19 to 5.20.5
* bump react-bootstrap from 2.10.0 to 2.10.1
* bump react-hook-form from 7.49.3 to 7.50.1
* bump react-router-dom from 6.21.3 to 6.22.0
  • Loading branch information
JosephKav committed Feb 16, 2024
1 parent ca77bf4 commit 01a7b85
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 73 deletions.
111 changes: 55 additions & 56 deletions web/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions web/ui/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query": "^5.20.5",
"@types/bootstrap": "^5.2.10",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"bootstrap": "^5.3.2",
"date-fns": "^3.3.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-bootstrap": "^2.10.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-router-dom": "^6.21.3",
"react-hook-form": "^7.50.1",
"react-router-dom": "^6.22.0",
"react-scripts": "^5.0.1",
"reconnecting-websocket": "^4.4.0",
"styled-components": "^6.1.8",
Expand Down Expand Up @@ -53,8 +53,8 @@
]
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.17.21",
"@types/node": "^20.11.10",
"@tanstack/react-query-devtools": "^5.20.5",
"@types/node": "^20.11.19",
"@types/styled-components": "^5.1.34"
}
}
2 changes: 1 addition & 1 deletion web/ui/static/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.svg" type="image/svg+xml"/><link rel="apple-touch-icon" href="./apple-touch-icon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="Argus" content="Monitor new releases"/><link rel="manifest" href="./manifest.json"/><title>Argus</title><script defer="defer" src="./static/js/main.18307020.js"></script><link href="./static/css/main.c19fd5e8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.svg" type="image/svg+xml"/><link rel="apple-touch-icon" href="./apple-touch-icon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="Argus" content="Monitor new releases"/><link rel="manifest" href="./manifest.json"/><title>Argus</title><script defer="defer" src="./static/js/main.197ff249.js"></script><link href="./static/css/main.c19fd5e8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1 change: 0 additions & 1 deletion web/ui/static/static/js/main.18307020.js.map

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ and limitations under the License.
*/

/**
* @remix-run/router v1.14.2
* @remix-run/router v1.15.0
*
* Copyright (c) Remix Software Inc.
*
Expand All @@ -71,7 +71,7 @@ and limitations under the License.
*/

/**
* React Router DOM v6.21.3
* React Router DOM v6.22.0
*
* Copyright (c) Remix Software Inc.
*
Expand All @@ -82,7 +82,7 @@ and limitations under the License.
*/

/**
* React Router v6.21.3
* React Router v6.22.0
*
* Copyright (c) Remix Software Inc.
*
Expand Down
1 change: 1 addition & 0 deletions web/ui/static/static/js/main.197ff249.js.map

Large diffs are not rendered by default.

0 comments on commit 01a7b85

Please sign in to comment.