Update packages

This commit is contained in:
Benji Grant 2023-06-09 02:15:40 +10:00
parent d4418a1dc2
commit c6875b0332
3 changed files with 117 additions and 108 deletions

View file

@ -10,37 +10,37 @@
"lint": "next lint"
},
"dependencies": {
"@azure/msal-browser": "^2.37.0",
"@azure/msal-browser": "^2.37.1",
"@giraugh/tools": "^1.6.0",
"@js-temporal/polyfill": "^0.4.4",
"@microsoft/microsoft-graph-client": "^3.0.5",
"accept-language": "^3.0.18",
"gapi-script": "^1.2.0",
"hue-map": "^1.0.0",
"i18next": "^22.5.0",
"i18next-browser-languagedetector": "^7.0.1",
"i18next": "^22.5.1",
"i18next-browser-languagedetector": "^7.0.2",
"i18next-http-backend": "^2.2.1",
"i18next-resources-to-backend": "^1.1.4",
"lucide-react": "^0.223.0",
"lucide-react": "^0.241.0",
"next": "^13.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.1",
"react-hook-form": "^7.44.3",
"react-i18next": "^12.3.1",
"zod": "^3.21.4",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.4",
"eslint-plugin-simple-import-sort": "^10.0.0",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"sass": "^1.63.2",
"typescript": "^5.1.3",
"typescript-plugin-css-modules": "^5.0.1"
},
"browserslist": {