Skip to content

Commit aeb5661

Browse files
Pin dependencies (#385)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 181318c commit aeb5661

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@docusaurus/module-type-aliases": "2.0.0-beta.3",
4343
"@tsconfig/docusaurus": "1.0.2",
4444
"@types/react": "17.0.13",
45-
"@typescript-eslint/eslint-plugin": "^4.28.2",
46-
"@typescript-eslint/parser": "^4.28.2",
45+
"@typescript-eslint/eslint-plugin": "4.28.2",
46+
"@typescript-eslint/parser": "4.28.2",
4747
"eslint": "7.30.0",
4848
"eslint-config-airbnb": "18.2.1",
4949
"eslint-config-prettier": "8.3.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@
18581858
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
18591859
integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==
18601860

1861-
"@typescript-eslint/eslint-plugin@^4.28.2":
1861+
"@typescript-eslint/eslint-plugin@4.28.2":
18621862
version "4.28.2"
18631863
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.2.tgz#7a8320f00141666813d0ae43b49ee8244f7cf92a"
18641864
integrity sha512-PGqpLLzHSxq956rzNGasO3GsAPf2lY9lDUBXhS++SKonglUmJypaUtcKzRtUte8CV7nruwnDxtLUKpVxs0wQBw==
@@ -1883,7 +1883,7 @@
18831883
eslint-scope "^5.1.1"
18841884
eslint-utils "^3.0.0"
18851885

1886-
"@typescript-eslint/parser@^4.28.2":
1886+
"@typescript-eslint/parser@4.28.2":
18871887
version "4.28.2"
18881888
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.2.tgz#6aff11bf4b91eb67ca7517962eede951e9e2a15d"
18891889
integrity sha512-Q0gSCN51eikAgFGY+gnd5p9bhhCUAl0ERMiDKrTzpSoMYRubdB8MJrTTR/BBii8z+iFwz8oihxd0RAdP4l8w8w==

0 commit comments

Comments
 (0)