mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
chore: upgrade dependencies (#6991)
* chore: upgrade dependencies * fix
This commit is contained in:
parent
d3065b8ad2
commit
fa50d09d3b
11 changed files with 496 additions and 509 deletions
|
@ -9,6 +9,6 @@
|
||||||
"@netlify/functions": "^1.0.0"
|
"@netlify/functions": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"netlify-cli": "^9.13.3"
|
"netlify-cli": "^9.13.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
18
package.json
18
package.json
|
@ -64,30 +64,30 @@
|
||||||
"@babel/core": "^7.17.8",
|
"@babel/core": "^7.17.8",
|
||||||
"@babel/preset-typescript": "^7.16.7",
|
"@babel/preset-typescript": "^7.16.7",
|
||||||
"@crowdin/cli": "^3.7.8",
|
"@crowdin/cli": "^3.7.8",
|
||||||
"@swc/core": "^1.2.159",
|
"@swc/core": "^1.2.160",
|
||||||
"@swc/jest": "^0.2.20",
|
"@swc/jest": "^0.2.20",
|
||||||
"@testing-library/react-hooks": "^7.0.2",
|
"@testing-library/react-hooks": "^7.0.2",
|
||||||
"@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.180",
|
"@types/lodash": "^4.14.180",
|
||||||
"@types/node": "^17.0.21",
|
"@types/node": "^17.0.23",
|
||||||
"@types/prompts": "^2.0.14",
|
"@types/prompts": "^2.0.14",
|
||||||
"@types/react": "^17.0.41",
|
"@types/react": "^17.0.43",
|
||||||
"@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": "^17.0.1",
|
||||||
"@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.15.0",
|
"@typescript-eslint/eslint-plugin": "^5.16.0",
|
||||||
"@typescript-eslint/parser": "^5.15.0",
|
"@typescript-eslint/parser": "^5.16.0",
|
||||||
"concurrently": "^7.0.0",
|
"concurrently": "^7.0.0",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"cspell": "^5.19.2",
|
"cspell": "^5.19.3",
|
||||||
"eslint": "^8.11.0",
|
"eslint": "^8.11.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",
|
||||||
"eslint-plugin-header": "^3.1.1",
|
"eslint-plugin-header": "^3.1.1",
|
||||||
"eslint-plugin-import": "^2.25.4",
|
"eslint-plugin-import": "^2.25.4",
|
||||||
"eslint-plugin-jest": "^26.1.2",
|
"eslint-plugin-jest": "^26.1.3",
|
||||||
"eslint-plugin-jsx-a11y": "^6.5.1",
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
||||||
"eslint-plugin-react": "^7.29.4",
|
"eslint-plugin-react": "^7.29.4",
|
||||||
"eslint-plugin-react-hooks": "^4.3.0",
|
"eslint-plugin-react-hooks": "^4.3.0",
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
"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.7",
|
||||||
"netlify-cli": "^9.13.3",
|
"netlify-cli": "^9.13.4",
|
||||||
"nodemon": "^2.0.15",
|
"nodemon": "^2.0.15",
|
||||||
"prettier": "^2.6.0",
|
"prettier": "^2.6.0",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
"stylelint": "^14.6.0",
|
"stylelint": "^14.6.0",
|
||||||
"stylelint-config-prettier": "^9.0.3",
|
"stylelint-config-prettier": "^9.0.3",
|
||||||
"stylelint-config-standard": "^25.0.0",
|
"stylelint-config-standard": "^25.0.0",
|
||||||
"typescript": "^4.6.2",
|
"typescript": "^4.6.3",
|
||||||
"unified": "^9.2.1"
|
"unified": "^9.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "2.0.0-beta.17",
|
"@docusaurus/module-type-aliases": "2.0.0-beta.17",
|
||||||
"@tsconfig/docusaurus": "^1.0.5",
|
"@tsconfig/docusaurus": "^1.0.5",
|
||||||
"typescript": "^4.6.2"
|
"typescript": "^4.6.3"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"directory": "packages/docusaurus-cssnano-preset"
|
"directory": "packages/docusaurus-cssnano-preset"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cssnano-preset-advanced": "^5.3.0",
|
"cssnano-preset-advanced": "^5.3.1",
|
||||||
"postcss": "^8.4.12",
|
"postcss": "^8.4.12",
|
||||||
"postcss-sort-media-queries": "^4.2.1"
|
"postcss-sort-media-queries": "^4.2.1"
|
||||||
},
|
},
|
||||||
|
|
|
@ -27,16 +27,16 @@
|
||||||
"@docusaurus/theme-translations": "2.0.0-beta.17",
|
"@docusaurus/theme-translations": "2.0.0-beta.17",
|
||||||
"@docusaurus/utils": "2.0.0-beta.17",
|
"@docusaurus/utils": "2.0.0-beta.17",
|
||||||
"@docusaurus/utils-validation": "2.0.0-beta.17",
|
"@docusaurus/utils-validation": "2.0.0-beta.17",
|
||||||
"babel-loader": "^8.2.3",
|
"babel-loader": "^8.2.4",
|
||||||
"clsx": "^1.1.1",
|
"clsx": "^1.1.1",
|
||||||
"core-js": "^3.21.1",
|
"core-js": "^3.21.1",
|
||||||
"terser-webpack-plugin": "^5.3.1",
|
"terser-webpack-plugin": "^5.3.1",
|
||||||
"tslib": "^2.3.1",
|
"tslib": "^2.3.1",
|
||||||
"webpack": "^5.70.0",
|
"webpack": "^5.70.0",
|
||||||
"webpack-merge": "^5.8.0",
|
"webpack-merge": "^5.8.0",
|
||||||
"workbox-build": "^6.5.1",
|
"workbox-build": "^6.5.2",
|
||||||
"workbox-precaching": "^6.5.1",
|
"workbox-precaching": "^6.5.2",
|
||||||
"workbox-window": "^6.5.1"
|
"workbox-window": "^6.5.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@docusaurus/module-type-aliases": "2.0.0-beta.17",
|
"@docusaurus/module-type-aliases": "2.0.0-beta.17",
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
"@docusaurus/utils": "2.0.0-beta.17",
|
"@docusaurus/utils": "2.0.0-beta.17",
|
||||||
"@docusaurus/utils-validation": "2.0.0-beta.17",
|
"@docusaurus/utils-validation": "2.0.0-beta.17",
|
||||||
"algoliasearch": "^4.13.0",
|
"algoliasearch": "^4.13.0",
|
||||||
"algoliasearch-helper": "^3.7.3",
|
"algoliasearch-helper": "^3.7.4",
|
||||||
"clsx": "^1.1.1",
|
"clsx": "^1.1.1",
|
||||||
"eta": "^1.12.3",
|
"eta": "^1.12.3",
|
||||||
"fs-extra": "^10.0.1",
|
"fs-extra": "^10.0.1",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"micromatch": "^4.0.4",
|
"micromatch": "^4.0.5",
|
||||||
"resolve-pathname": "^3.0.0",
|
"resolve-pathname": "^3.0.0",
|
||||||
"shelljs": "^0.8.5",
|
"shelljs": "^0.8.5",
|
||||||
"tslib": "^2.3.1",
|
"tslib": "^2.3.1",
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
"@babel/preset-react": "^7.16.7",
|
"@babel/preset-react": "^7.16.7",
|
||||||
"@babel/preset-typescript": "^7.16.7",
|
"@babel/preset-typescript": "^7.16.7",
|
||||||
"@babel/runtime": "^7.17.8",
|
"@babel/runtime": "^7.17.8",
|
||||||
"@babel/runtime-corejs3": "^7.17.7",
|
"@babel/runtime-corejs3": "^7.17.8",
|
||||||
"@babel/traverse": "^7.17.3",
|
"@babel/traverse": "^7.17.3",
|
||||||
"@docusaurus/cssnano-preset": "2.0.0-beta.17",
|
"@docusaurus/cssnano-preset": "2.0.0-beta.17",
|
||||||
"@docusaurus/logger": "2.0.0-beta.17",
|
"@docusaurus/logger": "2.0.0-beta.17",
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
"@slorber/static-site-generator-webpack-plugin": "^4.0.4",
|
"@slorber/static-site-generator-webpack-plugin": "^4.0.4",
|
||||||
"@svgr/webpack": "^6.2.1",
|
"@svgr/webpack": "^6.2.1",
|
||||||
"autoprefixer": "^10.4.4",
|
"autoprefixer": "^10.4.4",
|
||||||
"babel-loader": "^8.2.3",
|
"babel-loader": "^8.2.4",
|
||||||
"babel-plugin-dynamic-import-node": "2.3.0",
|
"babel-plugin-dynamic-import-node": "2.3.0",
|
||||||
"boxen": "^6.2.1",
|
"boxen": "^6.2.1",
|
||||||
"chokidar": "^3.5.3",
|
"chokidar": "^3.5.3",
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
"core-js": "^3.21.1",
|
"core-js": "^3.21.1",
|
||||||
"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.4",
|
"cssnano": "^5.1.5",
|
||||||
"del": "^6.0.0",
|
"del": "^6.0.0",
|
||||||
"detect-port": "^1.3.0",
|
"detect-port": "^1.3.0",
|
||||||
"escape-html": "^1.0.3",
|
"escape-html": "^1.0.3",
|
||||||
|
|
|
@ -67,8 +67,6 @@ img {
|
||||||
|
|
||||||
More history about the issue can be [found here](https://bugs.chromium.org/p/chromium/issues/detail?id=771110#c3) and [here](https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/6L_3ZZeuA0M).
|
More history about the issue can be [found here](https://bugs.chromium.org/p/chromium/issues/detail?id=771110#c3) and [here](https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/6L_3ZZeuA0M).
|
||||||
|
|
||||||
Alternatively, you can fill the container with a really cheap colour or gradient from the amazing palette we provide.
|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
This package has been imported from [`@endiliey/lqip-loader`](https://github.com/endiliey/lqip-loader) which was a fork of the original [`lqip-loader`](https://github.com/zouhir/lqip-loader) created exclusively for Docusaurus.
|
This package has been imported from [`@endiliey/lqip-loader`](https://github.com/endiliey/lqip-loader) which was a fork of the original [`lqip-loader`](https://github.com/zouhir/lqip-loader) created exclusively for Docusaurus.
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
"@docusaurus/utils": "2.0.0-beta.17",
|
"@docusaurus/utils": "2.0.0-beta.17",
|
||||||
"@docusaurus/utils-common": "2.0.0-beta.17",
|
"@docusaurus/utils-common": "2.0.0-beta.17",
|
||||||
"@popperjs/core": "^2.11.4",
|
"@popperjs/core": "^2.11.4",
|
||||||
"@swc/core": "^1.2.159",
|
"@swc/core": "^1.2.160",
|
||||||
"clsx": "^1.1.1",
|
"clsx": "^1.1.1",
|
||||||
"color": "^4.2.1",
|
"color": "^4.2.1",
|
||||||
"fs-extra": "^10.0.1",
|
"fs-extra": "^10.0.1",
|
||||||
|
@ -63,8 +63,8 @@
|
||||||
"remark-math": "^3.0.1",
|
"remark-math": "^3.0.1",
|
||||||
"swc-loader": "^0.1.15",
|
"swc-loader": "^0.1.15",
|
||||||
"unist-util-visit": "^2.0.2",
|
"unist-util-visit": "^2.0.2",
|
||||||
"workbox-routing": "^6.5.1",
|
"workbox-routing": "^6.5.2",
|
||||||
"workbox-strategies": "^6.5.1"
|
"workbox-strategies": "^6.5.2"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue