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