Skip to content

Commit 14076a0

Browse files
committed
Update explorer dependencies
By running 'make upgrade' command.
1 parent 9352463 commit 14076a0

File tree

2 files changed

+563
-522
lines changed

2 files changed

+563
-522
lines changed

mithril-explorer/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@popperjs/core": "^2.11.8",
1515
"@reduxjs/toolkit": "^1.9.5",
16-
"bootstrap": "^5.3.1",
17-
"bootstrap-icons": "^1.10.5",
16+
"bootstrap": "^5.3.2",
17+
"bootstrap-icons": "^1.11.1",
1818
"chart.js": "^4.4.0",
1919
"next": "^13.4.19",
2020
"react": "^18.2.0",
@@ -24,12 +24,12 @@
2424
"react-redux": "^8.1.2"
2525
},
2626
"devDependencies": {
27-
"@testing-library/jest-dom": "^6.1.2",
27+
"@testing-library/jest-dom": "^6.1.3",
2828
"@testing-library/react": "^14.0.0",
29-
"eslint": "^8.48.0",
29+
"eslint": "^8.49.0",
3030
"eslint-config-next": "^13.4.19",
31-
"jest": "^29.6.4",
32-
"jest-environment-jsdom": "^29.6.4",
31+
"jest": "^29.7.0",
32+
"jest-environment-jsdom": "^29.7.0",
3333
"next-router-mock": "^0.9.9"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)