diff --git a/app/frontend/package.json b/app/frontend/package.json index bda7fb654..2e18672a1 100644 --- a/app/frontend/package.json +++ b/app/frontend/package.json @@ -25,6 +25,7 @@ "@fullcalendar/core": "^6.1.9", "@fullcalendar/daygrid": "^6.1.9", "@hookform/resolvers": "^3.3.2", + "@lukemorales/query-key-factory": "^1.3.2", "@tanstack/react-query": "^5.8.1", "@tanstack/react-query-devtools": "^5.8.1", "@vanilla-extract/css": "^1.14.0", diff --git a/package-lock.json b/package-lock.json index cca6dca35..6130541b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,6 +75,7 @@ "@fullcalendar/core": "^6.1.9", "@fullcalendar/daygrid": "^6.1.9", "@hookform/resolvers": "^3.3.2", + "@lukemorales/query-key-factory": "^1.3.2", "@tanstack/react-query": "^5.8.1", "@tanstack/react-query-devtools": "^5.8.1", "@vanilla-extract/css": "^1.14.0", @@ -1626,6 +1627,18 @@ "node": ">=8" } }, + "node_modules/@lukemorales/query-key-factory": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@lukemorales/query-key-factory/-/query-key-factory-1.3.2.tgz", + "integrity": "sha512-SFOWcB5ec+RhlKjLjZxTAbOPF2uXNED6lqXiMu3TUt2twKzxE/QLhnYkdbxOBMK5Wwc2Ia+WP3yqCPRKWywnwQ==", + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@tanstack/query-core": ">= 4.0.0", + "@tanstack/react-query": ">= 4.0.0" + } + }, "node_modules/@morak/eslint-config": { "resolved": "packages/eslint-config", "link": true