Skip to content

Commit 919b4d0

Browse files
Update dependency eslint-config-airbnb to v17.1.1 (#7)
1 parent fa4a85a commit 919b4d0

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
@@ -4913,7 +4913,7 @@ escodegen@^1.9.1:
49134913
optionalDependencies:
49144914
source-map "~0.6.1"
49154915

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

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

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

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

0 commit comments

Comments
 (0)