Skip to content

Commit

Permalink
Upgrade frontend dependencies (#1350)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
  • Loading branch information
cynthia-sg authored Nov 26, 2023
1 parent aa92a91 commit 28dfb8f
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 244 deletions.
26 changes: 13 additions & 13 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@
"dependencies": {
"apexcharts": "^3.44.0",
"classnames": "^2.3.2",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.1.19",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.1.20",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"nth-check": "^2.0.1",
"react": "^18.0.2",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.0.2",
"react-icons": "^4.11.0",
"react-markdown": "^9.0.0",
"react-router-dom": "^6.18.0",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.19.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-external-links": "^3.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.7",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.10",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.202",
"@types/node": "^20.9.2",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/react-router-dom": "^5.3.2",
"@types/react-syntax-highlighter": "^15.5.9",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -36,14 +36,14 @@
"jest-fetch-mock": "^3.0.3",
"minimatch": "^9.0.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"react-scripts": "5.0.1",
"sass": "^1.69.5",
"shx": "^0.3.4",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"resolutions": {
"react-scripts/**/core-js-pure": "3.33.2",
"react-scripts/**/core-js-pure": "3.33.3",
"react-scripts/**/nth-check": "^2.0.1"
},
"proxy": "http://127.0.0.1:8000",
Expand Down
1 change: 0 additions & 1 deletion web/src/layout/stats/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,6 @@ exports[`StatsView creates snapshot 1`] = `
<path
d="M4.99787498,8.99999999 L4.99787498,0.999999992 L19.4999998,0.999999992 L22.9999998,4.50000005 L23,23 L4,23 M18,1 L18,6 L23,6 M7,13 C7,13 6.00000004,13 5,13 C3.99999996,13 3,13.5 3,14.5 L3,16 C3,16 3.00000001,16.5 3,17.5 C2.99999999,18.5 4,19 5,19 L7,19 M13.25,13 C13.25,13 12.25,13 10.75,13 C9.25,13 8.75,13.5 8.75,14.5 C8.75,15.5 9.25,16 10.75,16 C12.25,16 12.75,16.5 12.75,17.5 C12.75,18.5 12.25,19 10.75,19 C9.25,19 8.25,19 8.25,19 M20.5,12 C20.5,12 20.5,12 20.5,12.5 C20.5,13 18,19 18,19 L17.5,19 C17.5,19 15,13 15,12.5 L15,12"
fill="none"
stroke="#000"
stroke-width="2"
/>
</svg>
Expand Down
Loading

0 comments on commit 28dfb8f

Please sign in to comment.