Skip to content

Commit

Permalink
upgrade deps & rococo -> paseo
Browse files Browse the repository at this point in the history
  • Loading branch information
josepot committed Nov 4, 2024
1 parent ce28b57 commit b06965b
Show file tree
Hide file tree
Showing 3 changed files with 1,190 additions and 1,226 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,39 @@
"preview": "vite preview"
},
"devDependencies": {
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.2"
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
"prettier": {
"printWidth": 80,
"semi": false,
"trailingComma": "all"
},
"dependencies": {
"@polkadot-api/codegen": "^0.9.0",
"@polkadot-api/metadata-builders": "^0.6.0",
"@polkadot-api/observable-client": "^0.5.2",
"@polkadot-api/substrate-bindings": "^0.6.3",
"@polkadot-api/substrate-client": "^0.2.1",
"@radix-ui/themes": "^3.1.3",
"@polkadot-api/codegen": "^0.12.7",
"@polkadot-api/metadata-builders": "^0.9.1",
"@polkadot-api/observable-client": "^0.5.14",
"@polkadot-api/substrate-bindings": "^0.9.3",
"@polkadot-api/substrate-client": "^0.2.2",
"@radix-ui/themes": "^3.1.4",
"@react-rxjs/core": "^0.10.7",
"@react-rxjs/utils": "^0.9.7",
"idb-keyval": "^6.2.1",
"lucide-react": "^0.436.0",
"polkadot-api": "^1.1.0",
"lucide-react": "^0.454.0",
"polkadot-api": "^1.6.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-virtuoso": "^4.10.1",
"react-virtuoso": "^4.12.0",
"rxjs": "^7.8.1",
"smoldot": "^2.0.30",
"tailwind-merge": "^2.5.2"
"tailwind-merge": "^2.5.4"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}
Loading

0 comments on commit b06965b

Please sign in to comment.