Skip to content

Commit

Permalink
Updated pnpm dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Oct 15, 2023
1 parent ac0adae commit b9a67c1
Show file tree
Hide file tree
Showing 3 changed files with 457 additions and 441 deletions.
58 changes: 29 additions & 29 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,51 +10,51 @@
"build-github": "tsc && vite build --outDir ../static"
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.5",
"@fontsource/anton": "^5.0.5",
"@fontsource/poppins": "^5.0.5",
"@fontsource/roboto": "^5.0.5",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fontsource-variable/inter": "^5.0.13",
"@fontsource/anton": "^5.0.15",
"@fontsource/poppins": "^5.0.8",
"@fontsource/roboto": "^5.0.8",
"@fortawesome/fontawesome-free": "^6.4.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-toggle-group": "^1.0.4",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"chart.js": "^4.3.0",
"@reduxjs/toolkit": "^1.9.7",
"axios": "^1.5.1",
"chart.js": "^4.4.0",
"csstype": "^3.1.2",
"framer-motion": "^10.12.21",
"i18next": "^23.2.11",
"framer-motion": "^10.16.4",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"javascript-time-ago": "^2.5.9",
"material-symbols": "^0.10.0",
"material-symbols": "^0.13.0",
"notistack": "^3.0.1",
"oidc-client-ts": "^2.2.4",
"oidc-client-ts": "^2.3.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-i18next": "^13.0.2",
"react-icons": "^4.10.1",
"react-oidc-context": "^2.2.2",
"react-redux": "^8.1.1",
"react-router-dom": "^6.14.1",
"react-hook-form": "^7.47.0",
"react-i18next": "^13.3.0",
"react-icons": "^4.11.0",
"react-oidc-context": "^2.3.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.16.0",
"react-waypoint": "^10.3.0",
"redux": "^4.2.1",
"sanitize-html": "^2.11.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/sanitize-html": "^2.9.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.14",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/sanitize-html": "^2.9.2",
"@vitejs/plugin-react-swc": "^3.4.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"sass": "^1.63.6",
"sass": "^1.69.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.4"
"typescript": "^5.2.2",
"vite": "^4.4.11"
}
}
Loading

0 comments on commit b9a67c1

Please sign in to comment.