mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
chore: upgrade dependencies (#7794)
This commit is contained in:
parent
ba3a533d19
commit
17ec6bbde7
8 changed files with 511 additions and 511 deletions
18
package.json
18
package.json
|
@ -67,33 +67,33 @@
|
|||
"@swc/jest": "^0.2.21",
|
||||
"@testing-library/react-hooks": "^8.0.1",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/jest": "^28.1.4",
|
||||
"@types/jest": "^28.1.6",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/node": "^18.0.3",
|
||||
"@types/node": "^18.0.5",
|
||||
"@types/prompts": "^2.0.14",
|
||||
"@types/react": "^18.0.15",
|
||||
"@types/react-dev-utils": "^9.0.11",
|
||||
"@types/react-test-renderer": "^18.0.0",
|
||||
"@types/semver": "^7.3.10",
|
||||
"@types/shelljs": "^0.8.11",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
||||
"@typescript-eslint/parser": "^5.30.5",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.6",
|
||||
"@typescript-eslint/parser": "^5.30.6",
|
||||
"cross-env": "^7.0.3",
|
||||
"cspell": "^6.2.3",
|
||||
"eslint": "^8.19.0",
|
||||
"eslint": "^8.20.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-header": "^3.1.1",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-jest": "^26.5.3",
|
||||
"eslint-plugin-jest": "^26.6.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.6.0",
|
||||
"eslint-plugin-react": "^7.30.1",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-regexp": "^1.7.0",
|
||||
"husky": "^8.0.1",
|
||||
"image-size": "^1.0.1",
|
||||
"jest": "^28.1.2",
|
||||
"jest-environment-jsdom": "^28.1.2",
|
||||
"image-size": "^1.0.2",
|
||||
"jest": "^28.1.3",
|
||||
"jest-environment-jsdom": "^28.1.3",
|
||||
"jest-serializer-ansi-escapes": "^2.0.1",
|
||||
"jest-serializer-react-helmet-async": "^1.0.21",
|
||||
"lerna": "^5.1.8",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.18.2",
|
||||
"eslint": "^8.19.0",
|
||||
"eslint": "^8.20.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-header": "^3.1.1",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"escape-html": "^1.0.3",
|
||||
"file-loader": "^6.2.0",
|
||||
"fs-extra": "^10.1.0",
|
||||
"image-size": "^1.0.1",
|
||||
"image-size": "^1.0.2",
|
||||
"mdast-util-to-string": "^2.0.0",
|
||||
"remark-emoji": "^2.2.0",
|
||||
"stringify-object": "^3.3.0",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"@docusaurus/utils-validation": "2.0.0-rc.1",
|
||||
"babel-loader": "^8.2.5",
|
||||
"clsx": "^1.2.1",
|
||||
"core-js": "^3.23.3",
|
||||
"core-js": "^3.23.4",
|
||||
"terser-webpack-plugin": "^5.3.3",
|
||||
"tslib": "^2.4.0",
|
||||
"webpack": "^5.73.0",
|
||||
|
|
|
@ -58,12 +58,12 @@
|
|||
"boxen": "^6.2.1",
|
||||
"chalk": "^4.1.2",
|
||||
"chokidar": "^3.5.3",
|
||||
"clean-css": "^5.3.0",
|
||||
"clean-css": "^5.3.1",
|
||||
"cli-table3": "^0.6.2",
|
||||
"combine-promises": "^1.1.0",
|
||||
"commander": "^5.1.0",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"core-js": "^3.23.3",
|
||||
"core-js": "^3.23.4",
|
||||
"css-loader": "^6.7.1",
|
||||
"css-minimizer-webpack-plugin": "^4.0.0",
|
||||
"cssnano": "^5.1.12",
|
||||
|
@ -81,7 +81,7 @@
|
|||
"lodash": "^4.17.21",
|
||||
"mini-css-extract-plugin": "^2.6.1",
|
||||
"postcss": "^8.4.14",
|
||||
"postcss-loader": "^7.0.0",
|
||||
"postcss-loader": "^7.0.1",
|
||||
"prompts": "^2.4.2",
|
||||
"react-dev-utils": "^12.0.1",
|
||||
"react-helmet-async": "^1.3.0",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@typescript-eslint/utils": "^5.30.5",
|
||||
"@typescript-eslint/utils": "^5.30.6",
|
||||
"tslib": "^2.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@crowdin/cli": "^3.7.9",
|
||||
"@crowdin/crowdin-api-client": "^1.18.2",
|
||||
"@crowdin/crowdin-api-client": "^1.19.0",
|
||||
"@docusaurus/core": "2.0.0-rc.1",
|
||||
"@docusaurus/logger": "2.0.0-rc.1",
|
||||
"@docusaurus/plugin-client-redirects": "2.0.0-rc.1",
|
||||
|
@ -83,7 +83,7 @@
|
|||
"devDependencies": {
|
||||
"@docusaurus/eslint-plugin": "2.0.0-rc.1",
|
||||
"@tsconfig/docusaurus": "^1.0.5",
|
||||
"@types/jest": "^28.1.4",
|
||||
"@types/jest": "^28.1.6",
|
||||
"cross-env": "^7.0.3",
|
||||
"rimraf": "^3.0.2"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue