Skip to content

Commit

Permalink
Update explorer dependencies
Browse files Browse the repository at this point in the history
By running 'make upgrade' command.
  • Loading branch information
jpraynaud committed Jul 26, 2023
1 parent 6fbc846 commit 268dcba
Show file tree
Hide file tree
Showing 2 changed files with 609 additions and 567 deletions.
16 changes: 8 additions & 8 deletions mithril-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"dependencies": {
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^1.9.5",
"bootstrap": "^5.3.0",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5",
"next": "^13.4.8",
"next": "^13.4.12",
"next-redux-wrapper": "^8.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.8",
"jest": "^29.6.0",
"jest-environment-jsdom": "^29.6.0"
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.12",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1"
}
}
}
Loading

0 comments on commit 268dcba

Please sign in to comment.