Skip to content

Commit

Permalink
chore: upgrade dependencies (#7193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Apr 17, 2022
1 parent 9df4874 commit b154318
Show file tree
Hide file tree
Showing 28 changed files with 558 additions and 547 deletions.
2 changes: 1 addition & 1 deletion admin/new.docusaurus.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"@netlify/functions": "^1.0.0"
},
"devDependencies": {
"netlify-cli": "^9.16.4"
"netlify-cli": "^9.16.6"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,24 +61,24 @@
},
"devDependencies": {
"@crowdin/cli": "^3.7.8",
"@swc/core": "^1.2.164",
"@swc/core": "^1.2.167",
"@swc/jest": "^0.2.20",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/react-hooks": "^8.0.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
"@types/node": "^17.0.23",
"@types/node": "^17.0.24",
"@types/prompts": "^2.0.14",
"@types/react": "^18.0.0",
"@types/react": "^18.0.5",
"@types/react-dev-utils": "^9.0.10",
"@types/react-test-renderer": "^17.0.1",
"@types/react-test-renderer": "^18.0.0",
"@types/semver": "^7.3.9",
"@types/shelljs": "^0.8.11",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"concurrently": "^7.1.0",
"cross-env": "^7.0.3",
"cspell": "^5.19.6",
"cspell": "^5.19.7",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -95,8 +95,8 @@
"jest-serializer-react-helmet-async": "^1.0.21",
"lerna": "^4.0.0",
"lerna-changelog": "^2.2.0",
"lint-staged": "^12.3.7",
"netlify-cli": "^9.16.4",
"lint-staged": "^12.3.8",
"netlify-cli": "^9.16.6",
"nodemon": "^2.0.15",
"prettier": "^2.6.2",
"react": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"dependencies": {
"@docusaurus/logger": "2.0.0-beta.18",
"commander": "^5.1.0",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"prompts": "^2.4.2",
"semver": "^7.3.6",
"semver": "^7.3.7",
"shelljs": "^0.8.5",
"supports-color": "^9.2.2",
"tslib": "^2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-docusaurus/templates/facebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"prettier": "^2.6.2",
"stylelint": "^14.6.1"
"stylelint": "^14.7.0"
},
"browserslist": {
"production": [
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 @@ -25,7 +25,7 @@
"@mdx-js/mdx": "^1.6.22",
"escape-html": "^1.0.3",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"image-size": "^1.0.1",
"mdast-util-to-string": "^2.0.0",
"remark-emoji": "^2.2.0",
Expand All @@ -37,7 +37,7 @@
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.18",
"@types/escape-html": "^1.0.1",
"@types/escape-html": "^1.0.2",
"@types/mdast": "^3.0.10",
"@types/stringify-object": "^3.3.1",
"@types/unist": "^2.0.6",
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 @@ -28,21 +28,21 @@
"@mapbox/hast-util-to-jsx": "^2.0.0",
"color": "^4.2.3",
"commander": "^5.1.0",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"hast-util-to-string": "^1.0.4",
"html-tags": "^3.2.0",
"import-fresh": "^3.3.0",
"jscodeshift": "^0.13.1",
"rehype-parse": "^7.0.1",
"remark-parse": "^8.0.2",
"remark-stringify": "^8.1.0",
"semver": "^7.3.6",
"semver": "^7.3.7",
"tslib": "^2.3.1",
"unified": "^9.2.2",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/jscodeshift": "^0.11.3"
"@types/jscodeshift": "^0.11.4"
}
}
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 @@
"@docusaurus/utils-common": "2.0.0-beta.18",
"@docusaurus/utils-validation": "2.0.0-beta.18",
"eta": "^1.12.3",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"tslib": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-content-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@docusaurus/utils-validation": "2.0.0-beta.18",
"cheerio": "^1.0.0-rc.10",
"feed": "^4.2.2",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"reading-time": "^1.5.0",
"remark-admonitions": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-content-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@docusaurus/utils": "2.0.0-beta.18",
"@docusaurus/utils-validation": "2.0.0-beta.18",
"combine-promises": "^1.1.0",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"import-fresh": "^3.3.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
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 @@ -22,7 +22,7 @@
"@docusaurus/mdx-loader": "2.0.0-beta.18",
"@docusaurus/utils": "2.0.0-beta.18",
"@docusaurus/utils-validation": "2.0.0-beta.18",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"remark-admonitions": "^1.2.1",
"tslib": "^2.3.1",
"webpack": "^5.72.0"
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 @@
"dependencies": {
"@docusaurus/core": "2.0.0-beta.18",
"@docusaurus/utils": "2.0.0-beta.18",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"react-json-view": "^1.21.3",
"tslib": "^2.3.1"
},
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 @@ -35,7 +35,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.18",
"@docusaurus/types": "2.0.0-beta.18",
"fs-extra": "^10.0.1"
"fs-extra": "^10.1.0"
},
"peerDependencies": {
"jimp": "*",
Expand Down
10 changes: 5 additions & 5 deletions packages/docusaurus-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
"@docusaurus/utils-validation": "2.0.0-beta.18",
"babel-loader": "^8.2.4",
"clsx": "^1.1.1",
"core-js": "^3.21.1",
"core-js": "^3.22.0",
"terser-webpack-plugin": "^5.3.1",
"tslib": "^2.3.1",
"webpack": "^5.72.0",
"webpack-merge": "^5.8.0",
"workbox-build": "^6.5.2",
"workbox-precaching": "^6.5.2",
"workbox-window": "^6.5.2"
"workbox-build": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-window": "^6.5.3"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.18",
"fs-extra": "^10.0.1"
"fs-extra": "^10.1.0"
},
"peerDependencies": {
"react": "^16.8.4 || ^17.0.0",
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 @@ -22,7 +22,7 @@
"@docusaurus/utils": "2.0.0-beta.18",
"@docusaurus/utils-common": "2.0.0-beta.18",
"@docusaurus/utils-validation": "2.0.0-beta.18",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"sitemap": "^7.1.1",
"tslib": "^2.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-theme-classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"@docusaurus/types": "2.0.0-beta.18",
"@types/mdx-js__react": "^1.5.5",
"@types/prismjs": "^1.26.0",
"@types/rtlcss": "^3.1.3",
"@types/rtlcss": "^3.1.4",
"cross-env": "^7.0.3",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"react-test-renderer": "^17.0.2",
"utility-types": "^3.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@docusaurus/core": "2.0.0-beta.18",
"@docusaurus/types": "2.0.0-beta.18",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-live-codeblock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@docusaurus/utils-validation": "2.0.0-beta.18",
"@philpl/buble": "^0.19.7",
"clsx": "^1.1.1",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"react-live": "2.2.3",
"tslib": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-search-algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"algoliasearch-helper": "^3.8.2",
"clsx": "^1.1.1",
"eta": "^1.12.3",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"tslib": "^2.3.1",
"utility-types": "^3.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-translations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"update": "node ./update.mjs"
},
"dependencies": {
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"commander": "^5.1.0",
"history": "^4.9.0",
"joi": "^17.6.0",
"react-helmet-async": "^1.2.3",
"react-helmet-async": "^1.3.0",
"utility-types": "^3.10.0",
"webpack": "^5.72.0",
"webpack-merge": "^5.8.0"
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 @@ -21,7 +21,7 @@
"@docusaurus/logger": "2.0.0-beta.18",
"@svgr/webpack": "^6.2.1",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"github-slugger": "^1.4.0",
"globby": "^11.1.0",
"gray-matter": "^4.0.3",
Expand All @@ -42,7 +42,7 @@
"@types/dedent": "^0.7.0",
"@types/github-slugger": "^1.3.0",
"@types/micromatch": "^4.0.2",
"@types/react-dom": "^18.0.0",
"@types/react-dom": "^18.0.1",
"dedent": "^0.7.0"
}
}
14 changes: 7 additions & 7 deletions packages/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"boxen": "^6.2.1",
"chokidar": "^3.5.3",
"clean-css": "^5.3.0",
"cli-table3": "^0.6.1",
"cli-table3": "^0.6.2",
"combine-promises": "^1.1.0",
"commander": "^5.1.0",
"copy-webpack-plugin": "^10.2.4",
"core-js": "^3.21.1",
"core-js": "^3.22.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"cssnano": "^5.1.7",
Expand All @@ -69,7 +69,7 @@
"escape-html": "^1.0.3",
"eta": "^1.12.3",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"html-minifier-terser": "^6.1.0",
"html-tags": "^3.2.0",
"html-webpack-plugin": "^5.5.0",
Expand All @@ -81,16 +81,16 @@
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"prompts": "^2.4.2",
"react-dev-utils": "^12.0.0",
"react-helmet-async": "^1.2.3",
"react-dev-utils": "^12.0.1",
"react-helmet-async": "^1.3.0",
"react-loadable": "npm:@docusaurus/[email protected]",
"react-loadable-ssr-addon-v5-slorber": "^1.0.1",
"react-router": "^5.2.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"remark-admonitions": "^1.2.1",
"rtl-detect": "^1.0.4",
"semver": "^7.3.6",
"semver": "^7.3.7",
"serve-handler": "^6.1.3",
"shelljs": "^0.8.5",
"terser-webpack-plugin": "^5.3.1",
Expand All @@ -109,7 +109,7 @@
"@docusaurus/types": "2.0.0-beta.18",
"@types/detect-port": "^1.3.2",
"@types/nprogress": "^0.2.0",
"@types/react-dom": "^18.0.0",
"@types/react-dom": "^18.0.1",
"@types/react-router-config": "^5.0.6",
"@types/rtl-detect": "^1.0.0",
"@types/serve-handler": "^6.1.1",
Expand Down
1 change: 0 additions & 1 deletion packages/docusaurus/src/client/clientEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ if (ExecutionEnvironment.canUseDOM) {
process.env.NODE_ENV === 'production' ? ReactDOM.hydrate : ReactDOM.render;
preload(window.location.pathname).then(() => {
renderMethod(
// @ts-expect-error: https://github.com/staylor/react-helmet-async/pull/165
<HelmetProvider>
<BrowserRouter>
<App />
Expand Down
1 change: 0 additions & 1 deletion packages/docusaurus/src/client/serverEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ async function doRender(locals: Locals & {path: string}) {
const appHtml = ReactDOMServer.renderToString(
// @ts-expect-error: we are migrating away from react-loadable anyways
<Loadable.Capture report={(moduleName) => modules.add(moduleName)}>
{/* @ts-expect-error: https://github.com/staylor/react-helmet-async/pull/165 */}
<HelmetProvider context={helmetContext}>
<StaticRouter location={location} context={routerContext}>
<LinksCollectorProvider linksCollector={linksCollector}>
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 @@ -27,6 +27,6 @@
"node": ">=14"
},
"devDependencies": {
"@types/sharp": "^0.30.1"
"@types/sharp": "^0.30.2"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-copyright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"directory": "packages/stylelint-copyright"
},
"dependencies": {
"stylelint": "^14.6.1"
"stylelint": "^14.7.0"
}
}
12 changes: 6 additions & 6 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@crowdin/cli": "^3.7.8",
"@crowdin/crowdin-api-client": "^1.16.0",
"@crowdin/crowdin-api-client": "^1.17.0",
"@docusaurus/core": "2.0.0-beta.18",
"@docusaurus/logger": "2.0.0-beta.18",
"@docusaurus/plugin-client-redirects": "2.0.0-beta.18",
Expand All @@ -49,10 +49,10 @@
"@docusaurus/utils": "2.0.0-beta.18",
"@docusaurus/utils-common": "2.0.0-beta.18",
"@popperjs/core": "^2.11.5",
"@swc/core": "^1.2.164",
"@swc/core": "^1.2.167",
"clsx": "^1.1.1",
"color": "^4.2.3",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"netlify-plugin-cache": "^1.0.3",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
Expand All @@ -61,10 +61,10 @@
"react-popper": "^2.2.5",
"rehype-katex": "^6.0.2",
"remark-math": "^3.0.1",
"swc-loader": "^0.1.15",
"swc-loader": "^0.2.0",
"unist-util-visit": "^2.0.3",
"workbox-routing": "^6.5.2",
"workbox-strategies": "^6.5.2"
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit b154318

Please sign in to comment.