Skip to content

Commit 04cd24e

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 9e950e8 commit 04cd24e

File tree

2 files changed

+33
-20
lines changed

2 files changed

+33
-20
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"codesandbox": "^2.1.14",
122122
"core-js": ">=2.6.5 <3.0.0",
123123
"cross-env": "^7.0.2",
124-
"eslint": "^7.1.0",
124+
"eslint": "^7.2.0",
125125
"eslint-config-prettier": "^6.11.0",
126126
"eslint-config-standard": "^14.1.1",
127127
"eslint-config-vue": "^2.0.2",
@@ -148,7 +148,7 @@
148148
"postcss-cli": "^7.1.1",
149149
"prettier": "1.14.3",
150150
"require-context": "^1.1.0",
151-
"rollup": "^2.13.1",
151+
"rollup": "^2.14.0",
152152
"rollup-plugin-babel": "^4.4.0",
153153
"rollup-plugin-commonjs": "^10.1.0",
154154
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

Lines changed: 31 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2621,7 +2621,7 @@ acorn@^6.4.1:
26212621
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
26222622
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
26232623

2624-
acorn@^7.1.1:
2624+
acorn@^7.1.1, acorn@^7.2.0:
26252625
version "7.2.0"
26262626
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.2.0.tgz#17ea7e40d7c8640ff54a694c889c26f31704effe"
26272627
integrity sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==
@@ -5668,6 +5668,14 @@ eslint-scope@^5.0.0:
56685668
esrecurse "^4.1.0"
56695669
estraverse "^4.1.1"
56705670

5671+
eslint-scope@^5.1.0:
5672+
version "5.1.0"
5673+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
5674+
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
5675+
dependencies:
5676+
esrecurse "^4.1.0"
5677+
estraverse "^4.1.1"
5678+
56715679
eslint-utils@^2.0.0:
56725680
version "2.0.0"
56735681
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
@@ -5680,21 +5688,26 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
56805688
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
56815689
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
56825690

5683-
eslint@^7.1.0:
5684-
version "7.1.0"
5685-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.1.0.tgz#d9a1df25e5b7859b0a3d86bb05f0940ab676a851"
5686-
integrity sha512-DfS3b8iHMK5z/YLSme8K5cge168I8j8o1uiVmFCgnnjxZQbCGyraF8bMl7Ju4yfBmCuxD7shOF7eqGkcuIHfsA==
5691+
eslint-visitor-keys@^1.2.0:
5692+
version "1.2.0"
5693+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.2.0.tgz#74415ac884874495f78ec2a97349525344c981fa"
5694+
integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ==
5695+
5696+
eslint@^7.2.0:
5697+
version "7.2.0"
5698+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.2.0.tgz#d41b2e47804b30dbabb093a967fb283d560082e6"
5699+
integrity sha512-B3BtEyaDKC5MlfDa2Ha8/D6DsS4fju95zs0hjS3HdGazw+LNayai38A25qMppK37wWGWNYSPOR6oYzlz5MHsRQ==
56875700
dependencies:
56885701
"@babel/code-frame" "^7.0.0"
56895702
ajv "^6.10.0"
56905703
chalk "^4.0.0"
56915704
cross-spawn "^7.0.2"
56925705
debug "^4.0.1"
56935706
doctrine "^3.0.0"
5694-
eslint-scope "^5.0.0"
5707+
eslint-scope "^5.1.0"
56955708
eslint-utils "^2.0.0"
5696-
eslint-visitor-keys "^1.1.0"
5697-
espree "^7.0.0"
5709+
eslint-visitor-keys "^1.2.0"
5710+
espree "^7.1.0"
56985711
esquery "^1.2.0"
56995712
esutils "^2.0.2"
57005713
file-entry-cache "^5.0.1"
@@ -5736,14 +5749,14 @@ espree@^6.2.1:
57365749
acorn-jsx "^5.2.0"
57375750
eslint-visitor-keys "^1.1.0"
57385751

5739-
espree@^7.0.0:
5740-
version "7.0.0"
5741-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.0.0.tgz#8a7a60f218e69f120a842dc24c5a88aa7748a74e"
5742-
integrity sha512-/r2XEx5Mw4pgKdyb7GNLQNsu++asx/dltf/CI8RFi9oGHxmQFgvLbc5Op4U6i8Oaj+kdslhJtVlEZeAqH5qOTw==
5752+
espree@^7.1.0:
5753+
version "7.1.0"
5754+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.1.0.tgz#a9c7f18a752056735bf1ba14cb1b70adc3a5ce1c"
5755+
integrity sha512-dcorZSyfmm4WTuTnE5Y7MEN1DyoPYy1ZR783QW1FJoenn7RailyWFsq/UL6ZAAA7uXurN9FIpYyUs3OfiIW+Qw==
57435756
dependencies:
5744-
acorn "^7.1.1"
5757+
acorn "^7.2.0"
57455758
acorn-jsx "^5.2.0"
5746-
eslint-visitor-keys "^1.1.0"
5759+
eslint-visitor-keys "^1.2.0"
57475760

57485761
esprima@^4.0.0, esprima@^4.0.1:
57495762
version "4.0.1"
@@ -11772,10 +11785,10 @@ rollup-pluginutils@^2.8.1:
1177211785
dependencies:
1177311786
estree-walker "^0.6.1"
1177411787

11775-
rollup@^2.13.1:
11776-
version "2.13.1"
11777-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.13.1.tgz#06ac5be4f85df0b79f23cdfa90de63e78095a984"
11778-
integrity sha512-EiICynxIO1DTFmFn+/98gfaqCToK2nbjPjHJLuNvpcwc+P035VrXmJxi3JsOhqkdty+0cOEhJ26ceGTY3UPMPQ==
11788+
rollup@^2.14.0:
11789+
version "2.14.0"
11790+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.14.0.tgz#3bde39a2d50b904f336219241df55d1ea3d5f115"
11791+
integrity sha512-SUsFh2bBemQqCXOCBWRayjK3/6kNHVR8PbSKKYWIdI6e4zuGSW5B1hGVkFi40805dUrqosMLLxMuEyJMylC9YA==
1177911792
optionalDependencies:
1178011793
fsevents "~2.1.2"
1178111794

0 commit comments

Comments
 (0)