Skip to content

Commit

Permalink
chore: upgrade dependencies (#7596)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Jun 11, 2022
1 parent 334c95c commit ec8230b
Show file tree
Hide file tree
Showing 10 changed files with 1,156 additions and 1,147 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -63,41 +63,41 @@
},
"devDependencies": {
"@crowdin/cli": "^3.7.8",
"@swc/core": "^1.2.196",
"@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.0",
"@types/jest": "^28.1.1",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.38",
"@types/node": "^17.0.42",
"@types/prompts": "^2.0.14",
"@types/react": "^18.0.10",
"@types/react": "^18.0.12",
"@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.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"cross-env": "^7.0.3",
"cspell": "^6.1.1",
"cspell": "^6.1.2",
"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.4.6",
"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-regexp": "^1.7.0",
"husky": "^8.0.1",
"image-size": "^1.0.1",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"jest-serializer-react-helmet-async": "^1.0.21",
"lerna": "^5.0.0",
"lerna": "^5.1.1",
"lerna-changelog": "^2.2.0",
"lint-staged": "^13.0.0",
"lint-staged": "^13.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"react": "^17.0.2",
Expand All @@ -108,9 +108,9 @@
"rimraf": "^3.0.2",
"sharp": "^0.30.6",
"strip-ansi": "^6.0.1",
"stylelint": "^14.8.3",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard": "^26.0.0",
"typescript": "~4.6.4"
}
}
2 changes: 1 addition & 1 deletion packages/create-docusaurus/templates/facebook/package.json
Expand Up @@ -36,7 +36,7 @@
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"stylelint": "^14.8.5"
"stylelint": "^14.9.1"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-ideal-image/package.json
Expand Up @@ -27,7 +27,7 @@
"@docusaurus/types": "2.0.0-beta.21",
"@docusaurus/utils-validation": "2.0.0-beta.21",
"@endiliey/react-ideal-image": "^0.0.11",
"react-waypoint": "^10.1.0",
"react-waypoint": "^10.3.0",
"sharp": "^0.30.6",
"tslib": "^2.4.0",
"webpack": "^5.73.0"
Expand Down
Expand Up @@ -5,13 +5,6 @@
* LICENSE file in the root directory of this source tree.
*/

:global(.theme-code-block-highlighted-line) {
background-color: var(--docusaurus-highlighted-code-line-bg);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}

/* Intentionally has zero specificity, so that to be able to override
the background in custom CSS file due bug https://github.com/facebook/docusaurus/issues/3678 */
:where(:root) {
Expand All @@ -22,6 +15,13 @@ the background in custom CSS file due bug https://github.com/facebook/docusaurus
--docusaurus-highlighted-code-line-bg: rgb(100 100 100);
}

:global(.theme-code-block-highlighted-line) {
background-color: var(--docusaurus-highlighted-code-line-bg);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}

.codeLine {
display: table-row;
counter-increment: line-count;
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus/package.json
Expand Up @@ -101,7 +101,7 @@
"wait-on": "^6.0.1",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^4.9.1",
"webpack-dev-server": "^4.9.2",
"webpack-merge": "^5.8.0",
"webpackbar": "^5.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Expand Up @@ -21,7 +21,7 @@
"build": "tsc"
},
"dependencies": {
"@typescript-eslint/utils": "^5.27.0",
"@typescript-eslint/utils": "^5.27.1",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lqip-loader/package.json
Expand Up @@ -28,6 +28,6 @@
},
"devDependencies": {
"@types/file-loader": "^5.0.1",
"@types/sharp": "^0.30.2"
"@types/sharp": "^0.30.4"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-copyright/package.json
Expand Up @@ -14,7 +14,7 @@
"directory": "packages/stylelint-copyright"
},
"dependencies": {
"stylelint": "^14.8.5",
"stylelint": "^14.9.1",
"tslib": "^2.4.0"
}
}
6 changes: 3 additions & 3 deletions website/package.json
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.196",
"@swc/core": "^1.2.197",
"clsx": "^1.1.1",
"color": "^4.2.3",
"fs-extra": "^10.1.0",
Expand All @@ -61,7 +61,7 @@
"react-popper": "^2.3.0",
"rehype-katex": "^6.0.2",
"remark-math": "^3.0.1",
"swc-loader": "^0.2.1",
"swc-loader": "^0.2.3",
"unist-util-visit": "^2.0.3",
"webpack": "^5.73.0",
"workbox-routing": "^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": "^28.1.0",
"@types/jest": "^28.1.1",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2"
}
Expand Down

0 comments on commit ec8230b

Please sign in to comment.