Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit e938882

Browse files
authored
chore: update dev-dependencies (#48)
1 parent 324f197 commit e938882

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@
5555
"access": "public"
5656
},
5757
"devDependencies": {
58-
"@types/mocha": "8.2.1",
59-
"@types/node": "14.14.28",
60-
"@types/sinon": "9.0.10",
58+
"@types/mocha": "8.2.2",
59+
"@types/node": "14.14.42",
60+
"@types/sinon": "10.0.0",
6161
"@types/webpack-env": "1.16.0",
62-
"@typescript-eslint/eslint-plugin": "4.15.1",
63-
"@typescript-eslint/parser": "4.15.1",
62+
"@typescript-eslint/eslint-plugin": "4.22.0",
63+
"@typescript-eslint/parser": "4.22.0",
6464
"codecov": "3.8.1",
65-
"eslint": "7.20.0",
65+
"eslint": "7.25.0",
6666
"eslint-plugin-header": "3.1.1",
6767
"eslint-plugin-import": "2.22.1",
6868
"gh-pages": "3.1.0",
@@ -74,15 +74,15 @@
7474
"karma-mocha": "2.0.1",
7575
"karma-spec-reporter": "0.0.32",
7676
"karma-webpack": "4.0.2",
77-
"lerna-changelog": "^1.0.1",
78-
"linkinator": "2.13.5",
77+
"lerna-changelog": "1.0.1",
78+
"linkinator": "2.13.6",
7979
"mocha": "7.2.0",
8080
"nyc": "15.1.0",
81-
"sinon": "9.2.4",
82-
"ts-loader": "8.0.17",
81+
"sinon": "10.0.0",
82+
"ts-loader": "8.2.0",
8383
"ts-mocha": "8.0.0",
84-
"typedoc": "0.20.25",
85-
"typescript": "4.1.5",
84+
"typedoc": "0.20.36",
85+
"typescript": "4.2.4",
8686
"webpack": "4.46.0"
8787
}
8888
}

0 commit comments

Comments
 (0)