Skip to content

Commit

Permalink
chore: upgrade dependencies (facebook#7646)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Jun 18, 2022
1 parent 009361a commit 5137543
Show file tree
Hide file tree
Showing 11 changed files with 722 additions and 852 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,43 +63,43 @@
},
"devDependencies": {
"@crowdin/cli": "^3.7.8",
"@swc/core": "^1.2.197",
"@swc/core": "1.2.197",
"@swc/jest": "^0.2.21",
"@testing-library/react-hooks": "^8.0.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.1",
"@types/jest": "^28.1.2",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.42",
"@types/node": "^18.0.0",
"@types/prompts": "^2.0.14",
"@types/react": "^18.0.12",
"@types/react": "^18.0.14",
"@types/react-dev-utils": "^9.0.11",
"@types/react-test-renderer": "^18.0.0",
"@types/semver": "^7.3.9",
"@types/semver": "^7.3.10",
"@types/shelljs": "^0.8.11",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"cross-env": "^7.0.3",
"cspell": "^6.1.2",
"eslint": "^8.17.0",
"eslint": "^8.18.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-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"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.1",
"jest-environment-jsdom": "^28.1.1",
"jest-serializer-react-helmet-async": "^1.0.21",
"lerna": "^5.1.1",
"lerna": "^5.1.4",
"lerna-changelog": "^2.2.0",
"lint-staged": "^13.0.1",
"lint-staged": "^13.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"prettier": "^2.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.3.0",
Expand All @@ -111,6 +111,6 @@
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^26.0.0",
"typescript": "~4.7.3"
"typescript": "~4.7.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.21",
"@tsconfig/docusaurus": "^1.0.5",
"typescript": "^4.7.3"
"typescript": "^4.7.4"
},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 deletions packages/create-docusaurus/templates/facebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"eslint": "^8.17.0",
"eslint": "^8.18.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-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"stylelint": "^14.9.1"
},
"browserslist": {
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.4",
"@babel/traverse": "^7.18.2",
"@babel/parser": "^7.18.5",
"@babel/traverse": "^7.18.5",
"@docusaurus/logger": "2.0.0-beta.21",
"@docusaurus/utils": "2.0.0-beta.21",
"@mdx-js/mdx": "^1.6.22",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"docusaurus-migrate": "bin/index.mjs"
},
"dependencies": {
"@babel/core": "^7.18.2",
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@docusaurus/logger": "2.0.0-beta.21",
"@docusaurus/utils": "2.0.0-beta.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.18.2",
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@docusaurus/core": "2.0.0-beta.21",
"@docusaurus/theme-common": "2.0.0-beta.21",
Expand All @@ -30,7 +30,7 @@
"@docusaurus/utils-validation": "2.0.0-beta.21",
"babel-loader": "^8.2.5",
"clsx": "^1.1.1",
"core-js": "^3.22.8",
"core-js": "^3.23.1",
"terser-webpack-plugin": "^5.3.3",
"tslib": "^2.4.0",
"webpack": "^5.73.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-search-algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@docusaurus/utils": "2.0.0-beta.21",
"@docusaurus/utils-validation": "2.0.0-beta.21",
"algoliasearch": "^4.13.1",
"algoliasearch-helper": "^3.8.2",
"algoliasearch-helper": "^3.8.3",
"clsx": "^1.1.1",
"eta": "^1.12.3",
"fs-extra": "^10.1.0",
Expand Down
10 changes: 5 additions & 5 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.2",
"@babel/core": "^7.18.5",
"@babel/generator": "^7.18.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@babel/runtime": "^7.18.3",
"@babel/runtime-corejs3": "^7.18.3",
"@babel/traverse": "^7.18.2",
"@babel/traverse": "^7.18.5",
"@docusaurus/cssnano-preset": "2.0.0-beta.21",
"@docusaurus/logger": "2.0.0-beta.21",
"@docusaurus/mdx-loader": "2.0.0-beta.21",
Expand All @@ -63,7 +63,7 @@
"combine-promises": "^1.1.0",
"commander": "^5.1.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.22.8",
"core-js": "^3.23.1",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"cssnano": "^5.1.11",
Expand All @@ -79,7 +79,7 @@
"import-fresh": "^3.3.0",
"leven": "^3.1.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.6.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.0",
"prompts": "^2.4.2",
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.27.1",
"@typescript-eslint/utils": "^5.28.0",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
6 changes: 3 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.1",
"@crowdin/crowdin-api-client": "^1.18.2",
"@docusaurus/core": "2.0.0-beta.21",
"@docusaurus/logger": "2.0.0-beta.21",
"@docusaurus/plugin-client-redirects": "2.0.0-beta.21",
Expand All @@ -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.197",
"@swc/core": "1.2.197",
"clsx": "^1.1.1",
"color": "^4.2.3",
"fs-extra": "^10.1.0",
Expand Down Expand Up @@ -82,7 +82,7 @@
"devDependencies": {
"@docusaurus/eslint-plugin": "2.0.0-beta.21",
"@tsconfig/docusaurus": "^1.0.5",
"@types/jest": "^28.1.1",
"@types/jest": "^28.1.2",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2"
}
Expand Down
Loading

0 comments on commit 5137543

Please sign in to comment.