diff options
Diffstat (limited to 'diplomacy/web/package.json')
-rw-r--r-- | diplomacy/web/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/diplomacy/web/package.json b/diplomacy/web/package.json index 5e1d505..aaf89c8 100644 --- a/diplomacy/web/package.json +++ b/diplomacy/web/package.json @@ -4,13 +4,14 @@ "homepage": ".", "private": true, "dependencies": { - "@githubprimer/octicons-react": "^8.5.0", + "@primer/octicons-react": "^9.1.1", "bootstrap": "^4.3.1", "fancybox": "^3.0.1", "jquery": "^3.4.1", "popper.js": "^1.15.0", "prop-types": "^15.7.2", "react": "^16.8.6", + "react-confirm-alert": "^2.4.1", "react-dom": "^16.8.6", "react-helmet": "^5.2.1", "react-inlinesvg": "^0.8.4", |