Update dependencies

This commit is contained in:
Bill 2021-07-16 13:18:02 -04:00
parent 183f4f6d53
commit b8f5aa93eb
2 changed files with 390 additions and 348 deletions

709
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,16 +3,16 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.22",
"@types/node": "^12.20.7",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.16",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"animate.css": "^4.1.1",
"classnames": "^2.3.1",
"immutable": "^4.0.0-rc.12",
"immutable": "^4.0.0-rc.14",
"nitro-renderer": "file:../nitro-renderer",
"node-sass": "^5.0.0",
"rc-slider": "^9.7.2",
@ -21,12 +21,13 @@
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-google-recaptcha": "^2.1.0",
"react-redux": "^7.2.3",
"react-input-autosize": "^3.0.0",
"react-redux": "^7.2.4",
"react-scripts": "4.0.3",
"react-transition-group": "^4.4.1",
"redux": "^4.0.5",
"typescript": "^4.2.4",
"web-vitals": "^1.1.1"
"react-slider": "^1.3.1",
"react-transition-group": "^4.4.2",
"typescript": "^4.3.5",
"web-vitals": "^1.1.2"
},
"scripts": {
"postinstall": "node ./webpack-patcher.js",
@ -59,7 +60,7 @@
]
},
"devDependencies": {
"@types/react-slider": "^1.3.0",
"@types/react-transition-group": "^4.4.1"
"@types/react-slider": "^1.3.1",
"@types/react-transition-group": "^4.4.2"
}
}