Merge pull request #130 from polkadot-api/vo/update_rc6

chore: update dependencies
This commit is contained in:
Victor Oliva
2026-04-10 08:58:30 +02:00
committed by GitHub
3 changed files with 695 additions and 688 deletions

View File

@@ -4,18 +4,19 @@
"files": [
"dist"
],
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"module": "./dist/index.js",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"browser": "./dist/index.mjs",
"module": "./dist/index.js",
"browser": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"peerDependencies": {

View File

@@ -43,11 +43,11 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"idb-keyval": "^6.2.2",
"lucide-react": "^1.7.0",
"polkadot-api": "2.0.0-rc.6",
"lucide-react": "^1.8.0",
"polkadot-api": "^2.0.0",
"polkahub": "^0.5.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-portal": "^4.3.0",
"react-router-dom": "^7.14.0",
"react-svg": "^17.2.4",
@@ -75,7 +75,7 @@
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.1",
"vite": "^8.0.7"
"vite": "^8.0.8"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
"pnpm": {

1362
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff