Skip to content

Commit 83f78e4

Browse files
joshungerjasonLaster
authored andcommitted
update lint staged to a version that supports node 10 (firefox-devtools#6185)
1 parent 9048eb7 commit 83f78e4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"jest-junit-reporter": "^1.1.0",
136136
"jest-localstorage-mock": "^2.2.0",
137137
"jest-serializer-babel-ast": "^0.0.5",
138-
"lint-staged": "^7.0.0",
138+
"lint-staged": "^7.0.5",
139139
"mochii": "^0.0.28",
140140
"mock-require": "^3.0.0",
141141
"node-emoji": "^1.8.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3959,9 +3959,9 @@ eslint-plugin-mozilla@0.2.3:
39593959
estraverse "^4.2.0"
39603960
sax "^1.1.4"
39613961

3962-
eslint-plugin-mozilla@^0.10.0:
3963-
version "0.10.0"
3964-
resolved "https://registry.yarnpkg.com/eslint-plugin-mozilla/-/eslint-plugin-mozilla-0.10.0.tgz#a3918efcc19405459cb605ebafc535eef4d600de"
3962+
eslint-plugin-mozilla@^0.11.0:
3963+
version "0.11.0"
3964+
resolved "https://registry.yarnpkg.com/eslint-plugin-mozilla/-/eslint-plugin-mozilla-0.11.0.tgz#be3782c8071e98a8507662df51e8bb370cdedd00"
39653965
dependencies:
39663966
ini-parser "0.0.2"
39673967
sax "1.2.4"
@@ -6735,7 +6735,7 @@ license-checker@^9.0.3:
67356735
semver "^5.3.0"
67366736
treeify "^1.0.1"
67376737

6738-
lint-staged@^7.0.0, lint-staged@^7.0.4:
6738+
lint-staged@^7.0.4, lint-staged@^7.0.5:
67396739
version "7.0.5"
67406740
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-7.0.5.tgz#1ed04c4bb2013579a3d4df4dfe0f2ea1cd988fad"
67416741
dependencies:

0 commit comments

Comments
 (0)