mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
chore: upgrade dependencies (#7274)
* chore: upgrade dependencies * remove nodemon
This commit is contained in:
parent
710f898703
commit
f063e9add5
13 changed files with 830 additions and 855 deletions
24
package.json
24
package.json
|
@ -13,7 +13,6 @@
|
|||
"scripts": {
|
||||
"start": "yarn build:packages && yarn start:website",
|
||||
"start:website": "yarn workspace website start",
|
||||
"start:website:watch": "nodemon --watch \"./packages/*/lib/**/*.*\" --exec \"yarn start:website\"",
|
||||
"start:website:baseUrl": "yarn workspace website start:baseUrl",
|
||||
"start:website:blogOnly": "yarn workspace website start:blogOnly",
|
||||
"start:website:deployPreview": "cross-env NETLIFY=true CONTEXT='deploy-preview' yarn workspace website start",
|
||||
|
@ -65,21 +64,21 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@crowdin/cli": "^3.7.8",
|
||||
"@swc/core": "^1.2.171",
|
||||
"@swc/core": "^1.2.174",
|
||||
"@swc/jest": "^0.2.20",
|
||||
"@testing-library/react-hooks": "^8.0.0",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/node": "^17.0.25",
|
||||
"@types/node": "^17.0.30",
|
||||
"@types/prompts": "^2.0.14",
|
||||
"@types/react": "^18.0.6",
|
||||
"@types/react": "^18.0.8",
|
||||
"@types/react-dev-utils": "^9.0.10",
|
||||
"@types/react-test-renderer": "^18.0.0",
|
||||
"@types/semver": "^7.3.9",
|
||||
"@types/shelljs": "^0.8.11",
|
||||
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
||||
"@typescript-eslint/parser": "^5.20.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
||||
"@typescript-eslint/parser": "^5.21.0",
|
||||
"concurrently": "^7.1.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"cspell": "^5.19.7",
|
||||
|
@ -91,17 +90,16 @@
|
|||
"eslint-plugin-jest": "^26.1.5",
|
||||
"eslint-plugin-jsx-a11y": "^6.5.1",
|
||||
"eslint-plugin-react": "^7.29.4",
|
||||
"eslint-plugin-react-hooks": "^4.4.0",
|
||||
"eslint-plugin-react-hooks": "^4.5.0",
|
||||
"eslint-plugin-regexp": "^1.7.0",
|
||||
"husky": "^7.0.4",
|
||||
"image-size": "^1.0.1",
|
||||
"jest": "^28.0.0",
|
||||
"jest-environment-jsdom": "^28.0.0",
|
||||
"jest": "^28.0.3",
|
||||
"jest-environment-jsdom": "^28.0.2",
|
||||
"jest-serializer-react-helmet-async": "^1.0.21",
|
||||
"lerna": "^4.0.0",
|
||||
"lerna-changelog": "^2.2.0",
|
||||
"lint-staged": "^12.4.0",
|
||||
"nodemon": "^2.0.15",
|
||||
"lint-staged": "^12.4.1",
|
||||
"prettier": "^2.6.2",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
|
@ -110,9 +108,9 @@
|
|||
"rimraf": "^3.0.2",
|
||||
"sharp": "^0.30.4",
|
||||
"strip-ansi": "^6.0.1",
|
||||
"stylelint": "^14.7.1",
|
||||
"stylelint": "^14.8.1",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-config-standard": "^25.0.0",
|
||||
"typescript": "^4.6.3"
|
||||
"typescript": "^4.6.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "2.0.0-beta.18",
|
||||
"@tsconfig/docusaurus": "^1.0.5",
|
||||
"typescript": "^4.6.3"
|
||||
"typescript": "^4.6.4"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
|
@ -34,9 +34,9 @@
|
|||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.5.1",
|
||||
"eslint-plugin-react": "^7.29.4",
|
||||
"eslint-plugin-react-hooks": "^4.4.0",
|
||||
"eslint-plugin-react-hooks": "^4.5.0",
|
||||
"prettier": "^2.6.2",
|
||||
"stylelint": "^14.7.1"
|
||||
"stylelint": "^14.8.1"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"cssnano-preset-advanced": "^5.3.3",
|
||||
"postcss": "^8.4.12",
|
||||
"postcss": "^8.4.13",
|
||||
"postcss-sort-media-queries": "^4.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/parser": "^7.17.9",
|
||||
"@babel/traverse": "^7.17.9",
|
||||
"@babel/parser": "^7.17.10",
|
||||
"@babel/traverse": "^7.17.10",
|
||||
"@docusaurus/logger": "2.0.0-beta.18",
|
||||
"@docusaurus/utils": "2.0.0-beta.18",
|
||||
"@mdx-js/mdx": "^1.6.22",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"docusaurus-migrate": "bin/index.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/preset-env": "^7.17.10",
|
||||
"@docusaurus/logger": "2.0.0-beta.18",
|
||||
"@docusaurus/utils": "2.0.0-beta.18",
|
||||
"@mapbox/hast-util-to-jsx": "^2.0.0",
|
||||
|
@ -43,6 +43,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/color": "^3.0.3",
|
||||
"@types/jscodeshift": "^0.11.4"
|
||||
"@types/jscodeshift": "^0.11.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.17.9",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/core": "^7.17.10",
|
||||
"@babel/preset-env": "^7.17.10",
|
||||
"@docusaurus/core": "2.0.0-beta.18",
|
||||
"@docusaurus/theme-common": "2.0.0-beta.18",
|
||||
"@docusaurus/theme-translations": "2.0.0-beta.18",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"@docusaurus/utils-validation": "2.0.0-beta.18",
|
||||
"babel-loader": "^8.2.5",
|
||||
"clsx": "^1.1.1",
|
||||
"core-js": "^3.22.2",
|
||||
"core-js": "^3.22.3",
|
||||
"terser-webpack-plugin": "^5.3.1",
|
||||
"tslib": "^2.4.0",
|
||||
"webpack": "^5.72.0",
|
||||
|
|
|
@ -36,15 +36,15 @@
|
|||
"infima": "0.2.0-alpha.38",
|
||||
"lodash": "^4.17.21",
|
||||
"nprogress": "^0.2.0",
|
||||
"postcss": "^8.4.12",
|
||||
"postcss": "^8.4.13",
|
||||
"prism-react-renderer": "^1.3.1",
|
||||
"prismjs": "^1.28.0",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"rtlcss": "^3.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.17.6",
|
||||
"@babel/core": "^7.17.9",
|
||||
"@babel/cli": "^7.17.10",
|
||||
"@babel/core": "^7.17.10",
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@docusaurus/module-type-aliases": "2.0.0-beta.18",
|
||||
"@docusaurus/types": "2.0.0-beta.18",
|
||||
|
|
|
@ -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.2",
|
||||
"@types/react-dom": "^18.0.3",
|
||||
"dedent": "^0.7.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,16 +31,16 @@
|
|||
"url": "https://github.com/facebook/docusaurus/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.17.9",
|
||||
"@babel/generator": "^7.17.9",
|
||||
"@babel/core": "^7.17.10",
|
||||
"@babel/generator": "^7.17.10",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-transform-runtime": "^7.17.0",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/plugin-transform-runtime": "^7.17.10",
|
||||
"@babel/preset-env": "^7.17.10",
|
||||
"@babel/preset-react": "^7.16.7",
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@babel/runtime-corejs3": "^7.17.9",
|
||||
"@babel/traverse": "^7.17.9",
|
||||
"@babel/traverse": "^7.17.10",
|
||||
"@docusaurus/cssnano-preset": "2.0.0-beta.18",
|
||||
"@docusaurus/logger": "2.0.0-beta.18",
|
||||
"@docusaurus/mdx-loader": "2.0.0-beta.18",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"@docusaurus/utils-validation": "2.0.0-beta.18",
|
||||
"@slorber/static-site-generator-webpack-plugin": "^4.0.4",
|
||||
"@svgr/webpack": "^6.2.1",
|
||||
"autoprefixer": "^10.4.4",
|
||||
"autoprefixer": "^10.4.5",
|
||||
"babel-loader": "^8.2.5",
|
||||
"babel-plugin-dynamic-import-node": "2.3.0",
|
||||
"boxen": "^6.2.1",
|
||||
|
@ -60,7 +60,7 @@
|
|||
"combine-promises": "^1.1.0",
|
||||
"commander": "^5.1.0",
|
||||
"copy-webpack-plugin": "^10.2.4",
|
||||
"core-js": "^3.22.2",
|
||||
"core-js": "^3.22.3",
|
||||
"css-loader": "^6.7.1",
|
||||
"css-minimizer-webpack-plugin": "^3.4.1",
|
||||
"cssnano": "^5.1.7",
|
||||
|
@ -77,7 +77,7 @@
|
|||
"leven": "^3.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
"mini-css-extract-plugin": "^2.6.0",
|
||||
"postcss": "^8.4.12",
|
||||
"postcss": "^8.4.13",
|
||||
"postcss-loader": "^6.2.1",
|
||||
"prompts": "^2.4.2",
|
||||
"react-dev-utils": "^12.0.1",
|
||||
|
@ -107,7 +107,7 @@
|
|||
"@docusaurus/module-type-aliases": "2.0.0-beta.18",
|
||||
"@docusaurus/types": "2.0.0-beta.18",
|
||||
"@types/detect-port": "^1.3.2",
|
||||
"@types/react-dom": "^18.0.2",
|
||||
"@types/react-dom": "^18.0.3",
|
||||
"@types/react-router-config": "^5.0.6",
|
||||
"@types/rtl-detect": "^1.0.0",
|
||||
"@types/serve-handler": "^6.1.1",
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"directory": "packages/stylelint-copyright"
|
||||
},
|
||||
"dependencies": {
|
||||
"stylelint": "^14.7.1"
|
||||
"stylelint": "^14.8.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@crowdin/cli": "^3.7.8",
|
||||
"@crowdin/crowdin-api-client": "^1.17.0",
|
||||
"@crowdin/crowdin-api-client": "^1.18.0",
|
||||
"@docusaurus/core": "2.0.0-beta.18",
|
||||
"@docusaurus/logger": "2.0.0-beta.18",
|
||||
"@docusaurus/plugin-client-redirects": "2.0.0-beta.18",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"@docusaurus/utils": "2.0.0-beta.18",
|
||||
"@docusaurus/utils-common": "2.0.0-beta.18",
|
||||
"@popperjs/core": "^2.11.5",
|
||||
"@swc/core": "^1.2.171",
|
||||
"@swc/core": "^1.2.174",
|
||||
"clsx": "^1.1.1",
|
||||
"color": "^4.2.3",
|
||||
"fs-extra": "^10.1.0",
|
||||
|
@ -58,7 +58,7 @@
|
|||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-medium-image-zoom": "^4.3.7",
|
||||
"react-popper": "^2.2.5",
|
||||
"react-popper": "^2.3.0",
|
||||
"rehype-katex": "^6.0.2",
|
||||
"remark-math": "^3.0.1",
|
||||
"swc-loader": "^0.2.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue