updated sass and npm packages

This commit is contained in:
2023-12-12 09:24:01 +00:00
parent 1f677139f1
commit e7f4c5d847
7 changed files with 164 additions and 161 deletions
+29 -29
View File
@@ -14,31 +14,31 @@
"child_process": false
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.1",
"@azure/identity": "^3.2.4",
"@azure/storage-blob": "^12.12.0",
"@azure/storage-queue": "^12.11.0",
"@next-auth/prisma-adapter": "^1.0.4",
"@prisma/client": "^5.0.0",
"@react-pdf/renderer": "^3.1.12",
"@redux-devtools/extension": "^3.2.5",
"@auth/prisma-adapter": "^1.0.10",
"@azure/identity": "^4.0.0",
"@azure/storage-blob": "^12.17.0",
"@azure/storage-queue": "^12.16.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.7.0",
"@react-pdf/renderer": "^3.1.14",
"@redux-devtools/extension": "^3.3.0",
"@xmldom/xmldom": "^0.8.10",
"applicationinsights": "^2.2.0",
"axios": "^0.24.0",
"applicationinsights": "^2.9.1",
"axios": "^1.6.2",
"compression": "^1.7.4",
"cookie-cutter": "^0.2.0",
"crypto-js": "^4.1.1",
"date-fns": "^2.28.0",
"crypto-js": "^4.2.0",
"date-fns": "^2.30.0",
"dom": "^0.0.3",
"express": "^4.17.2",
"express": "^4.18.2",
"fs": "0.0.2",
"google-map-react": "^2.1.10",
"govuk-frontend": "3.13.0",
"google-map-react": "^2.2.1",
"govuk-frontend": "^5.0.0",
"jsonpath": "^1.1.1",
"leaflet": "^1.7.1",
"leaflet-defaulticon-compatibility": "^0.1.1",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment": "^2.29.4",
"multiparty": "^4.2.3",
"mysql": "^2.18.1",
"nanoid": "^3.2.0",
@@ -49,9 +49,9 @@
"next-redux-wrapper": "^7.0.5",
"next-swagger-doc": "^0.4.0",
"next-translate": "^2.6.2",
"nodemailer": "^6.9.1",
"nodemailer": "^6.9.7",
"nookies": "^2.5.2",
"notifications-node-client": "^5.1.1",
"notifications-node-client": "^7.0.6",
"ospoint": "^0.2.1",
"path": "^0.12.7",
"prop-types": "^15.8.1",
@@ -59,13 +59,13 @@
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-autosuggest": "^10.1.0",
"react-cookie-consent": "^7.2.1",
"react-datepicker": "4.10.0",
"react-cookie-consent": "^9.0.0",
"react-datepicker": "4.24.0",
"react-dom": "^18.2.0",
"react-dropzone": "^11.5.1",
"react-dropzone": "^14.2.3",
"react-idle-timer": "4.6.4",
"react-leaflet": "^4.2.1",
"react-pdf": "^7.3.3",
"react-pdf": "^7.6.0",
"react-pdf-html": "^1.1.18",
"react-quill": "^2.0.0",
"react-redux": "^7.2.6",
@@ -73,10 +73,10 @@
"redux-form": "^8.3.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"sass": "1.32",
"sass-loader": "13.2.0",
"swagger-ui": "^4.17.1",
"swagger-ui-react": "^4.17.0",
"sass": "1.69",
"sass-loader": "13.3.2",
"swagger-ui": "^5.10.3",
"swagger-ui-react": "^5.10.3",
"typescript": "^5.3.2",
"uuid": "9.0.0",
"webpack": "^5.66.0",
@@ -89,4 +89,4 @@
"next-translate-plugin": "^2.6.2",
"prisma": "^5.0.0"
}
}
}