Skip to content

Commit

Permalink
chore: upgrade dependencies (#7463)
Browse files Browse the repository at this point in the history
* chore: upgrade a few loaders, require Node 14.15

* upgrade

* upgrade BPDIN
  • Loading branch information
Josh-Cena committed May 27, 2022
1 parent 1a5e33c commit 9398bb2
Show file tree
Hide file tree
Showing 13 changed files with 1,286 additions and 1,262 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@crowdin/cli": "^3.7.8",
"@swc/core": "^1.2.189",
"@swc/core": "^1.2.194",
"@swc/jest": "^0.2.21",
"@testing-library/react-hooks": "^8.0.0",
"@types/fs-extra": "^9.0.13",
Expand All @@ -76,8 +76,8 @@
"@types/react-test-renderer": "^18.0.0",
"@types/semver": "^7.3.9",
"@types/shelljs": "^0.8.11",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"cross-env": "^7.0.3",
"cspell": "^6.0.0",
"eslint": "^8.16.0",
Expand All @@ -95,21 +95,22 @@
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jest-serializer-react-helmet-async": "^1.0.21",
"lerna": "^4.0.0",
"lerna": "^5.0.0",
"lerna-changelog": "^2.2.0",
"lint-staged": "^12.4.1",
"lint-staged": "^12.4.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.3.0",
"react-test-renderer": "^17.0.2",
"remark-parse": "^8.0.2",
"rimraf": "^3.0.2",
"sharp": "^0.30.4",
"sharp": "^0.30.5",
"strip-ansi": "^6.0.1",
"stylelint": "^14.8.3",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"typescript": "^4.6.4"
"typescript": "~4.6.4"
}
}
4 changes: 2 additions & 2 deletions packages/create-docusaurus/templates/facebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/eslint-parser": "^7.18.2",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -36,7 +36,7 @@
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"stylelint": "^14.8.3"
"stylelint": "^14.8.5"
},
"browserslist": {
"production": [
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,8 +18,8 @@
},
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.18.0",
"@babel/traverse": "^7.18.0",
"@babel/parser": "^7.18.3",
"@babel/traverse": "^7.18.2",
"@docusaurus/logger": "2.0.0-beta.20",
"@docusaurus/utils": "2.0.0-beta.20",
"@mdx-js/mdx": "^1.6.22",
Expand Down
3 changes: 2 additions & 1 deletion packages/docusaurus-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"docusaurus-migrate": "bin/index.mjs"
},
"dependencies": {
"@babel/preset-env": "^7.18.0",
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@docusaurus/logger": "2.0.0-beta.20",
"@docusaurus/utils": "2.0.0-beta.20",
"@mapbox/hast-util-to-jsx": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-ideal-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@docusaurus/utils-validation": "2.0.0-beta.20",
"@endiliey/react-ideal-image": "^0.0.11",
"react-waypoint": "^10.1.0",
"sharp": "^0.30.4",
"sharp": "^0.30.5",
"tslib": "^2.4.0",
"webpack": "^5.72.1"
},
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 @@ -20,16 +20,16 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@docusaurus/core": "2.0.0-beta.20",
"@docusaurus/theme-common": "2.0.0-beta.20",
"@docusaurus/theme-translations": "2.0.0-beta.20",
"@docusaurus/utils": "2.0.0-beta.20",
"@docusaurus/utils-validation": "2.0.0-beta.20",
"babel-loader": "^8.2.5",
"clsx": "^1.1.1",
"core-js": "^3.22.5",
"core-js": "^3.22.7",
"terser-webpack-plugin": "^5.3.1",
"tslib": "^2.4.0",
"webpack": "^5.72.1",
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 @@ -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.4",
"@types/react-dom": "^18.0.5",
"dedent": "^0.7.0"
}
}
28 changes: 14 additions & 14 deletions packages/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"url": "https://github.com/facebook/docusaurus/issues"
},
"dependencies": {
"@babel/core": "^7.18.0",
"@babel/generator": "^7.18.0",
"@babel/core": "^7.18.2",
"@babel/generator": "^7.18.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@babel/runtime": "^7.18.0",
"@babel/runtime-corejs3": "^7.18.0",
"@babel/traverse": "^7.18.0",
"@babel/runtime": "^7.18.3",
"@babel/runtime-corejs3": "^7.18.3",
"@babel/traverse": "^7.18.2",
"@docusaurus/cssnano-preset": "2.0.0-beta.20",
"@docusaurus/logger": "2.0.0-beta.20",
"@docusaurus/mdx-loader": "2.0.0-beta.20",
Expand All @@ -54,20 +54,20 @@
"@svgr/webpack": "^6.2.1",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"babel-plugin-dynamic-import-node": "2.3.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"boxen": "^6.2.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"clean-css": "^5.3.0",
"cli-table3": "^0.6.2",
"combine-promises": "^1.1.0",
"commander": "^5.1.0",
"copy-webpack-plugin": "^10.2.4",
"core-js": "^3.22.5",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.22.7",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"cssnano": "^5.1.9",
"del": "^6.1.0",
"del": "^6.1.1",
"detect-port": "^1.3.0",
"escape-html": "^1.0.3",
"eta": "^1.12.3",
Expand All @@ -81,7 +81,7 @@
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.14",
"postcss-loader": "^6.2.1",
"postcss-loader": "^7.0.0",
"prompts": "^2.4.2",
"react-dev-utils": "^12.0.1",
"react-helmet-async": "^1.3.0",
Expand Down Expand Up @@ -110,7 +110,7 @@
"@docusaurus/module-type-aliases": "2.0.0-beta.20",
"@docusaurus/types": "2.0.0-beta.20",
"@types/detect-port": "^1.3.2",
"@types/react-dom": "^18.0.4",
"@types/react-dom": "^18.0.5",
"@types/react-router-config": "^5.0.6",
"@types/rtl-detect": "^1.0.0",
"@types/serve-handler": "^6.1.1",
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.25.0",
"@typescript-eslint/utils": "^5.26.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.20",
"file-loader": "^6.2.0",
"lodash": "^4.17.21",
"sharp": "^0.30.4",
"sharp": "^0.30.5",
"tslib": "^2.4.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-copyright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"directory": "packages/stylelint-copyright"
},
"dependencies": {
"stylelint": "^14.8.3",
"stylelint": "^14.8.5",
"tslib": "^2.4.0"
}
}
7 changes: 4 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@crowdin/cli": "^3.7.8",
"@crowdin/crowdin-api-client": "^1.18.0",
"@crowdin/crowdin-api-client": "^1.18.1",
"@docusaurus/core": "2.0.0-beta.20",
"@docusaurus/logger": "2.0.0-beta.20",
"@docusaurus/plugin-client-redirects": "2.0.0-beta.20",
Expand All @@ -48,7 +48,7 @@
"@docusaurus/utils": "2.0.0-beta.20",
"@docusaurus/utils-common": "2.0.0-beta.20",
"@popperjs/core": "^2.11.5",
"@swc/core": "^1.2.189",
"@swc/core": "^1.2.194",
"clsx": "^1.1.1",
"color": "^4.2.3",
"fs-extra": "^10.1.0",
Expand All @@ -57,12 +57,13 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-lite-youtube-embed": "^2.2.2",
"react-medium-image-zoom": "^4.4.0",
"react-medium-image-zoom": "^4.4.3",
"react-popper": "^2.3.0",
"rehype-katex": "^6.0.2",
"remark-math": "^3.0.1",
"swc-loader": "^0.2.1",
"unist-util-visit": "^2.0.3",
"webpack": "^5.72.1",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3"
},
Expand Down

0 comments on commit 9398bb2

Please sign in to comment.