Skip to content

Commit c277031

Browse files
committed
chore: upgrade @typescript-eslint/*
1 parent 97a6387 commit c277031

63 files changed

Lines changed: 330 additions & 172 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cli/core/e2e/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/core/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli-core-e2e",
3-
"version": "1.0.0-rc.514",
3+
"version": "1.0.0-rc.515",
44
"description": "This module contains the e2e test feature for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

cli/core/format/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/core/format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli-core-format",
3-
"version": "1.0.0-rc.514",
3+
"version": "1.0.0-rc.515",
44
"description": "This module contains the format feature for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

cli/core/lint/package-lock.json

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

cli/core/lint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli-core-lint",
3-
"version": "1.0.0-rc.514",
3+
"version": "1.0.0-rc.515",
44
"description": "This module contains the lint feature for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",
@@ -21,8 +21,8 @@
2121
"url": "https://github.com/leanupjs/cli/issues"
2222
},
2323
"dependencies": {
24-
"@typescript-eslint/eslint-plugin": "^3.10.1",
25-
"@typescript-eslint/parser": "^3.10.1",
24+
"@typescript-eslint/eslint-plugin": "^4.0.1",
25+
"@typescript-eslint/parser": "^4.0.1",
2626
"babel-eslint": "^10.1.0",
2727
"eslint": "^7.8.0",
2828
"eslint-plugin-html": "^6.0.3",

cli/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli",
3-
"version": "1.0.0-rc.514",
3+
"version": "1.0.0-rc.515",
44
"description": "This CLI brings along all required tools to serve, test and build multi framework SPAs",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",
@@ -63,10 +63,10 @@
6363
"@babel/plugin-proposal-decorators": "^7.10.5",
6464
"@babel/preset-env": "^7.11.5",
6565
"@babel/preset-typescript": "^7.10.4",
66-
"@leanup/cli-core-e2e": "^1.0.0-rc.514",
67-
"@leanup/cli-core-format": "^1.0.0-rc.514",
68-
"@leanup/cli-core-lint": "^1.0.0-rc.514",
69-
"@leanup/cli-core-test": "^1.0.0-rc.514",
66+
"@leanup/cli-core-e2e": "^1.0.0-rc.515",
67+
"@leanup/cli-core-format": "^1.0.0-rc.515",
68+
"@leanup/cli-core-lint": "^1.0.0-rc.515",
69+
"@leanup/cli-core-test": "^1.0.0-rc.515",
7070
"autoprefixer": "^9.8.5",
7171
"babel-loader": "^8.1.0",
7272
"chalk": "^4.1.0",

cli/core/test/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/core/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli-core-test",
3-
"version": "1.0.0-rc.514",
3+
"version": "1.0.0-rc.515",
44
"description": "This module contains the test feature for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

0 commit comments

Comments
 (0)