Browse Source

Update theme dependencies

Peter Justin 7 years ago
parent
commit
42b194f245
1 changed files with 9 additions and 9 deletions
  1. 9 9
      flaskbb/themes/aurora/package.json

+ 9 - 9
flaskbb/themes/aurora/package.json

@@ -32,20 +32,20 @@
     "watch:all": "npm-run-all -p watch:css watch:js"
   },
   "devDependencies": {
-    "autoprefixer": "^6.7.5",
+    "autoprefixer": "^7.2.4",
     "imagemin-cli": "^3.0.0",
-    "node-sass": "^4.5.0",
-    "npm-run-all": "^4.0.2",
-    "onchange": "^3.2.1",
-    "postcss-cli": "^2.6.0",
-    "uglify-js": "^2.7.5"
+    "node-sass": "^4.7.2",
+    "npm-run-all": "^4.1.2",
+    "onchange": "^3.3.0",
+    "postcss-cli": "^4.1.1",
+    "uglify-js": "^3.3.5"
   },
   "dependencies": {
     "bootstrap-sass": "^3.3.7",
     "bootstrap-markdown": "^2.10.0",
     "font-awesome": "^4.7.0",
-    "jquery-textcomplete": "^1.8.0",
-    "jquery": "^3.1.1",
-    "marked": "^0.3.6"
+    "jquery-textcomplete": "^1.8.4",
+    "jquery": "^3.2.1",
+    "marked": "^0.3.9"
   }
 }