Skip to content

Commit a7d65e9

Browse files
committed
Update explorer dependencies
By running 'make upgrade' command.
1 parent 6fe9a14 commit a7d65e9

File tree

2 files changed

+646
-640
lines changed

2 files changed

+646
-640
lines changed

mithril-explorer/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
},
1313
"dependencies": {
1414
"@popperjs/core": "^2.11.6",
15-
"@reduxjs/toolkit": "^1.9.2",
15+
"@reduxjs/toolkit": "^1.9.3",
1616
"bootstrap": "^5.2.3",
1717
"bootstrap-icons": "^1.10.3",
18-
"next": "^13.1.6",
18+
"next": "^13.2.1",
1919
"next-redux-wrapper": "^8.1.0",
2020
"react": "^18.2.0",
21-
"react-bootstrap": "^2.7.0",
21+
"react-bootstrap": "^2.7.2",
2222
"react-dom": "^18.2.0",
2323
"react-redux": "^8.0.5"
2424
},
2525
"devDependencies": {
2626
"@testing-library/jest-dom": "^5.16.5",
27-
"@testing-library/react": "^13.4.0",
28-
"eslint": "^8.33.0",
29-
"eslint-config-next": "^13.1.6",
30-
"jest": "^29.4.2",
31-
"jest-environment-jsdom": "^29.4.2"
27+
"@testing-library/react": "^14.0.0",
28+
"eslint": "^8.35.0",
29+
"eslint-config-next": "^13.2.1",
30+
"jest": "^29.4.3",
31+
"jest-environment-jsdom": "^29.4.3"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)