Skip to content

Commit

Permalink
chore(v2): upgrade dependencies (#4148)
Browse files Browse the repository at this point in the history
* chore(v2): upgrade dependencies

* Update docs

* Revert `execa`

* Revert sitemap
  • Loading branch information
lex111 authored Feb 2, 2021
1 parent fd17476 commit d22039c
Show file tree
Hide file tree
Showing 19 changed files with 543 additions and 543 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@babel/preset-typescript": "^7.12.1",
"@crowdin/cli": "^3.5.2",
"@types/express": "^4.17.2",
"@types/fs-extra": "^9.0.4",
"@types/fs-extra": "^9.0.6",
"@types/jest": "^25.2.1",
"@types/loader-utils": "^1.1.3",
"@types/lodash.camelcase": "^4.3.6",
Expand All @@ -83,8 +83,8 @@
"@types/lodash.pick": "^4.4.6",
"@types/lodash.pickby": "^4.6.6",
"@types/lodash.sortby": "^4.6.6",
"@types/node": "^13.11.0",
"@types/prismjs": "^1.16.1",
"@types/node": "^14.14.22",
"@types/prismjs": "^1.16.2",
"@types/prompts": "^2.0.9",
"@types/react": "^16.9.52",
"@types/react-dev-utils": "^9.0.1",
Expand All @@ -100,8 +100,8 @@
"@typescript-eslint/eslint-plugin": "^4.8.0",
"@typescript-eslint/parser": "^4.8.0",
"babel-eslint": "^10.0.3",
"concurrently": "^5.2.0",
"cross-env": "^7.0.2",
"concurrently": "^5.3.0",
"cross-env": "^7.0.3",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^7.13.0",
Expand All @@ -119,7 +119,7 @@
"lerna-changelog": "^1.0.1",
"lint-staged": "^10.1.2",
"netlify-cli": "^2.58.0",
"nodemon": "^2.0.4",
"nodemon": "^2.0.7",
"prettier": "^2.0.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"license": "MIT",
"dependencies": {
"chalk": "^3.0.0",
"chalk": "^4.1.0",
"commander": "^4.0.1",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"lodash.kebabcase": "^4.1.1",
"prompts": "^2.4.0",
"semver": "^6.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-mdx-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"@mdx-js/react": "^1.6.21",
"escape-html": "^1.0.3",
"file-loader": "^6.2.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"github-slugger": "^1.3.0",
"gray-matter": "^4.0.2",
"loader-utils": "^2.0.0",
"mdast-util-to-string": "^1.1.0",
"mdast-util-to-string": "^2.0.0",
"remark-emoji": "^2.1.0",
"stringify-object": "^3.3.0",
"unist-util-visit": "^2.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/docusaurus-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"@babel/preset-env": "^7.1.6",
"@mapbox/hast-util-to-jsx": "^1.0.0",
"chalk": "^4.1.0",
"color": "^3.1.2",
"color": "^3.1.3",
"commander": "^5.1.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"glob": "^7.1.6",
"hast-util-to-string": "^1.0.4",
"hast-util-to-text": "^2.0.1",
"html-tags": "^3.1.0",
"import-fresh": "^3.2.2",
"jscodeshift": "^0.10.0",
"jscodeshift": "^0.11.0",
"rehype-parse": "^7.0.1",
"remark-parse": "^8.0.2",
"remark-stringify": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-client-redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"chalk": "^3.0.0",
"eta": "^1.11.0",
"fs-extra": "^9.0.1",
"globby": "^10.0.1",
"globby": "^11.0.2",
"joi": "^17.2.1",
"lodash": "^4.17.20"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/docusaurus-plugin-content-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"@docusaurus/types": "2.0.0-alpha.70",
"@docusaurus/utils": "2.0.0-alpha.70",
"@docusaurus/utils-validation": "2.0.0-alpha.70",
"chalk": "^3.0.0",
"feed": "^4.2.1",
"fs-extra": "^9.0.1",
"globby": "^10.0.1",
"chalk": "^4.1.0",
"feed": "^4.2.2",
"fs-extra": "^9.1.0",
"globby": "^11.0.2",
"joi": "^17.2.1",
"loader-utils": "^1.2.3",
"lodash": "^4.17.20",
"reading-time": "^1.2.0",
"reading-time": "^1.3.0",
"remark-admonitions": "^1.2.1",
"webpack": "^4.44.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/docusaurus-plugin-content-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@docusaurus/types": "2.0.0-alpha.70",
"@docusaurus/utils": "2.0.0-alpha.70",
"@docusaurus/utils-validation": "2.0.0-alpha.70",
"chalk": "^3.0.0",
"chalk": "^4.1.0",
"execa": "^3.4.0",
"fs-extra": "^9.0.1",
"globby": "^10.0.1",
"fs-extra": "^9.1.0",
"globby": "^11.0.2",
"import-fresh": "^3.2.2",
"joi": "^17.2.1",
"loader-utils": "^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-content-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@docusaurus/types": "2.0.0-alpha.70",
"@docusaurus/utils": "2.0.0-alpha.70",
"@docusaurus/utils-validation": "2.0.0-alpha.70",
"globby": "^10.0.1",
"globby": "^11.0.2",
"joi": "^17.2.1",
"loader-utils": "^1.2.3",
"lodash": "^4.17.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@docusaurus/core": "2.0.0-alpha.70",
"@docusaurus/types": "2.0.0-alpha.70",
"@docusaurus/utils": "2.0.0-alpha.70",
"react-json-view": "^1.19.1"
"react-json-view": "^1.20.4"
},
"peerDependencies": {
"react": "^16.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-ideal-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@endiliey/react-ideal-image": "^0.0.11",
"@endiliey/responsive-loader": "^1.3.2",
"react-waypoint": "^9.0.2",
"sharp": "^0.25.2",
"sharp": "^0.27.1",
"webpack": "^4.44.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@docusaurus/core": "2.0.0-alpha.70",
"@docusaurus/types": "2.0.0-alpha.70",
"@docusaurus/utils": "2.0.0-alpha.70",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"joi": "^17.2.1",
"sitemap": "^3.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lodash": "^4.17.19",
"parse-numeric-range": "^1.2.0",
"prism-react-renderer": "^1.1.1",
"prismjs": "^1.22.0",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react-router-dom": "^5.2.0",
"react-toggle": "^4.1.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/docusaurus-theme-search-algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"license": "MIT",
"dependencies": {
"@docsearch/react": "^3.0.0-alpha.31",
"@docsearch/react": "^3.0.0-alpha.32",
"@docusaurus/core": "2.0.0-alpha.70",
"@docusaurus/theme-common": "2.0.0-alpha.70",
"@docusaurus/utils": "2.0.0-alpha.70",
"algoliasearch": "^4.0.0",
"algoliasearch-helper": "^3.1.1",
"algoliasearch": "^4.8.4",
"algoliasearch-helper": "^3.3.4",
"clsx": "^1.1.1",
"eta": "^1.11.0",
"eta": "^1.12.1",
"joi": "^17.2.1",
"lodash": "^4.17.19"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-utils-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"dependencies": {
"@docusaurus/utils": "2.0.0-alpha.70",
"chalk": "^3.0.0",
"chalk": "^4.1.0",
"joi": "^17.2.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dependencies": {
"@docusaurus/types": "2.0.0-alpha.70",
"chalk": "^4.1.0",
"escape-string-regexp": "^2.0.0",
"fs-extra": "^9.0.1",
"escape-string-regexp": "^4.0.0",
"fs-extra": "^9.1.0",
"gray-matter": "^4.0.2",
"lodash": "^4.17.20",
"lodash.camelcase": "^4.3.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@
"cache-loader": "^4.1.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"clean-css": "^4.2.3",
"clean-css": "^5.0.1",
"commander": "^4.0.1",
"copy-webpack-plugin": "^6.4.1",
"core-js": "^2.6.5",
"css-loader": "^5.0.1",
"del": "^6.0.0",
"detect-port": "^1.3.0",
"eta": "^1.11.0",
"eta": "^1.12.1",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"globby": "^11.0.2",
"html-minifier-terser": "^5.1.1",
"html-tags": "^3.1.0",
Expand Down Expand Up @@ -106,11 +106,11 @@
"shelljs": "^0.8.4",
"std-env": "^2.2.1",
"terser-webpack-plugin": "^4.1.0",
"update-notifier": "^5.0.1",
"update-notifier": "^5.1.0",
"url-loader": "^4.1.1",
"wait-on": "^5.2.0",
"wait-on": "^5.2.1",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^4.2.2",
"webpackbar": "^5.0.0-3"
Expand Down
2 changes: 1 addition & 1 deletion packages/lqip-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"loader-utils": "^1.2.3",
"lodash.sortby": "^4.7.0",
"node-vibrant": "^3.1.5",
"sharp": "^0.25.2"
"sharp": "^0.27.1"
},
"engines": {
"node": ">=10.15.1"
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@docusaurus/remark-plugin-npm2yarn": "2.0.0-alpha.70",
"@docusaurus/theme-live-codeblock": "2.0.0-alpha.70",
"clsx": "^1.1.1",
"color": "^3.1.2",
"color": "^3.1.3",
"npm-to-yarn": "^1.0.0-2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
Expand All @@ -57,7 +57,7 @@
]
},
"devDependencies": {
"cross-env": "^7.0.2",
"raw-loader": "^4.0.1"
"cross-env": "^7.0.3",
"raw-loader": "^4.0.2"
}
}
Loading

0 comments on commit d22039c

Please sign in to comment.