Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
voliva committed May 16, 2024
1 parent 12f6e34 commit 6548abc
Show file tree
Hide file tree
Showing 3 changed files with 764 additions and 831 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,38 +11,38 @@
"preview": "vite preview"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.2",
"vite": "^5.2.0"
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"prettier": {
"printWidth": 80,
"semi": false,
"trailingComma": "all"
},
"dependencies": {
"@polkadot-api/codegen": "^0.3.0",
"@polkadot-api/metadata-builders": "^0.2.0",
"@polkadot-api/observable-client": "^0.2.1",
"@polkadot-api/substrate-bindings": "^0.3.0",
"@polkadot-api/substrate-client": "^0.1.1",
"@radix-ui/themes": "^3.0.2",
"@polkadot-api/codegen": "^0.5.0",
"@polkadot-api/metadata-builders": "^0.3.0",
"@polkadot-api/observable-client": "^0.3.0",
"@polkadot-api/substrate-bindings": "^0.5.0",
"@polkadot-api/substrate-client": "^0.1.2",
"@radix-ui/themes": "^3.0.4",
"@react-rxjs/core": "^0.10.7",
"@react-rxjs/utils": "^0.9.7",
"idb-keyval": "^6.2.1",
"lucide-react": "^0.374.0",
"polkadot-api": "^0.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"lucide-react": "^0.378.0",
"polkadot-api": "^0.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-virtuoso": "^4.7.10",
"rxjs": "^7.8.1",
"smoldot": "^2.0.25",
"smoldot": "^2.0.26",
"tailwind-merge": "^2.3.0"
}
}
Loading

0 comments on commit 6548abc

Please sign in to comment.