Skip to content

Commit

Permalink
A Type clash generated by Cypress (cypress-io/cypress#6690) forces us…
Browse files Browse the repository at this point in the history
… to remove the dependency for now as it is not used anyway
  • Loading branch information
fguitton committed May 3, 2020
1 parent f88d739 commit 0572b00
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/itmat-ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"start": "cross-env BROWSER=none SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "cross-env SKIP_PREFLIGHT_CHECK=true react-scripts build",
"test": "cross-env SKIP_PREFLIGHT_CHECK=true react-scripts test",
"test:cypress": "npx cypress open",
"clean": "rimraf -rf ./dist ./build",
"prepublishOnly": "yarn run build"
},
Expand Down Expand Up @@ -42,7 +41,6 @@
},
"devDependencies": {
"@apollo/react-testing": "3.1.4",
"@cypress/webpack-preprocessor": "5.1.2",
"@types/apollo-upload-client": "8.1.3",
"@types/graphql": "14.5.0",
"@types/jest": "25.2.1",
Expand All @@ -51,9 +49,6 @@
"@types/react-dom": "16.9.6",
"@types/react-router-dom": "5.1.4",
"cross-env": "7.0.2",
"cypress": "4.4.0",
"cypress-file-upload": "4.0.6",
"cypress-react-unit-test": "3.3.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"http-proxy-middleware": "1.0.3",
Expand Down

0 comments on commit 0572b00

Please sign in to comment.