Skip to content

Commit

Permalink
chore: upgrade dependencies, fix lint-staged not outputting formatted…
Browse files Browse the repository at this point in the history
… log (#7388)

* chore: upgrade dependencies, fix lint-staged not outputting formatted log

* fix

* fix lock...
  • Loading branch information
Josh-Cena authored May 10, 2022
1 parent 6e10a48 commit 60960b4
Show file tree
Hide file tree
Showing 14 changed files with 194 additions and 191 deletions.
5 changes: 4 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged --allow-empty
# Workaround of a mysterious bug in either lint-staged or husky.
# https://github.com/typicode/husky/issues/1134
# https://github.com/okonet/lint-staged/issues/693#issuecomment-1079759224
FORCE_COLOR=1 yarn lint-staged --allow-empty
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
},
"devDependencies": {
"@crowdin/cli": "^3.7.8",
"@swc/core": "^1.2.178",
"@swc/jest": "^0.2.20",
"@swc/core": "^1.2.181",
"@swc/jest": "^0.2.21",
"@testing-library/react-hooks": "^8.0.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.5.0",
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.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"concurrently": "^7.1.0",
"cross-env": "^7.0.3",
"cspell": "^5.20.0",
Expand All @@ -91,7 +91,7 @@
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-regexp": "^1.7.0",
"husky": "^7.0.4",
"husky": "^8.0.1",
"image-size": "^1.0.1",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-mdx-loader/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",
"url-loader": "^4.1.1",
"webpack": "^5.72.0"
"webpack": "^5.72.1"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.20",
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.0"
"webpack": "^5.72.1"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.20",
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 @@ -38,7 +38,7 @@
"remark-admonitions": "^1.2.1",
"tslib": "^2.4.0",
"utility-types": "^3.10.0",
"webpack": "^5.72.0"
"webpack": "^5.72.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.20",
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 @@
"fs-extra": "^10.1.0",
"remark-admonitions": "^1.2.1",
"tslib": "^2.4.0",
"webpack": "^5.72.0"
"webpack": "^5.72.1"
},
"devDependencies": {
"@docusaurus/types": "2.0.0-beta.20"
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 @@ -30,7 +30,7 @@
"react-waypoint": "^10.1.0",
"sharp": "^0.30.4",
"tslib": "^2.4.0",
"webpack": "^5.72.0"
"webpack": "^5.72.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.20",
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 @@ -29,10 +29,10 @@
"@docusaurus/utils-validation": "2.0.0-beta.20",
"babel-loader": "^8.2.5",
"clsx": "^1.1.1",
"core-js": "^3.22.4",
"core-js": "^3.22.5",
"terser-webpack-plugin": "^5.3.1",
"tslib": "^2.4.0",
"webpack": "^5.72.0",
"webpack": "^5.72.1",
"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 @@ -21,7 +21,7 @@
"joi": "^17.6.0",
"react-helmet-async": "^1.3.0",
"utility-types": "^3.10.0",
"webpack": "^5.72.0",
"webpack": "^5.72.1",
"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.0"
"webpack": "^5.72.1"
},
"engines": {
"node": ">=14"
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"combine-promises": "^1.1.0",
"commander": "^5.1.0",
"copy-webpack-plugin": "^10.2.4",
"core-js": "^3.22.4",
"core-js": "^3.22.5",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"cssnano": "^5.1.7",
Expand Down Expand Up @@ -97,7 +97,7 @@
"update-notifier": "^5.1.0",
"url-loader": "^4.1.1",
"wait-on": "^6.0.1",
"webpack": "^5.72.0",
"webpack": "^5.72.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^4.9.0",
"webpack-merge": "^5.8.0",
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.22.0",
"@typescript-eslint/utils": "^5.23.0",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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.178",
"@swc/core": "^1.2.181",
"clsx": "^1.1.1",
"color": "^4.2.3",
"fs-extra": "^10.1.0",
Expand Down
Loading

1 comment on commit 60960b4

@cshivakumar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi CHAJALAN SHIVAKUMAR I'm INDIA TELANGANA HYDERABAD NAMPALLY BEGUNBAZAR GOWILGUDA CHAMAN 15-3-238 pin code 500012

Please sign in to comment.