Skip to content

Commit

Permalink
refactor: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidZORO committed Jun 16, 2021
1 parent e7e6594 commit 991a36a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-next": "^11.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
Expand Down
30 changes: 27 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,11 @@
resolved "https://registry.nlark.com/@next/env/download/@next/env-11.0.0.tgz#bdd306a45e88ba3e4e7a36aa91806f6486bb61d0"
integrity sha1-vdMGpF6Iuj5OejaqkYBvZIa7YdA=

"@next/[email protected]":
version "11.0.0"
resolved "https://registry.nlark.com/@next/eslint-plugin-next/download/@next/eslint-plugin-next-11.0.0.tgz#e6fb93a00bdaba371904f2b2698b184e6278d369"
integrity sha1-5vuToAvaujcZBPKyaYsYTmJ402k=

"@next/[email protected]":
version "11.0.0"
resolved "https://registry.nlark.com/@next/polyfill-module/download/@next/polyfill-module-11.0.0.tgz#cb2f46b323bbe7f8a337ccd80fb82314d4039403"
Expand Down Expand Up @@ -341,6 +346,11 @@
"@nodelib/fs.scandir" "2.1.4"
fastq "^1.6.0"

"@rushstack/eslint-patch@^1.0.6":
version "1.0.6"
resolved "https://registry.npm.taobao.org/@rushstack/eslint-patch/download/@rushstack/eslint-patch-1.0.6.tgz#023d72a5c4531b4ce204528971700a78a85a0c50"
integrity sha1-Aj1ypcRTG0ziBFKJcXAKeKhaDFA=

"@types/classnames@^2.3.1":
version "2.3.1"
resolved "https://registry.nlark.com/@types/classnames/download/@types/classnames-2.3.1.tgz#3c2467aa0f1a93f1f021e3b9bcf938bd5dfdc0dd"
Expand Down Expand Up @@ -471,7 +481,7 @@
eslint-scope "^5.1.1"
eslint-utils "^3.0.0"

"@typescript-eslint/parser@^4.27.0":
"@typescript-eslint/parser@^4.20.0", "@typescript-eslint/parser@^4.27.0":
version "4.27.0"
resolved "https://registry.nlark.com/@typescript-eslint/parser/download/@typescript-eslint/parser-4.27.0.tgz#85447e573364bce4c46c7f64abaa4985aadf5a94"
integrity sha1-hUR+VzNkvOTEbH9kq6pJharfWpQ=
Expand Down Expand Up @@ -1822,6 +1832,20 @@ [email protected], eslint-config-airbnb@^18.2.0:
object.assign "^4.1.2"
object.entries "^1.1.2"

eslint-config-next@^11.0.0:
version "11.0.0"
resolved "https://registry.nlark.com/eslint-config-next/download/eslint-config-next-11.0.0.tgz#0638a839dd46bbf5391076b13c48b6c0cc92ec2f"
integrity sha1-BjioOd1Gu/U5EHaxPEi2wMyS7C8=
dependencies:
"@next/eslint-plugin-next" "11.0.0"
"@rushstack/eslint-patch" "^1.0.6"
"@typescript-eslint/parser" "^4.20.0"
eslint-import-resolver-node "^0.3.4"
eslint-plugin-import "^2.22.1"
eslint-plugin-jsx-a11y "^6.4.1"
eslint-plugin-react "^7.23.1"
eslint-plugin-react-hooks "^4.2.0"

eslint-config-prettier@^8.3.0:
version "8.3.0"
resolved "https://registry.nlark.com/eslint-config-prettier/download/eslint-config-prettier-8.3.0.tgz?cache=0&sync_timestamp=1619270475218&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint-config-prettier%2Fdownload%2Feslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
Expand All @@ -1843,7 +1867,7 @@ eslint-module-utils@^2.6.1:
debug "^3.2.7"
pkg-dir "^2.0.0"

eslint-plugin-import@^2.23.4:
eslint-plugin-import@^2.22.1, eslint-plugin-import@^2.23.4:
version "2.23.4"
resolved "https://registry.nlark.com/eslint-plugin-import/download/eslint-plugin-import-2.23.4.tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97"
integrity sha1-jc6x7Wtz5G5Q7JpbskEbZF59PZc=
Expand Down Expand Up @@ -1893,7 +1917,7 @@ eslint-plugin-react-hooks@^4.2.0:
resolved "https://registry.npm.taobao.org/eslint-plugin-react-hooks/download/eslint-plugin-react-hooks-4.2.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-react-hooks%2Fdownload%2Feslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
integrity sha1-jCKcJo1GiVYzTJQ7tF/IYCgPVVY=

eslint-plugin-react@^7.24.0:
eslint-plugin-react@^7.23.1, eslint-plugin-react@^7.24.0:
version "7.24.0"
resolved "https://registry.nlark.com/eslint-plugin-react/download/eslint-plugin-react-7.24.0.tgz#eadedfa351a6f36b490aa17f4fa9b14e842b9eb4"
integrity sha1-6t7fo1Gm82tJCqF/T6mxToQrnrQ=
Expand Down

1 comment on commit 991a36a

@vercel
Copy link

@vercel vercel bot commented on 991a36a Jun 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.