-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,5 @@ | |
"packages/openapi", | ||
"packages/stack/*" | ||
], | ||
"version": "2.0.0-rc.78" | ||
"version": "2.0.0-rc.79" | ||
} |
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@leanup/cli-core-babel", | ||
"version": "2.0.0-rc.78", | ||
"version": "2.0.0-rc.79", | ||
"description": "This module contains the babel stuff for the @leanup/cli.", | ||
"author": "Martin Oppitz <[email protected]>", | ||
"homepage": "https://leanupjs.org", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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": "2.0.0-rc.78", | ||
"version": "2.0.0-rc.79", | ||
"author": "Martin Oppitz <[email protected]>", | ||
"scripts": { | ||
"build": "rimraf dist && tsup src/cli.ts --minify", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@leanup/cli-cucumber", | ||
"version": "2.0.0-rc.78", | ||
"version": "2.0.0-rc.79", | ||
"description": "This module contains the cucumber feature for the @leanup/cli.", | ||
"author": "Martin Oppitz <[email protected]>", | ||
"homepage": "https://leanupjs.org", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@leanup/cli-pwa", | ||
"version": "2.0.0-rc.78", | ||
"version": "2.0.0-rc.79", | ||
"description": "This module contains pwa features for the @leanup/cli.", | ||
"author": "Martin Oppitz <[email protected]>", | ||
"homepage": "https://leanupjs.org", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@leanup/form", | ||
"version": "2.0.0-rc.78", | ||
"version": "2.0.0-rc.79", | ||
"description": "This module contains useful features for handling forms.", | ||
"author": "Martin Oppitz <[email protected]>", | ||
"homepage": "https://github.com/leanupjs/form#readme", | ||
|
@@ -20,7 +20,7 @@ | |
"url": "https://github.com/leanupjs/leanup/issues" | ||
}, | ||
"dependencies": { | ||
"@leanup/lib": "2.0.0-rc.78" | ||
"@leanup/lib": "2.0.0-rc.79" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "4.3.4", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@leanup/git-hooks", | ||
"version": "2.0.0-rc.78", | ||
"version": "2.0.0-rc.79", | ||
"description": "This module contains some nice tools to organize git hooks for NodeJs projects.", | ||
"author": "Martin Oppitz <[email protected]>", | ||
"homepage": "https://leanupjs.org", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@leanup/lib", | ||
"version": "2.0.0-rc.78", | ||
"version": "2.0.0-rc.79", | ||
"description": "This module is a collection of lightweight application features.", | ||
"author": "Martin Oppitz <[email protected]>", | ||
"homepage": "https://leanupjs.org", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@leanup/stack", | ||
"version": "2.0.0-rc.78", | ||
"version": "2.0.0-rc.79", | ||
"description": "This module contains all required tools to serve, test and build a framework neutral SPA.", | ||
"author": "Martin Oppitz <[email protected]>", | ||
"homepage": "https://leanupjs.org", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@leanup/stack-snowpack", | ||
"version": "2.0.0-rc.78", | ||
"version": "2.0.0-rc.79", | ||
"description": "This module contains all snowpack-related functionalities for the @leanup/stack.", | ||
"author": "Martin Oppitz <[email protected]>", | ||
"homepage": "https://leanupjs.org", | ||
|
@@ -39,7 +39,7 @@ | |
"snowpack-plugin-replace": "1.0.4" | ||
}, | ||
"devDependencies": { | ||
"@leanup/stack": "2.0.0-rc.78" | ||
"@leanup/stack": "2.0.0-rc.79" | ||
}, | ||
"peerDependencies": { | ||
"@leanup/stack": "~2.0.0-rc.73" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@leanup/stack-vite", | ||
"version": "2.0.0-rc.78", | ||
"version": "2.0.0-rc.79", | ||
"description": "This module contains all vite-related functionalities for the @leanup/stack.", | ||
"author": "Martin Oppitz <[email protected]>", | ||
"homepage": "https://leanupjs.org", | ||
|
@@ -34,7 +34,7 @@ | |
"vite-plugin-replace": "0.1.1" | ||
}, | ||
"devDependencies": { | ||
"@leanup/stack": "2.0.0-rc.78" | ||
"@leanup/stack": "2.0.0-rc.79" | ||
}, | ||
"peerDependencies": { | ||
"@leanup/stack": "~2.0.0-rc.73" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@leanup/stack-webpack", | ||
"version": "2.0.0-rc.78", | ||
"version": "2.0.0-rc.79", | ||
"description": "This module contains all webpack-related functionalities for the @leanup/stack.", | ||
"author": "Martin Oppitz <[email protected]>", | ||
"homepage": "https://leanupjs.org", | ||
|
@@ -57,7 +57,7 @@ | |
"webpack-dev-server": "4.11.1" | ||
}, | ||
"devDependencies": { | ||
"@leanup/stack": "2.0.0-rc.78", | ||
"@leanup/stack": "2.0.0-rc.79", | ||
"@types/node": "18.11.9", | ||
"rimraf": "3.0.2", | ||
"tslib": "2.4.1", | ||
|