CEC-464 can filters forms (#118)

* can filters forms and lists

* unit tests

* updating warnings and tests

* merge develop

* fixed snapshots

* update jest mocks

* updating tests
This commit is contained in:
Drew Taylor
2022-03-03 11:33:07 -08:00
committed by GitHub
parent 3b9252097a
commit b7223b8bc6
37 changed files with 6673 additions and 944 deletions

View File

@@ -4,6 +4,8 @@
"private": true,
"dependencies": {
"@datadog/browser-logs": "^3.7.0",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.15.0",
@@ -16,8 +18,9 @@
"material-ui-dropzone": "^3.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-leaflet": "^3.2.2",
"react-leaflet": "^3.2.5",
"react-router-dom": "^5.3.0",
"react-router-hash-link": "^2.4.3",
"react-scripts": "4.0.3",
"web-vitals": "^2.1.2"
},
@@ -44,7 +47,7 @@
"not op_mini all"
],
"engines": {
"node": "12.20.1"
"node": "14.17.6"
},
"devDependencies": {
"react-test-renderer": "^17.0.2"
@@ -52,4 +55,4 @@
"jest": {
"globalSetup": "./testEnv.js"
}
}
}