Skip to content

Commit

Permalink
Upgrade frontend dependencies (#3902)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
  • Loading branch information
cynthia-sg authored Jun 25, 2024
1 parent 143a70e commit e7c98b8
Show file tree
Hide file tree
Showing 5 changed files with 2,336 additions and 2,110 deletions.
35 changes: 18 additions & 17 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"type": "module",
"dependencies": {
"@analytics/google-analytics-v3": "^0.6.1",
"analytics": "^0.8.11",
"apexcharts": "3.49.0",
"analytics": "^0.8.13",
"apexcharts": "3.49.1",
"bootstrap": "^5.3.3",
"classnames": "^2.5.1",
"codemirror": "^5.65.15",
Expand All @@ -27,7 +27,7 @@
"react-icons": "^5.2.0",
"react-image-crop": "^11.0.5",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.23.1",
"react-router-dom": "^6.24.0",
"react-syntax-highlighter": "^15.5.0",
"regexify-string": "^1.0.17",
"rehype-github-alerts": "^3.0.0",
Expand All @@ -37,43 +37,44 @@
"remark-unlink": "^4.0.1",
"semver": "^7.6.0",
"tinycolor2": "^1.6.0",
"ua-parser-js": "^1.0.37",
"ua-parser-js": "^1.0.38",
"unified": "^10.1.2",
"yaml": "^2.4.2"
"yaml": "^2.4.5"
},
"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/dom": "^10.2.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/bootstrap": "^5.2.10",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.12",
"@types/json-schema": "^7.0.14",
"@types/json-schema-merge-allof": "^0.6.5",
"@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-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/semver": "^7.5.8",
"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",
"jest-fetch-mock": "^3.0.3",
"jest-mock": "^29.7.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"react-scripts": "^5.0.1",
"sass": "^1.77.1",
"sass": "^1.77.6",
"shx": "^0.3.4",
"typescript": "^5.4.5",
"typescript-eslint": "^7.10.0"
"typescript": "^5.5.2",
"typescript-eslint": "^7.13.1"
},
"proxy": "http://localhost:8000",
"scripts": {
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": "es2021",
"lib": ["es2021", "DOM", "DOM.Iterable"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
Expand Down
Loading

0 comments on commit e7c98b8

Please sign in to comment.