Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 449a75d

Browse files
author
Will Sabransky
committed
fix peer dep version
1 parent 91c7169 commit 449a75d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@postmates/eslint-config",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Postmates' ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {
@@ -61,7 +61,7 @@
6161
"eslint-plugin-import": "^2.14.0",
6262
"eslint-plugin-jsx-a11y": "^6.1.1",
6363
"eslint-plugin-react": "^7.10.0",
64-
"@typescript-eslint/parser": "^21.0.2"
64+
"@typescript-eslint/parser": "^1.0.0"
6565
},
6666
"engines": {
6767
"node": ">= 4"

0 commit comments

Comments
 (0)