Skip to content

Commit

Permalink
Merge pull request #372 from MVPWorkshop/polkadot-network
Browse files Browse the repository at this point in the history
feat: add polkadot network, update packages
  • Loading branch information
npanajotov authored May 24, 2024
2 parents a6fc42d + 691fa23 commit 3193406
Show file tree
Hide file tree
Showing 11 changed files with 7,256 additions and 5,883 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}

- run: pnpm install --frozen-lockfile
- run: pnpm install --no-frozen-lockfile
if: ${{ steps.cache.outputs.cache-hit != 'true' }}

- run: cp .env.dev .env
Expand Down
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,49 +26,49 @@
]
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@polkadot/api": "^10.13.1",
"@polkadot/api-augment": "^10.13.1",
"@polkadot/extension-dapp": "^0.46.9",
"@polkadot/extension-inject": "0.46.9",
"@headlessui/react": "^2.0.3",
"@polkadot/api": "^11.1.1",
"@polkadot/api-augment": "^11.1.1",
"@polkadot/extension-dapp": "^0.47.5",
"@polkadot/extension-inject": "0.47.5",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^10.13.1",
"@polkadot/types": "^11.1.1",
"@polkadot/util": "^12.6.2",
"@sentry/react": "^7.110.1",
"@sentry/react": "^8.3.0",
"@talismn/connect-wallets": "^1.2.5",
"babel-plugin-transform-import-meta": "^2.2.1",
"classnames": "^2.5.1",
"decimal.js": "^10.4.3",
"i18next": "^23.11.2",
"i18next": "^23.11.5",
"lottie-react": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-helmet-async": "^2.0.4",
"react-helmet-async": "^2.0.5",
"react-hot-toast": "^2.4.1",
"react-i18next": "^14.1.0",
"react-i18next": "^14.1.2",
"react-number-format": "^5.3.4",
"react-router-dom": "^6.22.3"
"react-router-dom": "^6.23.1"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.9",
"@babel/preset-env": "^7.23.2",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.22.15",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@tanstack/eslint-plugin-query": "^4.32.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@tanstack/eslint-plugin-query": "^5.35.6",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-lottie": "^1.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.3.2",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-react": "^4.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.14",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
Expand All @@ -78,19 +78,19 @@
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.4",
"postcss": "^8.4.31",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"sass": "^1.64.2",
"sass": "^1.77.2",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.3",
"typescript": "^5.0.2",
"vite": "^5.2.9",
"vite": "^5.2.11",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-mkcert": "^1.16.0",
Expand Down
Loading

0 comments on commit 3193406

Please sign in to comment.