Skip to content

Commit

Permalink
Remove yarn dependency duplication.
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Feb 7, 2020
1 parent f4996ed commit ad86ccb
Show file tree
Hide file tree
Showing 5 changed files with 1,289 additions and 1,922 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@typescript-eslint/parser": "^2.4.0",
"arraybuffer-loader": "^1.0.2",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.5.0",
"babel-jest": "^25.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-custom-element-classes": "^0.1.0",
"babel-polyfill": "^6.26.0",
Expand All @@ -53,7 +53,7 @@
"html-loader": "^0.5.1",
"html-loader-jest": "^0.2.1",
"inquirer": "^7.0.0",
"jest": "^24.5.0",
"jest": "^25.1.0",
"js-beautify": "^1.8.6",
"jsdoc": "3.5.5",
"jsdoc-babel": "^0.5.0",
Expand All @@ -73,13 +73,15 @@
"source-map-explorer": "^2.0.1",
"style-loader": "^0.18.2",
"term-img": "^4.1.0",
"ts-jest": "^24.1.0",
"ts-jest": "^25.2.0",
"ts-loader": "^6.2.0",
"typescript": "^3.7.4",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
},
"resolutions": {
"**/d3": "5.7.0",
"**/jest": "25.1.0",
"**/write-file-atomic": "2.4.1",
"**/webpack": "^4.31.0",
"**/webpack-cli": "^3.3.2",
Expand Down
2 changes: 0 additions & 2 deletions packages/perspective-jupyterlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.4.1",
"@types/jest": "^23.3.9",
"@types/node": "^11.11.0",
"file-loader": "^0.11.1",
"identity-obj-proxy": "^3.0.0",
"isomorphic-fetch": "^2.2.1",
"jest-transform-css": "^2.0.0",
"source-map-support": "^0.5.9",
"ts-jest": "^24.1.0",
"typescript": "^3.7.4"
},
"jupyterlab": {
Expand Down
1 change: 0 additions & 1 deletion packages/perspective-phosphor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.4.1",
"@types/jest": "^24.0.19",
"@types/lodash.uniqby": "^4.7.6",
"file-loader": "^0.11.1",
"identity-obj-proxy": "^3.0.0",
Expand Down
5 changes: 1 addition & 4 deletions python/perspective/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@
"@finos/perspective-webpack-plugin": "^0.4.1",
"cpx": "^1.5.0",
"file-loader": "^0.11.1",
"jest": "^24.8.0",
"jest-transform-css": "^2.0.0",
"native-ext-loader": "^2.3.0",
"rimraf": "^2.5.2",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
"rimraf": "^2.5.2"
},
"peerDependencies": {
"bufferutil": "^3.0.0",
Expand Down
Loading

0 comments on commit ad86ccb

Please sign in to comment.