Skip to content

Commit 89decdb

Browse files
committed
Update explorer dependencies
By running 'make upgrade' command.
1 parent da7b979 commit 89decdb

File tree

2 files changed

+183
-182
lines changed

2 files changed

+183
-182
lines changed

mithril-explorer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"test:ci": "jest --ci"
1212
},
1313
"dependencies": {
14-
"@popperjs/core": "^2.11.6",
14+
"@popperjs/core": "^2.11.7",
1515
"@reduxjs/toolkit": "^1.9.3",
1616
"bootstrap": "^5.2.3",
17-
"bootstrap-icons": "^1.10.3",
17+
"bootstrap-icons": "^1.10.4",
1818
"next": "^13.2.4",
1919
"next-redux-wrapper": "^8.1.0",
2020
"react": "^18.2.0",
@@ -25,9 +25,9 @@
2525
"devDependencies": {
2626
"@testing-library/jest-dom": "^5.16.5",
2727
"@testing-library/react": "^14.0.0",
28-
"eslint": "^8.36.0",
28+
"eslint": "^8.37.0",
2929
"eslint-config-next": "^13.2.4",
3030
"jest": "^29.5.0",
3131
"jest-environment-jsdom": "^29.5.0"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)