From 48ee1a065debde5027fc17e49144d348258dc5e4 Mon Sep 17 00:00:00 2001 From: notoraptor Date: Thu, 25 Jul 2019 10:59:36 -0400 Subject: [Web] Added game creation interface - Replaced fancybox with react-confirm-alert + dialog box - Removed unused code - Default map can be selected with 1-click - Added ability to select map variants --- diplomacy/web/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'diplomacy/web/package.json') 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", -- cgit v1.2.3