Skip to content

Commit

Permalink
Update explorer dependencies and crate version
Browse files Browse the repository at this point in the history
By running 'make upgrade' command.
  • Loading branch information
dlachaume committed Oct 10, 2023
1 parent ce36c47 commit a09cc4e
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 101 deletions.
8 changes: 4 additions & 4 deletions mithril-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mithril-explorer",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^1.9.6",
"@reduxjs/toolkit": "^1.9.7",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
"chart.js": "^4.4.0",
Expand All @@ -28,12 +28,12 @@
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-router-mock": "^0.9.10",
"prettier": "3.0.3",
"prettier": "^3.0.3",
"prettier-eslint": "^15.0.1"
}
}
Loading

0 comments on commit a09cc4e

Please sign in to comment.