Browse Source

modify pckgs

windhamdavid 1 year ago
parent
commit
79f364f74a
1 changed files with 9 additions and 10 deletions
  1. 9 10
      package.json

+ 9 - 10
package.json

@@ -13,12 +13,7 @@
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "devDependencies": {
-    "@fullcalendar/core": "^5.10.1",
-    "@fullcalendar/daygrid": "^5.10.1",
-    "@fullcalendar/google-calendar": "^5.10.1",
-    "@fullcalendar/timegrid": "^5.10.1",
-    "bootstrap": "^5.1.3",
-    "browser-sync": "^2.27.9",
+    "browser-sync": "^2.27.10",
     "gulp": "^4.0.2",
     "gulp-clean-css": "^4.3.0",
     "gulp-concat": "^2.6.1",
@@ -27,10 +22,14 @@
     "gulp-sass": "^5.1.0",
     "gulp-terser": "^2.1.0",
     "gulp-useref": "^5.0.0",
-    "jquery": "^3.6.0",
-    "moment": "^2.29.1",
-    "popper.js": "^1.16.1",
-    "snapsvg": "^0.5.1",
     "waypoints": "^4.0.1"
+  },
+  "dependencies": {
+    "@fullcalendar/core": "^5.11.3",
+    "@fullcalendar/daygrid": "^5.11.3",
+    "@fullcalendar/google-calendar": "^5.11.3",
+    "@fullcalendar/timegrid": "^5.11.3",
+    "bootstrap": "^5.2.3",
+    "bootstrap-icons": "^1.10.2"
   }
 }