diff --git a/package.json b/package.json index 07bab64..e0b9311 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "vuetify-loader": "1.4.3" }, "dependencies": { - "@types/ziggy-js": "^0.9.0", + "@types/ziggy-js": "^1.3.2", "axios": "^0.21.1", "eslint": "^7.18.0", "laravel-echo": "^1.10.0", diff --git a/yarn.lock b/yarn.lock index 84ef3cd..c68b7b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -895,6 +895,11 @@ "@types/minimatch" "*" "@types/node" "*" +"@types/history@^4.7.11": + version "4.7.11" + resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.11.tgz#56588b17ae8f50c53983a524fc3cc47437969d64" + integrity sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA== + "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6": version "7.0.7" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad" @@ -920,10 +925,12 @@ resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24" integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== -"@types/ziggy-js@^0.9.0": - version "0.9.0" - resolved "https://registry.yarnpkg.com/@types/ziggy-js/-/ziggy-js-0.9.0.tgz#ca0e626290b94c6562a91ab2e633a7983d7bbac3" - integrity sha512-/hUu4foNeAHtHNpng5+eXyvbBRHH2IB0PtF6N8gbEazc4sNxYpYRqbRhBZ8lqf3GWmQn9SFpacKiGYRhHcwhbw== +"@types/ziggy-js@^1.3.2": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@types/ziggy-js/-/ziggy-js-1.3.2.tgz#ef98a63b082a0aaf85b3daa493ea536104004ee5" + integrity sha512-hwnsR3tEy3jyW+akw5kwfyZ9+/MZ+jN659G6LoGKBL9LvOUv07fiMsZL3vaK8IfTo2OXVMa4elsX8r/nU/x9hw== + dependencies: + "@types/history" "^4.7.11" "@vue/component-compiler-utils@^3.1.0": version "3.2.0"