Skip to content

Commit 9cbc5a5

Browse files
committed
update packages
1 parent 8d5d756 commit 9cbc5a5

File tree

3 files changed

+86
-37
lines changed

3 files changed

+86
-37
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"@typescript-eslint/no-namespace": "off",
156156
"@typescript-eslint/no-parameter-properties": "off",
157157
"@typescript-eslint/no-array-constructor": "error",
158-
// eslint
158+
// eslint rules
159159
"simple-import-sort/imports": "error",
160160
"brace-style": "error",
161161
"constructor-super": "error",

package-lock.json

Lines changed: 80 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
"@types/chai": "^4.2.14",
3434
"@types/mocha": "^5.2.7",
3535
"@types/node": "^12.0.10",
36+
"@types/sinon": "^9.0.9",
3637
"@typescript-eslint/eslint-plugin": "^3.8.0",
3738
"@typescript-eslint/parser": "^3.8.0",
3839
"chai": "^4.2.0",
39-
"eslint": "^7.6.0",
40-
"eslint-config-prettier": "^6.11.0",
41-
"eslint-plugin-prettier": "^3.1.4",
40+
"eslint": "^7.19.0",
41+
"eslint-config-prettier": "^7.2.0",
42+
"eslint-plugin-prettier": "^3.3.1",
4243
"eslint-plugin-simple-import-sort": "^7.0.0",
43-
"@types/sinon": "^9.0.9",
4444
"esm": "^3.2.25",
4545
"form-data": "^2.3.3",
4646
"gulp": "^4.0.2",
@@ -56,7 +56,7 @@
5656
"mocha": "^6.2.3",
5757
"msal": "^1.0.0",
5858
"nyc": "^15.1.0",
59-
"prettier": "^1.17.0",
59+
"prettier": "^1.19.1",
6060
"rollup": "^1.10.1",
6161
"rollup-plugin-babel": "^4.3.2",
6262
"rollup-plugin-commonjs": "^10.0.1",

0 commit comments

Comments
 (0)