Skip to content

Commit ed203ff

Browse files
committed
Upgrade explorer dependencies & bump version
1 parent 6e45ab0 commit ed203ff

File tree

2 files changed

+226
-152
lines changed

2 files changed

+226
-152
lines changed

mithril-explorer/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-explorer",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -16,20 +16,20 @@
1616
"bootstrap": "^5.3.1",
1717
"bootstrap-icons": "^1.10.5",
1818
"chart.js": "^4.3.3",
19-
"next": "^13.4.13",
19+
"next": "^13.4.18",
2020
"react": "^18.2.0",
2121
"react-bootstrap": "^2.8.0",
2222
"react-chartjs-2": "^5.2.0",
2323
"react-dom": "^18.2.0",
2424
"react-redux": "^8.1.2"
2525
},
2626
"devDependencies": {
27-
"@testing-library/jest-dom": "^5.17.0",
27+
"@testing-library/jest-dom": "^6.0.1",
2828
"@testing-library/react": "^14.0.0",
2929
"eslint": "^8.47.0",
30-
"eslint-config-next": "^13.4.13",
30+
"eslint-config-next": "^13.4.18",
3131
"jest": "^29.6.2",
3232
"jest-environment-jsdom": "^29.6.2",
33-
"next-router-mock": "^0.9.8"
33+
"next-router-mock": "^0.9.9"
3434
}
3535
}

0 commit comments

Comments
 (0)