Skip to content

Commit

Permalink
chore: remove devDependencies from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dbismut committed Mar 30, 2021
1 parent abb5636 commit 3c2dcb4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 27 deletions.
14 changes: 13 additions & 1 deletion package.json
Expand Up @@ -68,9 +68,13 @@
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@preconstruct/cli": "^2.0.6",
"@react-three/fiber": "6.0.0-alpha.15",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^11.2.5",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-native": "~0.57.0",
"@types/three": "^0.126.1",
"eslint": "^7.22.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.4.0",
Expand All @@ -82,17 +86,25 @@
"husky": "1.3.1",
"jest": "^26.6.3",
"jest-watch-typeahead": "^0.3.1",
"konva": "~2.6.0",
"rafz": "^0.1.13",
"react-konva": "~16.8.0",
"mock-raf": "npm:@react-spring/mock-raf",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.2.1",
"pretty-quick": "1.10.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-native": "~0.58.0",
"react-three-fiber": "^4.0.0",
"react-zdog": "~1.0.0",
"recrawl-sync": "^1.2.2",
"spec.ts": "^1.1.3",
"three": "^0.126.1",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
"typescript": "^4.2.3",
"zdog": "~1.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 0 additions & 5 deletions packages/core/package.json
Expand Up @@ -15,10 +15,5 @@
},
"peerDependencies": {
"react": ">=16.8"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"rafz": "^0.1.13"
}
}
4 changes: 0 additions & 4 deletions targets/konva/package.json
Expand Up @@ -13,9 +13,5 @@
"konva": ">=2.6",
"react": ">=16.8",
"react-konva": ">=16.8"
},
"devDependencies": {
"konva": "~2.6.0",
"react-konva": "~16.8.0"
}
}
4 changes: 0 additions & 4 deletions targets/native/package.json
Expand Up @@ -12,9 +12,5 @@
"peerDependencies": {
"react": ">=16.8",
"react-native": ">=0.58"
},
"devDependencies": {
"@types/react-native": "~0.57.0",
"react-native": "~0.58.0"
}
}
4 changes: 0 additions & 4 deletions targets/three-v5/package.json
Expand Up @@ -13,9 +13,5 @@
"react": ">=16.11",
"react-three-fiber": ">=4.0",
"three": ">=0.115"
},
"devDependencies": {
"react-three-fiber": "^4.0.0",
"three": "^0.115.0"
}
}
5 changes: 0 additions & 5 deletions targets/three/package.json
Expand Up @@ -13,10 +13,5 @@
"@react-three/fiber": ">=6.0",
"react": ">=16.11",
"three": ">=0.126"
},
"devDependencies": {
"@react-three/fiber": "6.0.0-alpha.15",
"@types/three": "^0.126.1",
"three": "^0.126.1"
}
}
4 changes: 0 additions & 4 deletions targets/zdog/package.json
Expand Up @@ -15,9 +15,5 @@
"react-dom": ">=16.8",
"react-zdog": ">=1.0",
"zdog": ">=1.0"
},
"devDependencies": {
"react-zdog": "~1.0.0",
"zdog": "~1.0.0"
}
}

0 comments on commit 3c2dcb4

Please sign in to comment.