Skip to content

Commit 1459dff

Browse files
committed
Dep updates + build assets
1 parent 654ef07 commit 1459dff

10 files changed

+1502
-1480
lines changed

demo-app/package-lock.json

+124-124
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react/dist/inertiaui-modal.js

+440-434
Large diffs are not rendered by default.

react/dist/inertiaui-modal.umd.cjs

+8-8
Large diffs are not rendered by default.

react/package-lock.json

+167-164
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inertiaui/modal-react",
33
"author": "Pascal Baljet <[email protected]>",
4-
"version": "0.18.0",
4+
"version": "0.18.1",
55
"private": false,
66
"license": "MIT",
77
"type": "module",

src/ModalServiceProvider.php

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace InertiaUI\Modal;
66

7-
use Illuminate\Routing\Router;
87
use Illuminate\Support\ServiceProvider;
98
use Illuminate\Support\Str;
109
use Inertia\Response;

vue/dist/inertiaui-modal.js

+640-626
Large diffs are not rendered by default.

vue/dist/inertiaui-modal.umd.cjs

+5-5
Large diffs are not rendered by default.

vue/package-lock.json

+116-116
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inertiaui/modal-vue",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"author": "Pascal Baljet <[email protected]>",
55
"private": false,
66
"license": "MIT",

0 commit comments

Comments
 (0)