Skip to content

Commit

Permalink
chore: fix yarn warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Feb 13, 2025
1 parent ccb2a63 commit 5a3452a
Show file tree
Hide file tree
Showing 8 changed files with 513 additions and 490 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"prettier-plugin-organize-imports": "^4.1.0",
"sass": "1.77.6",
"typescript": "^5.7.2",
"typescript-eslint": "^8.23.0",
"vite": "^6.0.11"
"typescript-eslint": "^8.23.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@polkadot-api/merkleize-metadata": "^1.1.13",
"@tanstack/react-query": "^5.66.0",
"@w3ux/hooks": "^1.4.0",
Expand All @@ -52,9 +52,11 @@
"framer-motion": "^12.0.11",
"i18next": "^24.2.2",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-i18next": "^15.4.0",
"styled-components": "^6.1.13",
"vite": "^6.0.11",
"vitest": "^3.0.5"
},
"packageManager": "[email protected]",
Expand Down
21 changes: 10 additions & 11 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,25 @@
},
"dependencies": {
"@dotlottie/player-component": "^2.7.12",
"@fortawesome/fontawesome-svg-core": "*",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@fortawesome/free-solid-svg-icons": "*",
"@fortawesome/react-fontawesome": "*",
"@ledgerhq/hw-transport-webhid": "^6.30.0",
"@lottiefiles/dotlottie-react": "^0.12.3",
"@polkadot-api/merkleize-metadata": "^1.1.12",
"@polkadot-api/signers-common": "^0.1.5",
"@polkadot-api/substrate-bindings": "^0.11.0",
"@polkadot/util": "^13.3.1",
"@polkawatch/ddp-client": "^2.0.20",
"@tanstack/react-query": "*",
"@w3ux/extension-assets": "^1.0.0",
"@w3ux/factories": "^1.0.0",
"@w3ux/react-connect-kit": "^2.1.1",
"@w3ux/react-odometer": "^1.1.0",
"@w3ux/react-polkicon": "*",
"@w3ux/utils": "*",
"@w3ux/validator-assets": "^0.3.1",
"@zondax/ledger-substrate": "^1.0.1",
"assets": "workspace:*",
Expand All @@ -44,8 +49,9 @@
"polkadot-api": "^1.8.4",
"qrcode-generator": "1.4.4",
"rc-slider": "^11.1.6",
"react": "*",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-dom": "*",
"react-helmet-async": "^2.0.5",
"react-router-dom": "^7.1.1",
"rxjs": "^7.8.1",
Expand All @@ -63,20 +69,13 @@
"xxhash-wasm": "^1.0.2"
},
"devDependencies": {
"eslint": "*",
"vite": "*",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.5"
},
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": "*",
"@fortawesome/free-solid-svg-icons": "*",
"@tanstack/react-query": "*",
"@w3ux/react-polkicon": "*",
"eslint": "*",
"react": "*",
"vite": "*"
}
}
4 changes: 1 addition & 3 deletions packages/ui-buttons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
"reset": "yarn run clear && rm -rf node_modules yarn.lock && yarn"
},
"dependencies": {
"@fortawesome/react-fontawesome": "^0.2.2"
},
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": "*",
"@fortawesome/react-fontawesome": "*",
"react": "*"
}
}
4 changes: 1 addition & 3 deletions packages/ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
"./types": "./src/types.ts"
},
"dependencies": {
"@fortawesome/react-fontawesome": "^0.2.2"
},
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": "*",
"@fortawesome/free-solid-svg-icons": "*",
"@fortawesome/react-fontawesome": "*",
"react": "*"
}
}
3 changes: 2 additions & 1 deletion packages/ui-graphs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
".": "./src/index.tsx",
"./types": "./src/types.ts"
},
"peerDependencies": {
"dependencies": {
"react": "*",
"react-dom": "*",
"styled-components": "*"
}
}
6 changes: 2 additions & 4 deletions packages/ui-identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@
"./types": "./src/types.ts"
},
"dependencies": {
"ui-core": "workspace:*"
},
"peerDependencies": {
"@w3ux/react-polkicon": "*",
"@w3ux/utils": "*",
"react": "*"
"react": "*",
"ui-core": "workspace:*"
}
}
6 changes: 2 additions & 4 deletions packages/ui-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@
"./types": "./src/types.ts"
},
"dependencies": {
"ui-core": "workspace:*"
},
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": "*",
"@fortawesome/free-solid-svg-icons": "*",
"react": "*"
"react": "*",
"ui-core": "workspace:*"
}
}
Loading

0 comments on commit 5a3452a

Please sign in to comment.