Move apollo/react-testing to dev dependencies:

This commit is contained in:
Bartłomiej Głownia 2022-03-21 17:17:29 +01:00
parent 15a7887351
commit 81763c1e70

View File

@ -14,7 +14,6 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@apollo/client": "^3.5.8", "@apollo/client": "^3.5.8",
"@apollo/react-testing": "^4.0.0",
"@blueprintjs/icons": "^3.32.0", "@blueprintjs/icons": "^3.32.0",
"@nrwl/next": "13.8.1", "@nrwl/next": "13.8.1",
"@radix-ui/react-dialog": "^0.1.5", "@radix-ui/react-dialog": "^0.1.5",
@ -56,6 +55,7 @@
"web-vitals": "^2.1.4" "web-vitals": "^2.1.4"
}, },
"devDependencies": { "devDependencies": {
"@apollo/react-testing": "^4.0.0",
"@babel/core": "7.12.13", "@babel/core": "7.12.13",
"@babel/preset-typescript": "7.12.13", "@babel/preset-typescript": "7.12.13",
"@nrwl/cli": "13.8.1", "@nrwl/cli": "13.8.1",