upgrade packages in package.json file for oneuptime accounts

This commit is contained in:
Abeeb Ayinla
2022-01-13 15:23:31 +01:00
parent 6a7dbb1580
commit 4f175f6f5c
2 changed files with 9679 additions and 22468 deletions

32091
accounts/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,41 +4,41 @@
"private": true,
"homepage": "/",
"dependencies": {
"@sentry/react": "^6.12.0",
"@sentry/tracing": "^6.12.0",
"amplitude-js": "^8.3.1",
"axios": "^0.21.1",
"@sentry/react": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"amplitude-js": "^8.15.0",
"axios": "^0.24.0",
"card-validator": "^8.1.1",
"cli-table": "^0.3.6",
"cli-table": "^0.3.11",
"compression": "^1.7.4",
"express": "^4.16.4",
"faker": "^5.5.3",
"express": "^4.17.2",
"faker": "^6.6.6",
"file-saver": "^2.0.5",
"history": "^4.7.2",
"jest": "^26.6.3",
"history": "^5.2.0",
"jest": "^27.4.7",
"loadable-components": "^2.2.3",
"prop-types": "^15.7.2",
"puppeteer": "^5.5.0",
"query-string": "^5.1.1",
"prop-types": "^15.8.1",
"puppeteer": "^13.0.1",
"query-string": "^7.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-frontload": "^1.0.3",
"react-ga": "^2.5.3",
"react-redux": "^7.2.4",
"react-frontload": "^2.0.0",
"react-ga": "^3.3.0",
"react-redux": "^7.2.6",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-router-dom": "^6.2.1",
"react-router-redux": "^4.0.8",
"react-scripts": "^4.0.3",
"react-stripe-elements": "^1.6.0",
"redux": "^4.1.1",
"redux-form": "^8.3.7",
"react-scripts": "^5.0.0",
"react-stripe-elements": "^6.1.2",
"redux": "^4.1.2",
"redux-form": "^8.3.8",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"redux-thunk": "^2.4.1",
"sane-email-validation": "^3.0.1",
"universal-cookie": "^4.0.0",
"universal-cookie": "^4.0.4",
"uuid": "^8.3.2",
"valid-url": "^1.0.9",
"workbox-build": "^6.1.5"
"workbox-build": "^6.4.2"
},
"scripts": {
"dev": "PORT=3003 react-scripts start",
@@ -54,12 +54,12 @@
"dep-check": "depcheck ./ --skip-missing=true --ignores='loadable-components'"
},
"devDependencies": {
"chrome-launcher": "^0.13.2",
"commander": "^7.2.0",
"depcheck": "^1.4.1",
"lighthouse": "^8.3.0",
"chrome-launcher": "^0.15.0",
"commander": "^8.3.0",
"depcheck": "^1.4.3",
"lighthouse": "^9.2.0",
"npm-force-resolutions": "0.0.10",
"ora": "^5.4.1",
"ora": "^6.0.1",
"should": "^13.2.3"
},
"resolutions": {},