Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Jul 20, 2023
1 parent 2f3c8f0 commit 5a27092
Show file tree
Hide file tree
Showing 2 changed files with 457 additions and 330 deletions.
64 changes: 32 additions & 32 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,45 +11,45 @@
"compile": "lingui compile --typescript"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@emotion/react": "^11.11.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@lingui/core": "^4.2.1",
"@lingui/react": "^4.2.1",
"@mantine/core": "^6.0.15",
"@mantine/dates": "^6.0.15",
"@mantine/dropzone": "^6.0.15",
"@mantine/form": "^6.0.15",
"@mantine/hooks": "^6.0.15",
"@mantine/modals": "^6.0.15",
"@mantine/notifications": "^6.0.15",
"@tabler/icons-react": "^2.23.0",
"@tanstack/react-query": "^4.16.1",
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"html5-qrcode": "^2.3.3",
"@lingui/core": "^4.3.0",
"@lingui/react": "^4.3.0",
"@mantine/core": "^6.0.17",
"@mantine/dates": "^6.0.17",
"@mantine/dropzone": "^6.0.17",
"@mantine/form": "^6.0.17",
"@mantine/hooks": "^6.0.17",
"@mantine/modals": "^6.0.17",
"@mantine/notifications": "^6.0.17",
"@tabler/icons-react": "^2.27.0",
"@tanstack/react-query": "^4.29.25",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"html5-qrcode": "^2.3.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"zustand": "^4.2.0"
"react-router-dom": "^6.14.2",
"zustand": "^4.3.9"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@lingui/cli": "^4.2.1",
"@lingui/macro": "^4.2.1",
"@playwright/test": "^1.35.0",
"@types/node": "^20.3.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@babel/core": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@lingui/cli": "^4.3.0",
"@lingui/macro": "^4.3.0",
"@playwright/test": "^1.36.1",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react": "^4.0.3",
"babel-plugin-macros": "^3.1.0",
"typescript": "^5.1.3",
"vite": "^4.0.3",
"typescript": "^5.1.6",
"vite": "^4.4.5",
"vite-plugin-babel-macros": "^1.0.6"
}
}
Loading

0 comments on commit 5a27092

Please sign in to comment.