-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
5ef9a38
commit 1f22c11
Showing
7 changed files
with
15 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,6 +1,6 @@ | ||
{ | ||
"name": "@phased/laravel-mix", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Laravel Mix Plugin for Phased", | ||
"author": "Reed Jones <[email protected]>", | ||
"bugs": "https://github.com/reed-jones/phase/issues", | ||
|
@@ -23,7 +23,7 @@ | |
"check": "tsc --noEmit --emitDeclarationOnly false" | ||
}, | ||
"devDependencies": { | ||
"@phased/types": "^0.4.0", | ||
"@phased/types": "^0.5.0", | ||
"@rollup/plugin-alias": "^3.0.0", | ||
"@rollup/plugin-commonjs": "^14.0.0", | ||
"@rollup/plugin-node-resolve": "^8.4.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": "@phased/phase", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Auto SPA configuration focused on Laravel apps", | ||
"author": "Reed Jones <[email protected]>", | ||
"bugs": "https://github.com/reed-jones/phase/issues", | ||
|
@@ -24,10 +24,10 @@ | |
}, | ||
"dependencies": { "vue-server-renderer": "^2.6.11" }, | ||
"devDependencies": { | ||
"@phased/state": "^0.4.0", | ||
"@phased/types": "^0.4.0", | ||
"@phased/laravel-mix": "^0.4.0", | ||
"@phased/routing": "^0.4.0", | ||
"@phased/webpack-plugin": "^0.4.0" | ||
"@phased/state": "^0.5.0", | ||
"@phased/types": "^0.5.0", | ||
"@phased/laravel-mix": "^0.5.0", | ||
"@phased/routing": "^0.5.0", | ||
"@phased/webpack-plugin": "^0.5.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": "@phased/routing", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Auto SPA configuration focused on Laravel apps", | ||
"author": "Reed Jones <[email protected]>", | ||
"bugs": "https://github.com/reed-jones/phase/issues", | ||
|
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": "@phased/state", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Vuex hydration and auto mutator for Laravel Apps", | ||
"author": "Reed Jones <[email protected]>", | ||
"bugs": "https://github.com/reed-jones/phase/issues", | ||
|
@@ -23,7 +23,7 @@ | |
"check": "tsc --noEmit --emitDeclarationOnly false" | ||
}, | ||
"devDependencies": { | ||
"@phased/types": "^0.4.0", | ||
"@phased/types": "^0.5.0", | ||
"vue": "^2.6.11", | ||
"vuex": "^3.5.1" | ||
} | ||
|
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": "@phased/types", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Typescript types for @phased packages", | ||
"author": "Reed Jones <[email protected]>", | ||
"bugs": "https://github.com/reed-jones/phase/issues", | ||
|
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": "@phased/webpack-plugin", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Webpack Route Generation Plugin for Phased", | ||
"author": "Reed Jones <[email protected]>", | ||
"bugs": "https://github.com/reed-jones/phase/issues", | ||
|
@@ -23,7 +23,7 @@ | |
"types:check": "tsc --noEmit --emitDeclarationOnly false" | ||
}, | ||
"devDependencies": { | ||
"@phased/types": "^0.4.0", | ||
"@phased/types": "^0.5.0", | ||
"@rollup/plugin-alias": "^3.0.0", | ||
"@rollup/plugin-commonjs": "^14.0.0", | ||
"@rollup/plugin-node-resolve": "^8.4.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