Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 20, 2024
1 parent af7b35f commit 1364e9a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/alpine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-precognition-alpine",
"version": "0.5.6",
"version": "0.5.7",
"description": "Laravel Precognition (Alpine).",
"keywords": [
"laravel",
Expand Down Expand Up @@ -33,7 +33,7 @@
"alpinejs": "^3.12.1"
},
"dependencies": {
"laravel-precognition": "0.5.6",
"laravel-precognition": "0.5.7",
"lodash-es": "^4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-precognition",
"version": "0.5.6",
"version": "0.5.7",
"description": "Laravel Precognition.",
"keywords": [
"laravel",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-inertia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-precognition-react-inertia",
"version": "0.5.6",
"version": "0.5.7",
"description": "Laravel Precognition (React w/ Inertia).",
"keywords": [
"laravel",
Expand Down Expand Up @@ -35,8 +35,8 @@
"react": "^18.0.0"
},
"dependencies": {
"laravel-precognition": "0.5.6",
"laravel-precognition-react": "0.5.6"
"laravel-precognition": "0.5.7",
"laravel-precognition-react": "0.5.7"
},
"devDependencies": {
"@types/react-dom": "^18.2.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-precognition-react",
"version": "0.5.6",
"version": "0.5.7",
"description": "Laravel Precognition (React).",
"keywords": [
"laravel",
Expand Down Expand Up @@ -33,7 +33,7 @@
"react": "^18.0.0"
},
"dependencies": {
"laravel-precognition": "0.5.6",
"laravel-precognition": "0.5.7",
"lodash-es": "^4.17.21"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-inertia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-precognition-vue-inertia",
"version": "0.5.6",
"version": "0.5.7",
"description": "Laravel Precognition (Vue w/ Inertia).",
"keywords": [
"laravel",
Expand Down Expand Up @@ -36,8 +36,8 @@
"vue": "^3.0.0"
},
"dependencies": {
"laravel-precognition": "0.5.6",
"laravel-precognition-vue": "0.5.6"
"laravel-precognition": "0.5.7",
"laravel-precognition-vue": "0.5.7"
},
"devDependencies": {
"typescript": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-precognition-vue",
"version": "0.5.6",
"version": "0.5.7",
"description": "Laravel Precognition (Vue).",
"keywords": [
"laravel",
Expand Down Expand Up @@ -33,7 +33,7 @@
"vue": "^3.0.0"
},
"dependencies": {
"laravel-precognition": "0.5.6",
"laravel-precognition": "0.5.7",
"lodash-es": "^4.17.21"
},
"devDependencies": {
Expand Down

0 comments on commit 1364e9a

Please sign in to comment.