Skip to content

Commit d941fad

Browse files
committed
v1.0.0-rc.502
1 parent 9bbc179 commit d941fad

Some content is hidden

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

45 files changed

+76
-76
lines changed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli",
3-
"version": "1.0.0-rc.501",
3+
"version": "1.0.0-rc.502",
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://github.com/martinoppitz/leanup#readme",
@@ -66,7 +66,7 @@
6666
"@leanup/cli-core-e2e": "^1.0.0-rc.501",
6767
"@leanup/cli-core-format": "^1.0.0-rc.501",
6868
"@leanup/cli-core-lint": "^1.0.0-rc.501",
69-
"@leanup/cli-core-test": "^1.0.0-rc.501",
69+
"@leanup/cli-core-test": "^1.0.0-rc.502",
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.501",
3+
"version": "1.0.0-rc.502",
44
"description": "This module contains the test feature for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://github.com/martinoppitz/leanup#readme",

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.

cli/frameworks/angular/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-angular",
3-
"version": "1.0.0-rc.501",
3+
"version": "1.0.0-rc.502",
44
"description": "This package contains the Angular framework extension for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://github.com/martinoppitz/leanup#readme",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/angular",
3-
"version": "1.0.0-rc.501",
3+
"version": "1.0.0-rc.502",
44
"description": "",
55
"scripts": {
66
"e2e-test": "mkdirp .reports && cucumber-js tests/cucumber/features/**/*.feature --require cucumber.conf.js --require tests/cucumber/step-definitions --format node_modules/cucumber-pretty --format json:.reports/cucumber.json",
@@ -36,18 +36,18 @@
3636
"@angular/forms": "^10.0.11",
3737
"@angular/platform-browser": "^10.0.11",
3838
"@angular/platform-browser-dynamic": "^10.0.11",
39-
"@leanup/lib": "latest",
4039
"@leanup/form": "latest",
40+
"@leanup/lib": "latest",
4141
"core-js": "^3.6.5",
4242
"navigo": "^7.1.2",
4343
"register-service-worker": "^1.7.1",
4444
"rxjs": "^6.6.2",
4545
"zone.js": "~0.10.3"
4646
},
4747
"devDependencies": {
48-
"@leanup/cli": "^1.0.0-rc.501",
48+
"@leanup/cli": "^1.0.0-rc.502",
4949
"@leanup/cli-addons": "^1.0.0-rc.501",
50-
"@leanup/cli-angular": "^1.0.0-rc.501",
50+
"@leanup/cli-angular": "^1.0.0-rc.502",
5151
"@leanup/cli-pwa": "^1.0.0-rc.501",
5252
"@leanup/git-hooks": "^1.0.0-rc.501",
5353
"@ngtools/webpack": "^10.0.7",

cli/frameworks/angularjs/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/frameworks/angularjs/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-angularjs",
3-
"version": "1.0.0-rc.501",
3+
"version": "1.0.0-rc.502",
44
"description": "This package contains the AngularJS framework extension for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://github.com/martinoppitz/leanup#readme",

0 commit comments

Comments
 (0)