Skip to content

Commit

Permalink
bump frontend deps (#8047)
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair authored Sep 1, 2024
1 parent 4745918 commit a102e17
Show file tree
Hide file tree
Showing 2 changed files with 1,027 additions and 1,134 deletions.
58 changes: 29 additions & 29 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,43 +11,43 @@
"compile": "lingui compile --typescript"
},
"dependencies": {
"@codemirror/autocomplete": ">=6.18.0",
"@codemirror/autocomplete": "^6.18.0",
"@codemirror/lang-liquid": "^6.2.1",
"@codemirror/language": ">=6.10.2",
"@codemirror/lint": ">=6.8.1",
"@codemirror/search": ">=6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/theme-one-dark": ">=6.0.0",
"@codemirror/view": ">=6.33.0",
"@codemirror/language": "^6.10.2",
"@codemirror/lint": "^6.8.1",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.33.0",
"@emotion/react": "^11.13.3",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@lingui/core": "^4.11.3",
"@lingui/react": "^4.11.3",
"@mantine/carousel": "^7.12.1",
"@mantine/charts": "^7.12.1",
"@mantine/core": "^7.12.1",
"@mantine/dates": "^7.12.1",
"@mantine/dropzone": "^7.12.1",
"@mantine/form": "^7.12.1",
"@mantine/hooks": "^7.12.1",
"@mantine/modals": "^7.12.1",
"@mantine/notifications": "^7.12.1",
"@mantine/spotlight": "^7.12.1",
"@mantine/vanilla-extract": "^7.12.1",
"@mdxeditor/editor": "^3.11.1",
"@sentry/react": "^8.26.0",
"@tabler/icons-react": "^3.13.0",
"@tanstack/react-query": "^5.52.2",
"@mantine/carousel": "^7.12.2",
"@mantine/charts": "^7.12.2",
"@mantine/core": "^7.12.2",
"@mantine/dates": "^7.12.2",
"@mantine/dropzone": "^7.12.2",
"@mantine/form": "^7.12.2",
"@mantine/hooks": "^7.12.2",
"@mantine/modals": "^7.12.2",
"@mantine/notifications": "^7.12.2",
"@mantine/spotlight": "^7.12.2",
"@mantine/vanilla-extract": "^7.12.2",
"@mdxeditor/editor": "^3.11.3",
"@sentry/react": "^8.27.0",
"@tabler/icons-react": "^3.14.0",
"@tanstack/react-query": "^5.53.1",
"@uiw/codemirror-theme-vscode": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"@uiw/react-split": "^5.9.3",
"@vanilla-extract/css": "^1.15.5",
"axios": "^1.7.5",
"clsx": "^2.1.0",
"codemirror": ">=6.0.0",
"axios": "^1.7.6",
"clsx": "^2.1.1",
"codemirror": "^6.0.1",
"dayjs": "^1.11.13",
"embla-carousel-react": "^8.2.0",
"fuse.js": "^7.0.0",
Expand All @@ -62,8 +62,8 @@
"react-router-dom": "^6.26.1",
"react-select": "^5.8.0",
"react-window": "^1.8.10",
"recharts": "^2.12.4",
"styled-components": "^6.1.12",
"recharts": "^2.12.7",
"styled-components": "^6.1.13",
"zustand": "^4.5.5"
},
"devDependencies": {
Expand All @@ -73,9 +73,9 @@
"@lingui/cli": "^4.11.3",
"@lingui/macro": "^4.11.3",
"@playwright/test": "^1.46.1",
"@types/node": "^22.5.0",
"@types/node": "^22.5.1",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-grid-layout": "^1.3.5",
"@types/react-router-dom": "^5.3.3",
Expand Down
Loading

0 comments on commit a102e17

Please sign in to comment.