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

Commit 4df6480

Browse files
committed
chore: Bump typescript-eslint to v4.5.0, eslint to v7.11.0
1 parent d8eec1d commit 4df6480

File tree

2 files changed

+43
-145
lines changed

2 files changed

+43
-145
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-eslint-demo",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "An online playground for [@typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) - [🚀 Playground](https://yeonjuan.github.io/typescript-eslint-demo/)",
55
"main": "index.js",
66
"scripts": {
@@ -35,12 +35,12 @@
3535
},
3636
"homepage": "https://github.com/yeonjuan/typescript-eslint-demo#readme",
3737
"dependencies": {
38-
"@typescript-eslint/eslint-plugin": "4.4.1",
39-
"@typescript-eslint/parser": "4.4.0",
38+
"@typescript-eslint/eslint-plugin": "4.5.0",
39+
"@typescript-eslint/parser": "4.5.0",
4040
"bootstrap": "^4.5.2",
4141
"codemirror": "^5.58.1",
4242
"core-js": "^3.6.5",
43-
"eslint": "^7.10.0",
43+
"eslint": "7.11.0",
4444
"esquery": "^1.3.1",
4545
"json5": "^2.1.3",
4646
"query-string": "^6.13.5",

0 commit comments

Comments
 (0)