Browse Source

Update testing dependencies to support Python3 as an interpreter for node-gyp (#6234)

James Addison 2 years ago
parent
commit
4de1d236e6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -57,8 +57,8 @@
     "grunt-contrib-requirejs": "^1.0.0",
     "grunt-contrib-uglify": "~4.0.1",
     "grunt-contrib-watch": "~1.1.0",
-    "grunt-sass": "^2.1.0",
+    "grunt-sass": "^3.1.0",
     "jquery-mousewheel": "~3.1.13",
-    "node-sass": "^4.12.0"
+    "node-sass": "^7.0.3"
   }
 }