Skip to content

Commit

Permalink
Merge pull request #131 from polkadot-ui/nik-massive-deps-update
Browse files Browse the repository at this point in the history
Massive deps update
  • Loading branch information
wirednkod authored Jul 7, 2024
2 parents 2880e02 + 81cfae4 commit c850624
Show file tree
Hide file tree
Showing 8 changed files with 536 additions and 730 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "tsconfig.json",
"sourceType": "module",
"ecmaVersion": "latest",
"ecmaFeatures": {
Expand Down
49 changes: 24 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot-ui/frontpage",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"description": "Polkadot UI Landing Page.",
"type": "module",
Expand All @@ -16,58 +16,57 @@
},
"devDependencies": {
"@types/lodash.throttle": "^4.1.9",
"@types/prismjs": "^1.26.3",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"@types/prismjs": "^1.26.4",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"gh-pages": "^6.1.1",
"sass": "^1.72.0",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vite-plugin-checker": "^0.6.4",
"sass": "^1.77.6",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-plugin-checker": "^0.7.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@ledgerhq/hw-transport-webhid": "^6.28.5",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@polkadot-ui/assets": "^0.0.1-alpha.2",
"@polkadot-ui/core": "^0.0.1-alpha.2",
"@polkadot-ui/react": "^0.0.1-alpha.6",
"@polkadot-ui/utils": "^0.0.1-alpha.5",
"@polkadot/keyring": "^12.6.2",
"@polkadot/util": "^12.6.2",
"@types/react": "^18.2.69",
"@types/react": "^18.3.3",
"bignumber.js": "^9.1.2",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prefer-arrow-functions": "^3.3.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.1.0",
"framer-motion": "^11.0.20",
"framer-motion": "^11.2.13",
"lodash.throttle": "^4.1.1",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-powerglitch": "^1.0.3",
"react-router-dom": "^6.22.3",
"react-simple-code-editor": "^0.13.1",
"stylelint": "^16.3.0",
"svgo": "^3.2.0"
"react-router-dom": "^6.24.1",
"react-simple-code-editor": "^0.14.1",
"stylelint": "^16.6.1",
"svgo": "^3.3.2"
}
}
Loading

0 comments on commit c850624

Please sign in to comment.