Skip to content

Commit b3f19dd

Browse files
authored
chore(deps-dev): bump eslint dependencies (#2731)
1 parent 8a271be commit b3f19dd

File tree

3 files changed

+238
-182
lines changed

3 files changed

+238
-182
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@
5050
"@types/chai-as-promised": "^7.1.2",
5151
"@types/fs-extra": "^8.0.1",
5252
"@types/jest": "^26.0.4",
53-
"@typescript-eslint/eslint-plugin": "4.9.0",
54-
"@typescript-eslint/parser": "4.9.0",
53+
"@typescript-eslint/eslint-plugin": "4.30.0",
54+
"@typescript-eslint/parser": "4.30.0",
5555
"chai": "^4.2.0",
5656
"chai-as-promised": "^7.1.1",
5757
"codecov": "^3.4.0",
5858
"cucumber": "^6.0.5",
5959
"downlevel-dts": "0.7.0",
60-
"eslint": "7.14.0",
61-
"eslint-config-prettier": "6.15.0",
62-
"eslint-plugin-prettier": "3.1.4",
63-
"eslint-plugin-simple-import-sort": "6.0.1",
60+
"eslint": "7.32.0",
61+
"eslint-config-prettier": "8.3.0",
62+
"eslint-plugin-prettier": "3.4.1",
63+
"eslint-plugin-simple-import-sort": "7.0.0",
6464
"figlet": "^1.5.0",
6565
"fs-extra": "^9.0.0",
6666
"generate-changelog": "^1.7.1",
@@ -122,4 +122,4 @@
122122
],
123123
"**/*.{ts,js,md,json}": "prettier --write"
124124
}
125-
}
125+
}

packages/smithy-client/src/parse-utils.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import {
33
expectFloat32,
44
expectInt32,
55
expectLong,
6+
expectNonNull,
7+
expectObject,
68
expectShort,
79
limitedParseDouble,
810
limitedParseFloat32,
@@ -13,8 +15,6 @@ import {
1315
strictParseInt32,
1416
strictParseLong,
1517
strictParseShort,
16-
expectObject,
17-
expectNonNull
1818
} from "./parse-utils";
1919
import { expectBoolean, expectNumber, expectString } from "./parse-utils";
2020

0 commit comments

Comments
 (0)