diff --git a/package-lock.json b/package-lock.json index b0fd39c37..2d1d3030c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fontsource-variable/geist": "^5.2.8", "@headlessui/react": "^2.1.0", "@heroicons/react": "^2.2.0", - "@inertiajs/core": "^2.3.17", + "@inertiajs/core": "^3.0.0", "@inertiajs/react": "^2.3.15", "@inertiaui/modal-react": "file:packages/inertiaui-modal-react", "@lookout/react": "file:packages/lookout-react", @@ -1350,16 +1350,39 @@ } }, "node_modules/@inertiajs/core": { - "version": "2.3.17", - "resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-2.3.17.tgz", - "integrity": "sha512-CELuVhq2cBVrqxmrbRKqseuIQPBA6PcgDU7EPkPQxK02Lxxg7wTZWZZ5omaGBT+5mQtr0bkEUqUF2vxYbu4ogw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-3.0.0.tgz", + "integrity": "sha512-LkdXfOXJGLIFQeqirO66lQ401ciO1f7yEiQV7ZWFbt9f2ElgilSkm6aOXLbPwHJF77h27jdtja0OJDS8+l7Svw==", "license": "MIT", "dependencies": { - "@types/lodash-es": "^4.17.12", - "axios": "^1.13.5", - "laravel-precognition": "^1.0.2", - "lodash-es": "^4.17.23", - "qs": "^6.15.0" + "@jridgewell/trace-mapping": "^0.3.31", + "es-toolkit": "^1.33.0", + "laravel-precognition": "^2.0.0" + }, + "peerDependencies": { + "axios": "^1.13.2" + }, + "peerDependenciesMeta": { + "axios": { + "optional": true + } + } + }, + "node_modules/@inertiajs/core/node_modules/laravel-precognition": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/laravel-precognition/-/laravel-precognition-2.0.0.tgz", + "integrity": "sha512-dmA4HGc9m+TsVNsJs9/XQBI8u6j7coilN+qKkBuhuXQzH3HypwS/c5dFQ4UqUGjBbcxIM7zdk91kM/SRZwIvWQ==", + "license": "MIT", + "dependencies": { + "es-toolkit": "^1.32.0" + }, + "peerDependencies": { + "axios": "^1.4.0" + }, + "peerDependenciesMeta": { + "axios": { + "optional": true + } } }, "node_modules/@inertiajs/react": { diff --git a/package.json b/package.json index 4ecc7f287..13981d931 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@fontsource-variable/geist": "^5.2.8", "@headlessui/react": "^2.1.0", "@heroicons/react": "^2.2.0", - "@inertiajs/core": "^2.3.17", + "@inertiajs/core": "^3.0.0", "@inertiajs/react": "^2.3.15", "@inertiaui/modal-react": "file:packages/inertiaui-modal-react", "@lookout/react": "file:packages/lookout-react",