andifebri 3 years ago
parent
commit
02395eaad4
2 changed files with 6 additions and 0 deletions
  1. 5 0
      package-lock.json
  2. 1 0
      package.json

+ 5 - 0
package-lock.json

@@ -10284,6 +10284,11 @@
 				"promise-polyfill": "^6.0.2"
 			}
 		},
+		"sweetalert2": {
+			"version": "11.4.14",
+			"resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.4.14.tgz",
+			"integrity": "sha512-Dh4XqfUSpCwhRsGM5zZFbtBRHujjcaf98DjVKXEs0ER4E/Zao0OtDHZRRQqvT9xxY7RA8WsiZ6FHJbyW+BBbDw=="
+		},
 		"swr": {
 			"version": "1.0.1",
 			"resolved": "https://registry.npmjs.org/swr/-/swr-1.0.1.tgz",

+ 1 - 0
package.json

@@ -103,6 +103,7 @@
 		"simple-line-icons": "2.5.5",
 		"spinkit": "1.2.5",
 		"sweetalert": "2.1.2",
+		"sweetalert2": "^11.4.14",
 		"swr": "^1.0.1",
 		"validator": "10.11.0",
 		"weather-icons": "erikflowers/weather-icons",