Skip to content

Commit

Permalink
Bump Inertia.js versions (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet authored Dec 17, 2024
1 parent 323496f commit 0adcbfd
Show file tree
Hide file tree
Showing 8 changed files with 1,936 additions and 1,681 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ jobs:
run: |
cd demo-app
composer install --no-progress --prefer-dist --optimize-autoloader
composer require inertiajs/inertia-laravel:${{ matrix.inertia == 'v1' && '^1.3' || '2.x-dev' }}
composer require inertiajs/inertia-laravel:${{ matrix.inertia == 'v1' && '^1.3' || '2.0' }}
php artisan about
npm ci
npm install @inertiajs/react@${{ matrix.inertia == 'v1' && '1.2.0' || 'next' }} @inertiajs/vue3@${{ matrix.inertia == 'v1' && '1.2.0' || 'next' }}
npm install @inertiajs/react@${{ matrix.inertia == 'v1' && '1.3.0' || '2.0.0' }} @inertiajs/vue3@${{ matrix.inertia == 'v1' && '1.3.0' || '2.0.0' }}
npm install --install-links ../react
npm install --install-links ../vue
test -d node_modules/@inertiaui/modal-react || exit 1
Expand Down
623 changes: 337 additions & 286 deletions demo-app/package-lock.json

Large diffs are not rendered by default.

1,102 changes: 627 additions & 475 deletions react/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inertiaui/modal-react",
"author": "Pascal Baljet <[email protected]>",
"version": "0.13.1",
"version": "0.14.0",
"private": false,
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -30,7 +30,7 @@
"clsx": "^2.1.1"
},
"devDependencies": {
"@inertiajs/react": "^1.2.0||^2.0.0-beta.1",
"@inertiajs/react": "^1.3.0||^2.0.0",
"@vitejs/plugin-react": "^4.3.1",
"axios": "^1.6.0",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -48,7 +48,7 @@
"vite": "^5.0"
},
"peerDependencies": {
"@inertiajs/react": "^1.2.0||^2.0.0-beta.1",
"@inertiajs/react": "^1.3.0||^2.0.0",
"axios": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
1,164 changes: 587 additions & 577 deletions vue/dist/inertiaui-modal.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions vue/dist/inertiaui-modal.umd.cjs

Large diffs are not rendered by default.

706 changes: 374 additions & 332 deletions vue/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inertiaui/modal-vue",
"version": "0.13.1",
"version": "0.14.0",
"author": "Pascal Baljet <[email protected]>",
"private": false,
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"test": "vitest"
},
"devDependencies": {
"@inertiajs/vue3": "^1.2.0||^2.0.0-beta.1",
"@inertiajs/vue3": "^1.3.0||^2.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
Expand All @@ -48,7 +48,7 @@
"vue": "^3.4.x"
},
"peerDependencies": {
"@inertiajs/vue3": "^1.2.0||^2.0.0-beta.1",
"@inertiajs/vue3": "^1.3.0||^2.0.0",
"axios": "^1.6.0",
"vue": "^3.4.x"
}
Expand Down

0 comments on commit 0adcbfd

Please sign in to comment.