Skip to content

Commit

Permalink
Move some of the dev dependencies to the top level (#114)
Browse files Browse the repository at this point in the history
Fixes #112
  • Loading branch information
fcollonval authored Nov 29, 2020
1 parent 4b8378f commit 0ad6ce7
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 176 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,18 @@
"lint": "flake8 setup.py mamba_gator"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"husky": "^0.14.0",
"lerna": "^3.22.1",
"lint-staged": "^9.4.3",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"typescript": "~3.7.3",
"watch": "^0.17.1"
},
"workspaces": {
Expand Down
13 changes: 1 addition & 12 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,10 @@
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.2",
"@types/semver": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"husky": "^0.14.0",
"jest": "^25.0.0",
"prettier": "^1.14.2",
"pretty-quick": "^1.6.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"rimraf": "^2.6.1",
"ts-jest": "^25.0.0",
"typescript": "~3.7.3"
"ts-jest": "^25.0.0"
},
"peerDependencies": {
"react": "~16.9.0",
Expand Down
13 changes: 1 addition & 12 deletions packages/labextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,10 @@
"@types/jest": "^25",
"@types/react": "~16.9.0",
"@types/semver": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"husky": "^0.14.0",
"jest": "^25.0.0",
"prettier": "^1.14.2",
"pretty-quick": "^1.6.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"rimraf": "^2.6.1",
"ts-jest": "^25.0.0",
"typescript": "~3.7.3"
"ts-jest": "^25.0.0"
},
"peerDependencies": {
"react": "~16.9.0",
Expand Down
12 changes: 0 additions & 12 deletions packages/navigator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,28 +44,16 @@
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"css-loader": "~3.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-jsdoc": "^22.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"file-loader": "~5.0.2",
"fs-extra": "^8.1.0",
"glob": "~7.1.6",
"husky": "^3.0.9",
"lint-staged": "^9.4.3",
"mini-css-extract-plugin": "~0.9.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"raw-loader": "~4.0.0",
"read-package-tree": "^5.3.1",
"rimraf": "~3.0.0",
"style-loader": "~1.0.1",
"svg-url-loader": "~3.0.3",
"typescript": "~3.9.0",
"url-loader": "~3.0.0",
"watch": "~1.0.2",
"webpack": "^4.0.0",
Expand Down
Loading

0 comments on commit 0ad6ce7

Please sign in to comment.