Skip to content

Commit cc32504

Browse files
committed
v1.0.198
1 parent 81df28a commit cc32504

Some content is hidden

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

61 files changed

+11733
-161
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/**"
44
],
5-
"version": "1.0.197"
5+
"version": "1.0.198"
66
}

package-lock.json

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

packages/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.

packages/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.196",
3+
"version": "1.0.198",
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",

packages/cli/core/lint/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.

packages/cli/core/lint/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-lint",
3-
"version": "1.0.196",
3+
"version": "1.0.198",
44
"description": "This module contains the lint feature for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

packages/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.

packages/cli/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli",
3-
"version": "1.0.197",
3+
"version": "1.0.198",
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",
@@ -68,10 +68,10 @@
6868
"@babel/plugin-proposal-optional-chaining": "7.18.9",
6969
"@babel/preset-env": "7.19.4",
7070
"@babel/preset-typescript": "7.18.6",
71-
"@leanup/cli-core-e2e": "1.0.196",
71+
"@leanup/cli-core-e2e": "1.0.198",
7272
"@leanup/cli-core-format": "1.0.181",
73-
"@leanup/cli-core-lint": "1.0.196",
74-
"@leanup/cli-core-test": "1.0.197",
73+
"@leanup/cli-core-lint": "1.0.198",
74+
"@leanup/cli-core-test": "1.0.198",
7575
"autoprefixer": "10.4.13",
7676
"babel-loader": "8.2.5",
7777
"chalk": "4.1.2",

packages/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.

packages/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.197",
3+
"version": "1.0.198",
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)