]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: upgrade lint-staged
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 28 Apr 2020 08:40:34 +0000 (10:40 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 28 Apr 2020 08:40:34 +0000 (10:40 +0200)
package.json
yarn.lock

index 896b8a5e6debc1224548d8dcf2aad39d6aeacf68..dc804e963956d003672e95bf626b673edd12860c 100644 (file)
@@ -30,7 +30,7 @@
     "test:unit": "jest --coverage",
     "test": "yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e",
     "test:e2e": "node e2e/runner.js -e chrome",
-    "test:e2e:ci": "node e2e/runner.js -e firefox"
+    "test:e2e:ci": "node e2e/runner.js -e firefox --retries 2"
   },
   "gitHooks": {
     "pre-commit": "lint-staged",
@@ -77,7 +77,7 @@
     "html-webpack-plugin": "^4.2.0",
     "jest": "^25.4.0",
     "jest-mock-warn": "^1.0.1",
-    "lint-staged": "^10.1.6",
+    "lint-staged": "^10.1.7",
     "nightwatch": "^1.3.4",
     "nightwatch-helpers": "^1.2.0",
     "prettier": "^2.0.5",
index 3ab9349bc74c04eb8668c076394cd0f8b52cb943..cef5c9c30daedb17d9c2be574d6f4a5d3c4a1c21 100644 (file)
--- a/yarn.lock
+++ b/yarn.lock
@@ -5904,10 +5904,10 @@ lines-and-columns@^1.1.6:
   resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
   integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
 
-lint-staged@^10.1.6:
-  version "10.1.6"
-  resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.1.6.tgz#086db5e4f5906642ccf648e9b54375d794a9be81"
-  integrity sha512-45zaGxf4XZuwdUk87yRFE/1b4vTZmH2UnYmUPmindsgdAljOFpWWb0yEjxngmqERUS/MGauJexFF6BjLVg9VMA==
+lint-staged@^10.1.7:
+  version "10.1.7"
+  resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.1.7.tgz#b628f8b010083fe4e116d0af7949a32f1ea6b3a7"
+  integrity sha512-ZkK8t9Ep/AHuJQKV95izSa+DqotftGnSsNeEmCSqbQ6j4C4H0jDYhEZqVOGD1Q2Oe227igbqjMWycWyYbQtpoA==
   dependencies:
     chalk "^4.0.0"
     commander "^5.0.0"