-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Freddy
committed
Oct 26, 2024
1 parent
96ff993
commit 9870182
Showing
5 changed files
with
13 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json", | ||
"packages": [ | ||
"packages/*" | ||
], | ||
"packages": ["packages/*"], | ||
"npmClient": "yarn", | ||
"version": "2.5.1" | ||
"version": "2.6.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "baklavajs", | ||
"version": "2.5.1", | ||
"version": "2.6.0", | ||
"description": "Full installation of BaklavaJS including the core and all plugins", | ||
"author": "newcat <[email protected]>", | ||
"homepage": "https://newcat.github.io/baklavajs", | ||
|
@@ -31,8 +31,8 @@ | |
"dependencies": { | ||
"@baklavajs/core": "^2.5.1", | ||
"@baklavajs/engine": "^2.5.1", | ||
"@baklavajs/interface-types": "^2.5.1", | ||
"@baklavajs/renderer-vue": "^2.5.1", | ||
"@baklavajs/interface-types": "^2.6.0", | ||
"@baklavajs/renderer-vue": "^2.6.0", | ||
"@baklavajs/themes": "^2.5.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@baklavajs/interface-types", | ||
"version": "2.5.1", | ||
"version": "2.6.0", | ||
"description": "Add types to node interfaces for BaklavaJS", | ||
"author": "newcat <[email protected]>", | ||
"homepage": "https://newcat.github.io/baklavajs", | ||
|
@@ -28,7 +28,7 @@ | |
"dependencies": { | ||
"@baklavajs/core": "^2.5.1", | ||
"@baklavajs/engine": "^2.5.1", | ||
"@baklavajs/renderer-vue": "^2.5.1" | ||
"@baklavajs/renderer-vue": "^2.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.13", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@baklavajs/renderer-vue", | ||
"version": "2.5.1", | ||
"version": "2.6.0", | ||
"description": "Vue frontend for BaklavaJS", | ||
"author": "newcat <[email protected]>", | ||
"homepage": "https://newcat.github.io/baklavajs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters