Webatrice: update package.json (#4590)

* update package.json

* cleanup

Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
Jeremy Letto 2022-03-07 12:43:01 -06:00 committed by GitHub
parent 533045445a
commit 0d0337f091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 4618 additions and 10629 deletions

View file

@ -7,33 +7,33 @@
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/styles": "^4.11.4",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"crypto-js": "^4.1.1",
"dexie": "^3.0.3",
"final-form": "^4.20.4",
"dexie": "^3.2.1",
"final-form": "^4.20.6",
"final-form-set-field-touched": "^1.0.1",
"i18next": "^21.6.10",
"i18next": "^21.6.13",
"i18next-browser-languagedetector": "^6.1.3",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
"prop-types": "^15.8.1",
"protobufjs": "^6.11.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-final-form": "^6.5.7",
"react-final-form": "^6.5.8",
"react-final-form-listeners": "^1.0.3",
"react-i18next": "^11.15.3",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"redux": "^4.1.2",
"redux-form": "^8.3.7",
"redux-thunk": "^2.4.0",
"rxjs": "^7.4.0",
"typescript": "^4.4.4"
"redux-thunk": "^2.4.1",
"rxjs": "^7.5.4",
"typescript": "^4.6.2"
},
"scripts": {
"prebuild": "node prebuild.js",
@ -68,24 +68,23 @@
}
},
"devDependencies": {
"@types/jest": "27.0.2",
"@types/jquery": "^3.5.8",
"@types/lodash": "^4.14.176",
"@babel/core": "^7.17.5",
"@types/jest": "27.4.1",
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.179",
"@types/material-ui": "^0.21.12",
"@types/node": "16.11.7",
"@types/node": "17.0.21",
"@types/prop-types": "^15.7.4",
"@types/protobufjs": "^6.0.0",
"@types/react": "17.0.34",
"@types/react-dom": "17.0.11",
"@types/react-redux": "^7.1.20",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13",
"@types/react-redux": "^7.1.23",
"@types/react-router-dom": "^5.3.2",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/redux-form": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^7.32.0",
"fs-extra": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"fs-extra": "^10.0.1",
"i18next-icu": "^2.0.3",
"identity-obj-proxy": "^3.0.0",
"intl-messageformat": "^9.11.4"