Skip to content

Commit

Permalink
v2.0.0-rc.70
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Sep 4, 2022
1 parent bdac435 commit 20b5463
Show file tree
Hide file tree
Showing 50 changed files with 12,064 additions and 84 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"packages/openapi",
"packages/stack/*"
],
"version": "2.0.0-rc.69"
"version": "2.0.0-rc.70"
}
12,032 changes: 12,006 additions & 26 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cli/core/babel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/core/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-core-babel",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This module contains the babel stuff for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/core/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/core",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "",
"scripts": {
"coverage": "cross-env NODE_ENV=test nyc mocha",
Expand All @@ -23,17 +23,17 @@
":prepare": "rimraf .husky && husky install && husky add .husky/commit-msg \"npx commitlint --edit $1\" && husky add .husky/pre-commit \"npm run lint\" && husky add .husky/pre-commit \"npm run format\" && husky add .husky/pre-commit \"npm run ts-prune\""
},
"dependencies": {
"@leanup/form": "2.0.0-rc.69",
"@leanup/lib": "2.0.0-rc.69",
"@leanup/openapi-demo": "2.0.0-rc.68",
"@leanup/form": "2.0.0-rc.70",
"@leanup/lib": "2.0.0-rc.70",
"@leanup/openapi-demo": "2.0.0-rc.70",
"navigo": "8.11.1",
"rxjs": "7.5.6"
},
"devDependencies": {
"@leanup/cli": "2.0.0-rc.69",
"@leanup/git-hooks": "2.0.0-rc.69",
"@leanup/stack": "2.0.0-rc.69",
"@leanup/stack-webpack": "2.0.0-rc.69",
"@leanup/stack": "2.0.0-rc.70",
"@leanup/stack-webpack": "2.0.0-rc.70",
"chromedriver": "104.0.0",
"npm-check-updates": "16.0.6",
"postcss-windicss": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/create-leanup/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-leanup",
"description": "This package contains the slim CLI to get started with leanupjs.",
"version": "0.0.0",
"version": "2.0.0-rc.70",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"scripts": {
"build": "rimraf dist && tsup src/cli.ts --minify",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/frameworks/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-angular",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This package contains the Angular framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/angularjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/frameworks/angularjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-angularjs",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This package contains the AngularJS framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/aurelia/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/frameworks/aurelia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-aurelia",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This package contains the Aurelia framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/inferno/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/frameworks/inferno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-inferno",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This package contains the Inferno framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/lit-element/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/frameworks/lit-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-lit-element",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This package contains the lit-element extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/preact/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/frameworks/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-preact",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This package contains the Preact framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/frameworks/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-react",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This package contains the React framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/solid/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/frameworks/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-solid",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This package contains the Solid framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/svelte/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/frameworks/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-svelte",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This package contains the Svelte framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/vanilla/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/frameworks/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-vanilla",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This package contains the VanillaJS extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/frameworks/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-vue",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This package contains the Vue framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/frameworks/vue3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/frameworks/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-vue3",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This package contains the Vue3 framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/lup/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/lup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lup",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This package contains the slim CLI to get started with leanupjs.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugins/cucumber/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/plugins/cucumber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-cucumber",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This module contains the cucumber feature for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugins/pwa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/plugins/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-pwa",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This module contains pwa features for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/form",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This module contains useful features for handling forms.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://github.com/leanupjs/form#readme",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@leanup/lib": "2.0.0-rc.69"
"@leanup/lib": "2.0.0-rc.70"
},
"devDependencies": {
"@types/chai": "4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/lib",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This module is a collection of lightweight application features.",
"author": "Martin Oppitz <npesm@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/openapi-demo",
"version": "2.0.0-rc.68",
"version": "2.0.0-rc.70",
"description": "This module is a collection of lightweight application features.",
"author": "Martin Oppitz <npesm@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/stack/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/stack",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "This module contains all required tools to serve, test and build a framework neutral SPA.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/snowpack/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 20b5463

Please sign in to comment.