Skip to content

Commit fd7aea6

Browse files
committed
v1.0.195
1 parent b56d0bb commit fd7aea6

Some content is hidden

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

59 files changed

+11721
-158
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.194"
5+
"version": "1.0.195"
66
}

package-lock.json

Lines changed: 11588 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.194",
3+
"version": "1.0.195",
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/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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli",
3-
"version": "1.0.194",
3+
"version": "1.0.195",
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.3",
7070
"@babel/preset-typescript": "7.18.6",
71-
"@leanup/cli-core-e2e": "1.0.194",
71+
"@leanup/cli-core-e2e": "1.0.195",
7272
"@leanup/cli-core-format": "1.0.181",
7373
"@leanup/cli-core-lint": "1.0.194",
74-
"@leanup/cli-core-test": "1.0.194",
74+
"@leanup/cli-core-test": "1.0.195",
7575
"autoprefixer": "10.4.12",
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.194",
3+
"version": "1.0.195",
44
"description": "This module contains the test feature for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

packages/cli/frameworks/angular/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/frameworks/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli-angular",
3-
"version": "1.0.194",
3+
"version": "1.0.195",
44
"description": "This package contains the Angular framework extension for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",
@@ -40,7 +40,7 @@
4040
"angular": "lib/cli.js"
4141
},
4242
"devDependencies": {
43-
"@leanup/cli": "1.0.194",
43+
"@leanup/cli": "1.0.195",
4444
"@types/node": "15.14.9",
4545
"typescript": "4.3.5"
4646
},

0 commit comments

Comments
 (0)