Skip to content

Commit

Permalink
Merge pull request #81 from bitcoin-sv/SPV-XXX/deps
Browse files Browse the repository at this point in the history
Updating deps
  • Loading branch information
Nazarii-4chain authored Jul 24, 2024
2 parents 5840c9b + d7a48a9 commit 98f50e9
Show file tree
Hide file tree
Showing 3 changed files with 894 additions and 609 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
node-version: [18.x]
fail-fast: true
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '18.x'
cache: 'yarn'
- name: Install dependencies with yarn
run: yarn install --frozen-lockfile
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"preview": "vite preview"
},
"dependencies": {
"@4chain-ag/react-configuration": "^1.0.1",
"@4chain-ag/react-configuration": "^1.0.4",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/material": "^5.13.4",
"@mui/utils": "^5.13.1",
"@types/axios": "^0.14.0",
"@types/lodash": "^4.14.196",
"@types/scroll-lock": "^2.1.0",
"axios": "^1.4.0",
"@types/lodash": "^4.17.7",
"@types/scroll-lock": "^2.1.3",
"axios": "^1.7.2",
"centrifuge": "^4.1.0",
"date-fns": "^2.30.0",
"history": "^5.3.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^9.1.3",
"scroll-lock": "^2.1.5"
},
Expand All @@ -34,13 +34,13 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@types/node": "^20.2.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react": "^4.3.1",
"emotion-normalize": "^11.0.1",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -51,10 +51,10 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"prettier": "^2.8.8",
"react-router-dom": "^6.11.2",
"react-router-dom": "^6.25.1",
"typescript": "^5.0.2",
"vite": "^4.3.8",
"vite-plugin-checker": "^0.6.0",
"vite-plugin-pwa": "^0.16.4"
"vite": "^5.3.4",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-pwa": "^0.20.0"
}
}
Loading

0 comments on commit 98f50e9

Please sign in to comment.