Skip to content

Commit 935bfc4

Browse files
Update dependency eslint-config-airbnb to v17.1.1
1 parent 2cb7b55 commit 935bfc4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

server-side-rendering/website1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"cssnano": "4.1.10",
6464
"cz-conventional-changelog": "2.1.0",
6565
"eslint": "5.16.0",
66-
"eslint-config-airbnb": "17.1.0",
66+
"eslint-config-airbnb": "17.1.1",
6767
"eslint-plugin-import": "2.20.2",
6868
"eslint-plugin-jsx-a11y": "6.2.3",
6969
"eslint-plugin-react": "7.19.0",

server-side-rendering/website2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"cssnano": "4.1.10",
6565
"cz-conventional-changelog": "2.1.0",
6666
"eslint": "5.16.0",
67-
"eslint-config-airbnb": "17.1.0",
67+
"eslint-config-airbnb": "17.1.1",
6868
"eslint-plugin-import": "2.20.2",
6969
"eslint-plugin-jsx-a11y": "6.2.3",
7070
"eslint-plugin-react": "7.19.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4912,7 +4912,7 @@ escodegen@^1.9.1:
49124912
optionalDependencies:
49134913
source-map "~0.6.1"
49144914

4915-
eslint-config-airbnb-base@^13.1.0:
4915+
eslint-config-airbnb-base@^13.2.0:
49164916
version "13.2.0"
49174917
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.2.0.tgz#f6ea81459ff4dec2dda200c35f1d8f7419d57943"
49184918
integrity sha512-1mg/7eoB4AUeB0X1c/ho4vb2gYkNH8Trr/EgCT/aGmKhhG+F6vF5s8+iRBlWAzFIAphxIdp3YfEKgEl0f9Xg+w==
@@ -4921,14 +4921,14 @@ eslint-config-airbnb-base@^13.1.0:
49214921
object.assign "^4.1.0"
49224922
object.entries "^1.1.0"
49234923

4924-
eslint-config-airbnb@17.1.0:
4925-
version "17.1.0"
4926-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-17.1.0.tgz#3964ed4bc198240315ff52030bf8636f42bc4732"
4927-
integrity sha512-R9jw28hFfEQnpPau01NO5K/JWMGLi6aymiF6RsnMURjTk+MqZKllCqGK/0tOvHkPi/NWSSOU2Ced/GX++YxLnw==
4924+
eslint-config-airbnb@17.1.1:
4925+
version "17.1.1"
4926+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-17.1.1.tgz#2272e0b86bb1e2b138cdf88d07a3b6f4cda3d626"
4927+
integrity sha512-xCu//8a/aWqagKljt+1/qAM62BYZeNq04HmdevG5yUGWpja0I/xhqd6GdLRch5oetEGFiJAnvtGuTEAese53Qg==
49284928
dependencies:
4929-
eslint-config-airbnb-base "^13.1.0"
4929+
eslint-config-airbnb-base "^13.2.0"
49304930
object.assign "^4.1.0"
4931-
object.entries "^1.0.4"
4931+
object.entries "^1.1.0"
49324932

49334933
eslint-import-resolver-node@^0.3.2:
49344934
version "0.3.3"
@@ -9059,7 +9059,7 @@ object.assign@^4.1.0:
90599059
has-symbols "^1.0.0"
90609060
object-keys "^1.0.11"
90619061

9062-
object.entries@^1.0.4, object.entries@^1.1.0, object.entries@^1.1.1:
9062+
object.entries@^1.1.0, object.entries@^1.1.1:
90639063
version "1.1.1"
90649064
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
90659065
integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==

0 commit comments

Comments
 (0)