diff --git a/package.json b/package.json index 07bab64..49ef1c8 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.1", "axios": "^0.21.1", "eslint": "^7.18.0", "laravel-echo": "^1.10.0", diff --git a/yarn.lock b/yarn.lock index 84ef3cd..9c90dfa 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.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@types/ziggy-js/-/ziggy-js-1.3.1.tgz#263937da99aa4fc4b4137d84a063324f9611f7c8" + integrity sha512-LqA2gHf4b6Ke9Ut6INBh9c0XgbBEE6SKV81fYSTi3LTanZv/9XdKqYfPFvcqKcHNvDJAxgWgiWrSrXfwIYzThA== + dependencies: + "@types/history" "^4.7.11" "@vue/component-compiler-utils@^3.1.0": version "3.2.0"