Skip to content

Commit

Permalink
client: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzzeb committed Jul 26, 2024
1 parent 945377b commit 0b7e75a
Show file tree
Hide file tree
Showing 2 changed files with 471 additions and 537 deletions.
36 changes: 18 additions & 18 deletions client/insight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
"@react-spring/rafz": "^9.7.3",
"@react-spring/web": "^9.7.3",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@react-spring/rafz": "^9.7.4",
"@react-spring/web": "^9.7.4",
"@seedtactics/immutable-collections": "^1.0.0",
"@visx/axis": "^3.10.1",
"@visx/curve": "^3.3.0",
Expand All @@ -40,7 +40,7 @@
"date-fns": "^3.6.0",
"highlight.js": "^11.10.0",
"jdenticon": "^3.3.0",
"jotai": "^2.9.0",
"jotai": "^2.9.1",
"jsbarcode": "^3.11.6",
"oidc-client-ts": "^3.0.1",
"react": "^18.3.1",
Expand All @@ -54,23 +54,23 @@
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@types/d3-sankey": "^0.12.4",
"@types/node": "^20.14.10",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-timeago": "^4.1.7",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.8",
"jsdom": "^24.1.0",
"nswag": "^14.0.8",
"prettier": "^3.3.2",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^2.0.2"
"eslint-plugin-react-refresh": "^0.4.9",
"jsdom": "^24.1.1",
"nswag": "^14.1.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vitest": "^2.0.4"
}
}
Loading

0 comments on commit 0b7e75a

Please sign in to comment.