Skip to content

Commit

Permalink
chore: upgrade deps and remove broken link (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor authored Feb 22, 2024
1 parent 02cd8ac commit 497cf3c
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 120 deletions.
11 changes: 0 additions & 11 deletions networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,16 +382,6 @@
}
]
},
{
"name": "Celestia",
"links": [
{
"chain_id": "blockspacerace-0",
"name": "Testnet",
"url": "https://testnet.bigdipper.live/celestia"
}
]
},
{
"name": "Coreum",
"endpoint": "https://gql.coreum.forbole.com/v1/graphql",
Expand Down Expand Up @@ -469,4 +459,3 @@
]
}
]

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,45 +17,45 @@
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@isaacs/ttlcache": "^1.4.1",
"@mui/icons-material": "^5.15.9",
"@mui/material": "^5.15.9",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@mui/system": "^5.15.9",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"framer-motion": "^11.0.3",
"framer-motion": "^11.0.5",
"next": "^14.1.0",
"next-translate": "^2.6.2",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-slick": "^0.30.1",
"react-slick": "^0.30.2",
"sharp": "^0.33.2",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@emotion/jest": "^11.11.0",
"@stylistic/eslint-plugin": "^1.6.1",
"@stylistic/eslint-plugin": "^1.6.2",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.5.12",
"@types/node": "20.11.17",
"@types/node": "20.11.19",
"@types/ramda": "^0.29.10",
"@types/react": "^18.2.55",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/react-slick": "^0.23.13",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-playwright": "^0.22.2",
"husky": "^9.0.10",
"eslint-plugin-playwright": "^1.3.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
Expand Down
Loading

0 comments on commit 497cf3c

Please sign in to comment.