Skip to content

Commit

Permalink
chore: bump & remove unused deps (#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed Nov 19, 2019
1 parent 65965e0 commit 0886066
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 178 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"husky": "^3.0.9",
"jest": "^24.9.0",
"lerna": "^3.18.1",
"lerna-changelog": "^0.8.2",
"lerna-changelog": "^0.8.3",
"lint-staged": "^7.2.0",
"prettier": "^1.19.0",
"react": "^16.8.4",
Expand Down
3 changes: 1 addition & 2 deletions packages/docusaurus-1.x/package.json
Expand Up @@ -38,7 +38,6 @@
"autoprefixer": "^9.7.0",
"babylon": "^6.18.0",
"chalk": "^3.0.0",
"chokidar": "^3.3.0",
"classnames": "^2.2.6",
"color": "^2.0.1",
"commander": "^4.0.1",
Expand Down Expand Up @@ -80,6 +79,6 @@
"filepath": "^1.1.0",
"front-matter": "^2.3.0",
"glob-promise": "^3.3.0",
"rimraf": "^2.6.3"
"rimraf": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/docusaurus-mdx-loader/package.json
Expand Up @@ -22,8 +22,8 @@
"unist-util-visit": "^2.0.0"
},
"devDependencies": {
"remark": "^10.0.1",
"remark-mdx": "^1.0.14",
"remark": "^11.0.2",
"remark-mdx": "^1.5.1",
"to-vfile": "^5.0.2"
}
}
6 changes: 3 additions & 3 deletions packages/docusaurus-plugin-ideal-image/package.json
Expand Up @@ -8,9 +8,9 @@
},
"license": "MIT",
"dependencies": {
"@endiliey/lqip-loader": "^3.0.0",
"@endiliey/react-ideal-image": "^0.0.8",
"@endiliey/responsive-loader": "^1.3.1",
"@endiliey/lqip-loader": "^3.0.2",
"@endiliey/react-ideal-image": "^0.0.10",
"@endiliey/responsive-loader": "^1.3.2",
"react-waypoint": "^9.0.2",
"sharp": "^0.22.1"
},
Expand Down
1 change: 0 additions & 1 deletion website-1.x/package.json
Expand Up @@ -14,7 +14,6 @@
"crowdin-download": "crowdin --config ../crowdin.yaml download -b master"
},
"dependencies": {
"async": "^2.5.0",
"docusaurus": "^2.0.0-alpha.35"
}
}

0 comments on commit 0886066

Please sign in to comment.