Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 23, 2024
1 parent fb6276f commit c549bb7
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.3",
"version": "0.5.4",
"description": "Laravel Precognition (Alpine).",
"keywords": [
"laravel",
Expand Down Expand Up @@ -31,7 +31,7 @@
"alpinejs": "^3.12.1"
},
"dependencies": {
"laravel-precognition": "0.5.3",
"laravel-precognition": "0.5.4",
"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.3",
"version": "0.5.4",
"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.3",
"version": "0.5.4",
"description": "Laravel Precognition (React w/ Inertia).",
"keywords": [
"laravel",
Expand Down Expand Up @@ -33,8 +33,8 @@
"react": "^18.0.0"
},
"dependencies": {
"laravel-precognition": "0.5.3",
"laravel-precognition-react": "0.5.3"
"laravel-precognition": "0.5.4",
"laravel-precognition-react": "0.5.4"
},
"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.3",
"version": "0.5.4",
"description": "Laravel Precognition (React).",
"keywords": [
"laravel",
Expand Down Expand Up @@ -31,7 +31,7 @@
"react": "^18.0.0"
},
"dependencies": {
"laravel-precognition": "0.5.3",
"laravel-precognition": "0.5.4",
"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.3",
"version": "0.5.4",
"description": "Laravel Precognition (Vue w/ Inertia).",
"keywords": [
"laravel",
Expand Down Expand Up @@ -34,8 +34,8 @@
"vue": "^3.0.0"
},
"dependencies": {
"laravel-precognition": "0.5.3",
"laravel-precognition-vue": "0.5.3"
"laravel-precognition": "0.5.4",
"laravel-precognition-vue": "0.5.4"
},
"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.3",
"version": "0.5.4",
"description": "Laravel Precognition (Vue).",
"keywords": [
"laravel",
Expand Down Expand Up @@ -31,7 +31,7 @@
"vue": "^3.0.0"
},
"dependencies": {
"laravel-precognition": "0.5.3",
"laravel-precognition": "0.5.4",
"lodash-es": "^4.17.21"
},
"devDependencies": {
Expand Down

0 comments on commit c549bb7

Please sign in to comment.