Skip to content

Commit

Permalink
chore: upgrade dependencies (facebook#7560)
Browse files Browse the repository at this point in the history
* chore: upgrade dependencies

* fix
  • Loading branch information
Josh-Cena authored Jun 4, 2022
1 parent 2b006d7 commit 90d2de6
Show file tree
Hide file tree
Showing 18 changed files with 599 additions and 520 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,29 +63,29 @@
},
"devDependencies": {
"@crowdin/cli": "^3.7.8",
"@swc/core": "^1.2.194",
"@swc/core": "^1.2.196",
"@swc/jest": "^0.2.21",
"@testing-library/react-hooks": "^8.0.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.5.1",
"@types/jest": "^28.1.0",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.35",
"@types/node": "^17.0.38",
"@types/prompts": "^2.0.14",
"@types/react": "^18.0.9",
"@types/react": "^18.0.10",
"@types/react-dev-utils": "^9.0.11",
"@types/react-test-renderer": "^18.0.0",
"@types/semver": "^7.3.9",
"@types/shelljs": "^0.8.11",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"cross-env": "^7.0.3",
"cspell": "^6.0.0",
"eslint": "^8.16.0",
"cspell": "^6.1.1",
"eslint": "^8.17.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.2.2",
"eslint-plugin-jest": "^26.4.6",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
Expand All @@ -97,7 +97,7 @@
"jest-serializer-react-helmet-async": "^1.0.21",
"lerna": "^5.0.0",
"lerna-changelog": "^2.2.0",
"lint-staged": "^12.4.2",
"lint-staged": "^13.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"react": "^17.0.2",
Expand All @@ -106,7 +106,7 @@
"react-test-renderer": "^17.0.2",
"remark-parse": "^8.0.2",
"rimraf": "^3.0.2",
"sharp": "^0.30.5",
"sharp": "^0.30.6",
"strip-ansi": "^6.0.1",
"stylelint": "^14.8.3",
"stylelint-config-prettier": "^9.0.3",
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 @@ -27,7 +27,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-header": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-cssnano-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"directory": "packages/docusaurus-cssnano-preset"
},
"dependencies": {
"cssnano-preset-advanced": "^5.3.5",
"cssnano-preset-advanced": "^5.3.6",
"postcss": "^8.4.14",
"postcss-sort-media-queries": "^4.2.1",
"tslib": "^2.4.0"
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 @@ -18,7 +18,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.18.3",
"@babel/parser": "^7.18.4",
"@babel/traverse": "^7.18.2",
"@docusaurus/logger": "2.0.0-beta.21",
"@docusaurus/utils": "2.0.0-beta.21",
Expand All @@ -34,7 +34,7 @@
"unified": "^9.2.2",
"unist-util-visit": "^2.0.3",
"url-loader": "^4.1.1",
"webpack": "^5.72.1"
"webpack": "^5.73.0"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.21",
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 @@ -33,7 +33,7 @@
"tslib": "^2.4.0",
"unist-util-visit": "^2.0.3",
"utility-types": "^3.10.0",
"webpack": "^5.72.1"
"webpack": "^5.73.0"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.21",
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 @@ -40,7 +40,7 @@
"lodash": "^4.17.21",
"tslib": "^2.4.0",
"utility-types": "^3.10.0",
"webpack": "^5.72.1"
"webpack": "^5.73.0"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.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 @@ -25,7 +25,7 @@
"@docusaurus/utils-validation": "2.0.0-beta.21",
"fs-extra": "^10.1.0",
"tslib": "^2.4.0",
"webpack": "^5.72.1"
"webpack": "^5.73.0"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.21"
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-plugin-ideal-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@docusaurus/utils-validation": "2.0.0-beta.21",
"@endiliey/react-ideal-image": "^0.0.11",
"react-waypoint": "^10.1.0",
"sharp": "^0.30.5",
"sharp": "^0.30.6",
"tslib": "^2.4.0",
"webpack": "^5.72.1"
"webpack": "^5.73.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.21",
Expand Down
6 changes: 3 additions & 3 deletions packages/docusaurus-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@docusaurus/utils-validation": "2.0.0-beta.21",
"babel-loader": "^8.2.5",
"clsx": "^1.1.1",
"core-js": "^3.22.7",
"terser-webpack-plugin": "^5.3.1",
"core-js": "^3.22.8",
"terser-webpack-plugin": "^5.3.3",
"tslib": "^2.4.0",
"webpack": "^5.72.1",
"webpack": "^5.73.0",
"webpack-merge": "^5.8.0",
"workbox-build": "^6.5.3",
"workbox-precaching": "^6.5.3",
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 @@ -18,7 +18,7 @@
"joi": "^17.6.0",
"react-helmet-async": "^1.3.0",
"utility-types": "^3.10.0",
"webpack": "^5.72.1",
"webpack": "^5.73.0",
"webpack-merge": "^5.8.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"shelljs": "^0.8.5",
"tslib": "^2.4.0",
"url-loader": "^4.1.1",
"webpack": "^5.72.1"
"webpack": "^5.73.0"
},
"engines": {
"node": ">=16.14"
Expand Down
10 changes: 5 additions & 5 deletions packages/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"combine-promises": "^1.1.0",
"commander": "^5.1.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.22.7",
"core-js": "^3.22.8",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"cssnano": "^5.1.9",
"cssnano": "^5.1.11",
"del": "^6.1.1",
"detect-port": "^1.3.0",
"escape-html": "^1.0.3",
Expand Down Expand Up @@ -94,14 +94,14 @@
"semver": "^7.3.7",
"serve-handler": "^6.1.3",
"shelljs": "^0.8.5",
"terser-webpack-plugin": "^5.3.1",
"terser-webpack-plugin": "^5.3.3",
"tslib": "^2.4.0",
"update-notifier": "^5.1.0",
"url-loader": "^4.1.1",
"wait-on": "^6.0.1",
"webpack": "^5.72.1",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^4.9.0",
"webpack-dev-server": "^4.9.1",
"webpack-merge": "^5.8.0",
"webpackbar": "^5.0.2"
},
Expand Down
1 change: 1 addition & 0 deletions packages/docusaurus/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export async function load(options: LoadContextOptions): Promise<Props> {

const genWarning = generate(
generatedFilesDir,
// cSpell:ignore DONT
'DONT-EDIT-THIS-FOLDER',
`This folder stores temp files that Docusaurus' client bundler accesses.
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build": "tsc"
},
"dependencies": {
"@typescript-eslint/utils": "^5.26.0",
"@typescript-eslint/utils": "^5.27.0",
"tslib": "^2.4.0"
},
"devDependencies": {
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 @@ -20,7 +20,7 @@
"@docusaurus/logger": "2.0.0-beta.21",
"file-loader": "^6.2.0",
"lodash": "^4.17.21",
"sharp": "^0.30.5",
"sharp": "^0.30.6",
"tslib": "^2.4.0"
},
"engines": {
Expand Down
2 changes: 2 additions & 0 deletions project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ contravariance
corejs
crawlable
creativecommons
cssnano
csvg
customizability
daishi
Expand Down Expand Up @@ -227,6 +228,7 @@ prefetch
prefetching
preloads
prepended
preprocess
preprocessors
prerendered
prerendering
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@docusaurus/utils": "2.0.0-beta.21",
"@docusaurus/utils-common": "2.0.0-beta.21",
"@popperjs/core": "^2.11.5",
"@swc/core": "^1.2.194",
"@swc/core": "^1.2.196",
"clsx": "^1.1.1",
"color": "^4.2.3",
"fs-extra": "^10.1.0",
Expand All @@ -63,7 +63,7 @@
"remark-math": "^3.0.1",
"swc-loader": "^0.2.1",
"unist-util-visit": "^2.0.3",
"webpack": "^5.72.1",
"webpack": "^5.73.0",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3"
},
Expand All @@ -82,7 +82,7 @@
"devDependencies": {
"@docusaurus/eslint-plugin": "2.0.0-beta.21",
"@tsconfig/docusaurus": "^1.0.5",
"@types/jest": "^27.5.1",
"@types/jest": "^28.1.0",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2"
}
Expand Down
Loading

0 comments on commit 90d2de6

Please sign in to comment.