Skip to content

Commit 9299dbb

Browse files
committed
chore: upgrade explorer dependencies
By running 'make upgrade' command.
1 parent 932c8f0 commit 9299dbb

File tree

2 files changed

+124
-118
lines changed

2 files changed

+124
-118
lines changed

mithril-explorer/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@
1717
"@popperjs/core": "^2.11.8",
1818
"@reduxjs/toolkit": "^2.0.1",
1919
"bootstrap": "^5.3.2",
20-
"bootstrap-icons": "^1.11.2",
20+
"bootstrap-icons": "^1.11.3",
2121
"chart.js": "^4.4.1",
2222
"next": "^14.0.4",
2323
"react": "^18.2.0",
24-
"react-bootstrap": "^2.9.2",
24+
"react-bootstrap": "^2.10.0",
2525
"react-chartjs-2": "^5.2.0",
2626
"react-dom": "^18.2.0",
27-
"react-redux": "^9.0.4"
27+
"react-redux": "^9.1.0"
2828
},
2929
"devDependencies": {
30-
"@testing-library/jest-dom": "^6.1.6",
30+
"@testing-library/jest-dom": "^6.2.0",
3131
"@testing-library/react": "^14.1.2",
3232
"eslint": "^8.56.0",
3333
"eslint-config-next": "^14.0.4",
3434
"jest": "^29.7.0",
3535
"jest-environment-jsdom": "^29.7.0",
3636
"next-router-mock": "^0.9.11",
37-
"prettier": "^3.1.1",
37+
"prettier": "^3.2.4",
3838
"prettier-eslint": "^16.2.0"
3939
}
4040
}

0 commit comments

Comments
 (0)