Skip to content

Commit

Permalink
Upgrade frontend dependencies (#631)
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 Jun 25, 2024
1 parent f9a56ac commit ba8aa58
Show file tree
Hide file tree
Showing 3 changed files with 1,181 additions and 1,091 deletions.
28 changes: 14 additions & 14 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,39 @@
"type": "module",
"dependencies": {
"classnames": "^2.5.1",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.3.1",
"clo-ui": "https://github.com/cncf/clo-ui.git#v0.3.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.0",
"react-router-dom": "^6.23.1",
"react-router-dom": "^6.24.0",
"source-map-explorer": "^2.5.3"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/js": "^9.3.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@eslint/js": "^9.5.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.4",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^9.3.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"globals": "^15.3.0",
"globals": "^15.6.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"react-scripts": "5.0.1",
"sass": "^1.77.2",
"sass": "^1.77.6",
"shx": "^0.3.4",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0"
"typescript": "^5.5.2",
"typescript-eslint": "^7.13.1"
},
"resolutions": {
"react-scripts/**/core-js-pure": "3.37.1"
Expand Down
8 changes: 2 additions & 6 deletions web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"target": "ES2020",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
Expand Down
Loading

0 comments on commit ba8aa58

Please sign in to comment.