Browse Source

chore: upgrade deps

Gerald 5 years ago
parent
commit
a40a7533de
3 changed files with 678 additions and 629 deletions
  1. 6 0
      .eslintrc.js
  2. 11 11
      package.json
  3. 661 618
      yarn.lock

+ 6 - 0
.eslintrc.js

@@ -21,4 +21,10 @@ module.exports = {
       browser: false,
     },
   }],
+  rules: {
+    'import/extensions': ['error', 'ignorePackages', {
+      js: 'never',
+      vue: 'never',
+    }],
+  },
 };

+ 11 - 11
package.json

@@ -18,11 +18,11 @@
   },
   "description": "Violentmonkey",
   "devDependencies": {
-    "@babel/plugin-proposal-function-bind": "^7.2.0",
-    "@babel/register": "^7.7.0",
-    "@gera2ld/plaid": "~1.5.3",
-    "@gera2ld/plaid-vue": "~1.5.2",
-    "@gera2ld/plaid-webpack": "~1.5.2",
+    "@babel/plugin-proposal-function-bind": "^7.8.3",
+    "@babel/register": "^7.8.3",
+    "@gera2ld/plaid": "~1.5.6",
+    "@gera2ld/plaid-vue": "~1.5.5",
+    "@gera2ld/plaid-webpack": "~1.5.5",
     "@types/chrome": "latest",
     "cross-env": "^6.0.3",
     "cross-spawn": "^7.0.1",
@@ -32,11 +32,11 @@
     "gulp-filter": "^6.0.0",
     "gulp-plumber": "^1.1.0",
     "gulp-uglify": "^3.0.2",
-    "husky": "^3.1.0",
+    "husky": "^4.0.10",
     "js-yaml": "^3.13.1",
-    "jsdom": "^15.2.1",
+    "jsdom": "^16.0.0",
     "plugin-error": "^1.0.0",
-    "tape": "^4.11.0",
+    "tape": "^4.13.0",
     "through2": "^3.0.1",
     "vinyl": "^2.1.0",
     "wrapper-webpack-plugin": "2.1.0"
@@ -52,11 +52,11 @@
   "homepage": "https://github.com/violentmonkey/violentmonkey",
   "license": "MIT",
   "dependencies": {
-    "@babel/runtime": "^7.7.2",
+    "@babel/runtime": "^7.8.3",
     "codemirror": "^5.50.2",
-    "core-js": "^3.4.1",
+    "core-js": "^3.6.4",
     "tldjs": "^2.3.1",
-    "vue": "^2.6.10",
+    "vue": "^2.6.11",
     "vueleton": "^1.0.3"
   },
   "engines": {

File diff suppressed because it is too large
+ 661 - 618
yarn.lock


Some files were not shown because too many files changed in this diff