Skip to content

Commit 4653b44

Browse files
committed
Update explorer dependencies
By running 'make upgrade' command.
1 parent 3640450 commit 4653b44

File tree

2 files changed

+291
-304
lines changed

2 files changed

+291
-304
lines changed

mithril-explorer/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@
1212
},
1313
"dependencies": {
1414
"@popperjs/core": "^2.11.8",
15-
"@reduxjs/toolkit": "^1.9.5",
15+
"@reduxjs/toolkit": "^1.9.6",
1616
"bootstrap": "^5.3.2",
1717
"bootstrap-icons": "^1.11.1",
1818
"chart.js": "^4.4.0",
19-
"next": "^13.4.19",
19+
"next": "^13.5.4",
2020
"react": "^18.2.0",
21-
"react-bootstrap": "^2.8.0",
21+
"react-bootstrap": "^2.9.0",
2222
"react-chartjs-2": "^5.2.0",
2323
"react-dom": "^18.2.0",
24-
"react-redux": "^8.1.2"
24+
"react-redux": "^8.1.3"
2525
},
2626
"devDependencies": {
2727
"@testing-library/jest-dom": "^6.1.3",
2828
"@testing-library/react": "^14.0.0",
29-
"eslint": "^8.49.0",
30-
"eslint-config-next": "^13.4.19",
29+
"eslint": "^8.50.0",
30+
"eslint-config-next": "^13.5.4",
3131
"jest": "^29.7.0",
3232
"jest-environment-jsdom": "^29.7.0",
33-
"next-router-mock": "^0.9.9"
33+
"next-router-mock": "^0.9.10"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)