Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
filipslezaklab committed Aug 6, 2023
1 parent 3de9b6f commit 88a6080
Show file tree
Hide file tree
Showing 20 changed files with 1,553 additions and 380 deletions.
2 changes: 1 addition & 1 deletion web/.typesafe-i18n.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"adapter": "react",
"$schema": "https://unpkg.com/typesafe-i18n@5.25.1/schema/typesafe-i18n.json"
"$schema": "https://unpkg.com/typesafe-i18n@5.26.0/schema/typesafe-i18n.json"
}
41 changes: 21 additions & 20 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,61 +37,62 @@
}
},
"dependencies": {
"@floating-ui/react": "^0.24.8",
"@floating-ui/react": "^0.25.0",
"@hookform/resolvers": "^3.1.1",
"@stablelib/base64": "^1.0.1",
"@stablelib/x25519": "^1.0.3",
"@tanstack/query-core": "^4.32.0",
"@tanstack/query-core": "^4.32.6",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"clipboardy": "^3.0.0",
"dayjs": "^1.11.9",
"fast-deep-equal": "^3.1.3",
"file-saver": "^2.0.5",
"framer-motion": "^10.13.0",
"framer-motion": "^10.15.0",
"html-react-parser": "^4.2.0",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-click-away-listener": "^2.2.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.2",
"react-hook-form": "^7.45.3",
"react-markdown": "^8.0.7",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.14.2",
"rehype-sanitize": "^5.0.1",
"rxjs": "^7.8.1",
"use-breakpoint": "^3.1.1",
"zod": "^3.21.4",
"zustand": "^4.3.9"
"zustand": "^4.4.0"
},
"devDependencies": {
"@svgr/cli": "^8.0.1",
"@tanstack/react-query": "^4.32.0",
"@tanstack/react-query-devtools": "^4.32.0",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-devtools": "^4.32.6",
"@types/file-saver": "^2.0.5",
"@types/lodash-es": "^4.17.8",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vitejs/plugin-react": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-react": "^4.0.4",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.26",
"sass": "^1.64.0",
"postcss": "^8.4.27",
"sass": "^1.64.2",
"typedoc": "^0.24.8",
"typesafe-i18n": "^5.25.1",
"typesafe-i18n": "^5.26.0",
"typescript": "^5.1.6",
"vite": "^4.4.6"
"typescript-eslint-language-service": "^5.0.5",
"vite": "^4.4.8"
}
}
Loading

0 comments on commit 88a6080

Please sign in to comment.