Skip to content

Commit 6b998c9

Browse files
committed
Updat explorer dependencies
By running 'make upgrade' command.
1 parent 92bc1c3 commit 6b998c9

File tree

2 files changed

+222
-221
lines changed

2 files changed

+222
-221
lines changed

mithril-explorer/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
},
1313
"dependencies": {
1414
"@popperjs/core": "^2.11.7",
15-
"@reduxjs/toolkit": "^1.9.3",
15+
"@reduxjs/toolkit": "^1.9.5",
1616
"bootstrap": "^5.2.3",
17-
"bootstrap-icons": "^1.10.4",
18-
"next": "^13.3.0",
17+
"bootstrap-icons": "^1.10.5",
18+
"next": "^13.3.1",
1919
"next-redux-wrapper": "^8.1.0",
2020
"react": "^18.2.0",
21-
"react-bootstrap": "^2.7.3",
21+
"react-bootstrap": "^2.7.4",
2222
"react-dom": "^18.2.0",
2323
"react-redux": "^8.0.5"
2424
},
2525
"devDependencies": {
2626
"@testing-library/jest-dom": "^5.16.5",
2727
"@testing-library/react": "^14.0.0",
28-
"eslint": "^8.38.0",
29-
"eslint-config-next": "^13.3.0",
28+
"eslint": "^8.39.0",
29+
"eslint-config-next": "^13.3.1",
3030
"jest": "^29.5.0",
3131
"jest-environment-jsdom": "^29.5.0"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)