Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI Changes #12

Merged
merged 10 commits into from
Sep 23, 2024
Next Next commit
fix(launch error): fix initial errors
hamidroohi92 committed Sep 4, 2024
commit f06afd6f26a1c603ff31f5bc75d41af76374514c
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
trailingSlash: true,
transpilePackages: ["react-hook-mousetrap"],
webpack: (config) => {
config.externals.push("pino-pretty", "lokijs", "encoding");
return config;
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -21,8 +21,10 @@
]
},
"dependencies": {
"@aragon/ods": "^1.0.28",
"@aragon/ods": "^1.0.24",
"@react-native-async-storage/async-storage": "^2.0.0",
"@shazow/whatsabi": "0.11.0",
"@tailwindcss/typography": "^0.5.14",
"@tanstack/query-async-storage-persister": "^5.28.8",
"@tanstack/react-query": "^5.28.8",
"@tanstack/react-query-persist-client": "^5.28.8",
7,460 changes: 7,460 additions & 0 deletions yarn.lock

Large diffs are not rendered by default.