From a70201f67969c9c28c972d4e797cd058fba8e737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 07:38:01 +0000 Subject: [PATCH] npm: bump @inertiajs/react from 1.0.16 to 1.2.0 Bumps [@inertiajs/react](https://github.com/inertiajs/inertia/tree/HEAD/packages/react) from 1.0.16 to 1.2.0. - [Release notes](https://github.com/inertiajs/inertia/releases) - [Changelog](https://github.com/inertiajs/inertia/blob/master/CHANGELOG.md) - [Commits](https://github.com/inertiajs/inertia/commits/v1.2.0/packages/react) --- updated-dependencies: - dependency-name: "@inertiajs/react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e54c423..c89b118 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ }, "devDependencies": { "@headlessui/react": "^1.4.2", - "@inertiajs/react": "^1.0.0", + "@inertiajs/react": "^1.2.0", "@tailwindcss/forms": "^0.5.3", "@vitejs/plugin-react": "^4.2.0", "autoprefixer": "^10.4.12", @@ -781,9 +781,9 @@ } }, "node_modules/@inertiajs/core": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-1.0.16.tgz", - "integrity": "sha512-j0nS1KwNv2aNSC10u3qfOswhSMcHSURypPlVSimyRrxKSdrLRmPidow06avunkLU6T7nI9oDXt71WOeO3wCLQg==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-1.2.0.tgz", + "integrity": "sha512-6U0gqCPbGGGMcLoDm+ckKipc5gptZMmfVFfPGdO7vlO7yipWf1RD+TKkcZGJklFvfgFMKwK2VPw8GAv1OctuQA==", "dev": true, "dependencies": { "axios": "^1.6.0", @@ -793,12 +793,12 @@ } }, "node_modules/@inertiajs/react": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/@inertiajs/react/-/react-1.0.16.tgz", - "integrity": "sha512-+cWZ7yUbFHx7XcW8oSvitg7SYTAAS2WbgOrPe/18dPbWt1xNMdUgD/qh375FnO+PwLuM0fhmcze539B7LymOMw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@inertiajs/react/-/react-1.2.0.tgz", + "integrity": "sha512-Q3wTaQJdoUbUB8YIGeQ0y2Tf/k8dNtz9Nu2dYr1pbYUBv++6d45iC/CFB/lIpqVvvUw8XuIai2bdsUcRSIbPCQ==", "dev": true, "dependencies": { - "@inertiajs/core": "1.0.16", + "@inertiajs/core": "1.2.0", "lodash.isequal": "^4.5.0" }, "peerDependencies": { diff --git a/package.json b/package.json index af1e92d..1c1d81b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@headlessui/react": "^1.4.2", - "@inertiajs/react": "^1.0.0", + "@inertiajs/react": "^1.2.0", "@tailwindcss/forms": "^0.5.3", "@vitejs/plugin-react": "^4.2.0", "autoprefixer": "^10.4.12",