updated node libraries to latest versions

This commit is contained in:
2022-01-14 09:47:26 +00:00
parent 8c7f310d57
commit a9614918a8
+24 -24
View File
@@ -10,57 +10,57 @@
}, },
"dependencies": { "dependencies": {
"@webdeb/next-styles": "^1.1.1", "@webdeb/next-styles": "^1.1.1",
"applicationinsights": "^2.1.3", "applicationinsights": "^2.2.0",
"axios": "^0.21.1", "axios": "^0.24.0",
"compression": "^1.7.4", "compression": "^1.7.4",
"cookie-cutter": "^0.2.0", "cookie-cutter": "^0.2.0",
"cookies": "^0.8.0", "cookies": "^0.8.0",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"date-fns": "^2.25.0", "date-fns": "^2.28.0",
"dom": "^0.0.3", "dom": "^0.0.3",
"dynamics-web-api": "^1.7.4", "dynamics-web-api": "^1.7.4",
"express": "^4.17.1", "express": "^4.17.2",
"govuk-frontend": "^3.13.0", "govuk-frontend": "3.13.0",
"https": "^1.0.0", "https": "^1.0.0",
"hyco-https": "^1.4.5", "hyco-https": "^1.4.5",
"jsonpath": "^1.1.1", "jsonpath": "^1.1.1",
"jsonpath-plus": "^5.1.0", "jsonpath-plus": "^6.0.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"moment": "^2.29.1", "moment": "^2.29.1",
"next": "^11.0.1", "next": "^12.0.8",
"next-redux-wrapper": "^7.0.2", "next-redux-wrapper": "^7.0.5",
"next-translate": "^1.0.7", "next-translate": "^1.2.0",
"nextjs-basic-auth-middleware": "^0.2.1", "nextjs-basic-auth-middleware": "^0.2.1",
"nookies": "^2.5.2", "nookies": "^2.5.2",
"path": "^0.12.7", "path": "^0.12.7",
"pm2": "^5.1.0", "pm2": "^5.1.2",
"react": "17.0.2", "react": "17.0.2",
"react-accessible-accordion": "^3.3.5", "react-accessible-accordion": "^4.0.0",
"react-autosuggest": "^10.1.0", "react-autosuggest": "^10.1.0",
"react-cookie-consent": "^6.2.4", "react-cookie-consent": "^7.2.1",
"react-datepicker": "^4.1.1", "react-datepicker": "^4.6.0",
"react-dom": "17.0.2", "react-dom": "17.0.2",
"react-dropzone": "^11.3.4", "react-dropzone": "^11.5.1",
"react-idle-timer": "^4.6.4", "react-idle-timer": "^4.6.4",
"react-loading-overlay": "^1.0.1", "react-loading-overlay": "^1.0.1",
"react-redux": "^7.2.4", "react-redux": "^7.2.6",
"react-xml-parser": "^1.1.8", "react-xml-parser": "^1.1.8",
"redux-devtools-extension": "^2.13.9", "redux-devtools-extension": "^2.13.9",
"redux-form": "^8.3.7", "redux-form": "^8.3.8",
"redux-persist": "^6.0.0", "redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0", "redux-thunk": "^2.4.1",
"sass": "1.32", "sass": "1.32",
"sass-loader": "^12.1.0", "sass-loader": "^12.4.0",
"swr": "^0.5.6", "swr": "^1.1.2",
"webpack": "^5.40.0", "webpack": "^5.66.0",
"xml2js": "^0.4.23", "xml2js": "^0.4.23",
"xmldom": "^0.6.0", "xmldom": "^0.6.0",
"xmlhttprequest": "^1.8.0", "xmlhttprequest": "^1.8.0",
"xpath": "^0.0.32" "xpath": "^0.0.32"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^7.29.0", "eslint": "^8.6.0",
"eslint-config-next": "^11.0.1", "eslint-config-next": "^12.0.8",
"prettier": "2.3.2" "prettier": "2.5.1"
} }
} }