Files
cypress/system-tests/projects/component-testing-outdated-dependencies/package.json
Lachlan Miller cbb5e35762 feat: warn when detecting unsupported dependencies for component testing (#22964)
* wip: basic implementation

* update dependencies to have maxVersion

* handle promises correctly

* fix test

* update test project and styling

* only check for CT deps in CT

* install required deps

* revert

* rework detection and extend tests

* remove unused code

* remove more code

Co-authored-by: Zachary Williams <ZachJW34@gmail.com>
2022-08-01 11:40:52 +10:00

7 lines
79 B
JSON

{
"dependencies": {
"react": "15.6.2",
"vite": "2.0.0-beta.70"
}
}