Skip to content

Commit

Permalink
update deps and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
josepot committed Aug 27, 2024
1 parent 8eff57c commit 9b2292e
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 302 deletions.
6 changes: 3 additions & 3 deletions .papi/descriptors/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "0.1.0-autogenerated.10845706654227017501",
"version": "0.1.0-autogenerated.14917496063277105670",
"name": "@polkadot-api/descriptors",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js"
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
Expand Down
Binary file modified .papi/metadata/pas.scale
Binary file not shown.
Binary file modified .papi/metadata/pasAh.scale
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@
"@radix-ui/react-tabs": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.428.0",
"polkadot-api": "^1.0.1",
"lucide-react": "^0.436.0",
"polkadot-api": "^1.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rxjs": "^7.8.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^22.4.1",
"@types/react": "^18.3.3",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.1"
"vite": "^5.4.2"
},
"prettier": {
"printWidth": 80,
Expand Down
Loading

0 comments on commit 9b2292e

Please sign in to comment.