Browse Source

update packages

Robin Herbots 6 years ago
parent
commit
b3031f5cfe
3 changed files with 8674 additions and 11 deletions
  1. 1 1
      .gitignore
  2. 8663 0
      package-lock.json
  3. 10 10
      package.json

+ 1 - 1
.gitignore

@@ -11,4 +11,4 @@ qunit/qunit.js
 qunit/qunit.js.map
 **/*.map
 dist/*.LICENSE
-.vscode/
+.vscode/

File diff suppressed because it is too large
+ 8663 - 0
package-lock.json


+ 10 - 10
package.json

@@ -36,27 +36,27 @@
   },
   "homepage": "https://github.com/RobinHerbots/Inputmask",
   "devDependencies": {
-    "@babel/core": "^7.8.4",
-    "@babel/plugin-transform-modules-commonjs": "^7.8.3",
-    "babel-loader": "^8.0.6",
-    "@babel/preset-env": "^7.8.4",
-    "@babel/preset-typescript": "7.8.3",
+    "@babel/core": "^7.9.0",
+    "@babel/plugin-transform-modules-commonjs": "^7.9.0",
+    "babel-loader": "^8.1.0",
+    "@babel/preset-env": "^7.9.5",
+    "@babel/preset-typescript": "7.9.0",
     "jqlite": "^0.2.42",
     "jquery": "^3.4.1",
-    "jsdom": "^16.2.0",
+    "jsdom": "^16.2.2",
     "load-grunt-tasks": "^5.1.0",
     "qunit": "^2.9.3",
     "uglifyjs-webpack-plugin": "^2.2.0",
-    "webpack": "^4.41.6",
+    "webpack": "^4.42.1",
     "webpack-cli": "^3.3.11",
-    "grunt": "^1.0.4",
-    "grunt-available-tasks": "^0.6.3",
+    "grunt": "^1.1.0",
+    "@robinherbots/grunt-available-tasks": "^0.6.4",
     "grunt-bump": "^0.8.0",
     "grunt-cli": "^1.3.2",
     "grunt-contrib-clean": "^2.0.0",
     "grunt-contrib-copy": "^1.0.0",
     "grunt-eslint": "^22.0.0",
-    "grunt-nuget": "^0.3.1",
+    "@robinherbots/grunt-nuget": "^0.3.2",
     "grunt-release": "^0.14.0",
     "grunt-webpack": "^3.1.3"
   }