Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#6734)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 10, 2023
1 parent d34244b commit 75e3cf7
Show file tree
Hide file tree
Showing 4 changed files with 525 additions and 484 deletions.
42 changes: 21 additions & 21 deletions package.json
Expand Up @@ -74,29 +74,29 @@
"devDependencies": {
"@4c/rollout": "^4.0.2",
"@4c/tsconfig": "^0.4.1",
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.11",
"@babel/preset-typescript": "^7.22.11",
"@babel/register": "^7.22.5",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.22.15",
"@react-bootstrap/babel-preset": "^2.2.0",
"@react-bootstrap/eslint-config": "^3.0.0",
"@testing-library/dom": "^8.20.1",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@types/chai": "^4.3.5",
"@types/invariant": "^2.2.35",
"@types/mocha": "^10.0.1",
"@types/prop-types": "^15.7.5",
"@types/react-dom": "^16.9.19",
"@types/sinon": "^10.0.16",
"@types/sinon-chai": "^3.2.9",
"@types/warning": "^3.0.0",
"@types/chai": "^4.3.11",
"@types/invariant": "^2.2.37",
"@types/mocha": "^10.0.6",
"@types/prop-types": "^15.7.11",
"@types/react-dom": "^16.9.24",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.12",
"@types/warning": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@babel/eslint-parser": "^7.22.11",
"@babel/eslint-parser": "^7.23.3",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.8",
"chai": "^4.3.10",
"chalk": "^4.1.2",
"cherry-pick": "^0.5.0",
"codecov": "^3.8.3",
Expand All @@ -106,13 +106,13 @@
"dtslint": "^4.2.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"eslint": "^8.48.0",
"eslint": "^8.55.0",
"eslint-config-4catalyzer-typescript": "^3.3.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-webpack": "^0.13.7",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mocha": "^10.1.0",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"execa": "^5.1.1",
Expand Down Expand Up @@ -140,9 +140,9 @@
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0",
"stream-browserify": "^3.0.0",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"util": "^0.12.5",
"webpack": "^5.88.2"
"webpack": "^5.89.0"
},
"peerDependencies": {
"@types/react": ">=16.14.8",
Expand Down
6 changes: 3 additions & 3 deletions www/package.json
Expand Up @@ -40,10 +40,10 @@
"yup": "^1.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.4.1",
"@tsconfig/docusaurus": "^2.0.0",
"@docusaurus/module-type-aliases": "^2.4.3",
"@tsconfig/docusaurus": "^2.0.2",
"cross-env": "^7.0.3",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"browserslist": {
"production": [
Expand Down
34 changes: 17 additions & 17 deletions www/yarn.lock
Expand Up @@ -1333,13 +1333,13 @@
react-helmet-async "*"
react-loadable "npm:@docusaurus/react-loadable@5.5.2"

"@docusaurus/module-type-aliases@^2.4.1":
version "2.4.1"
resolved "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-2.4.1.tgz"
integrity sha512-gLBuIFM8Dp2XOCWffUDSjtxY7jQgKvYujt7Mx5s4FCTfoL5dN1EVbnrn+O2Wvh8b0a77D57qoIDY7ghgmatR1A==
"@docusaurus/module-type-aliases@^2.4.3":
version "2.4.3"
resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-2.4.3.tgz#d08ef67e4151e02f352a2836bcf9ecde3b9c56ac"
integrity sha512-cwkBkt1UCiduuvEAo7XZY01dJfRn7UR/75mBgOdb1hKknhrabJZ8YH+7savd/y9kLExPyrhe0QwdS9GuzsRRIA==
dependencies:
"@docusaurus/react-loadable" "5.5.2"
"@docusaurus/types" "2.4.1"
"@docusaurus/types" "2.4.3"
"@types/history" "^4.7.11"
"@types/react" "*"
"@types/react-router-config" "*"
Expand Down Expand Up @@ -1601,10 +1601,10 @@
webpack "^5.73.0"
webpack-merge "^5.8.0"

"@docusaurus/types@2.4.1":
version "2.4.1"
resolved "https://registry.npmjs.org/@docusaurus/types/-/types-2.4.1.tgz"
integrity sha512-0R+cbhpMkhbRXX138UOc/2XZFF8hiZa6ooZAEEJFp5scytzCw4tC1gChMFXrpa3d2tYE6AX8IrOEpSonLmfQuQ==
"@docusaurus/types@2.4.3":
version "2.4.3"
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-2.4.3.tgz#4aead281ca09f721b3c0a9b926818450cfa3db31"
integrity sha512-W6zNLGQqfrp/EoPD0bhb9n7OobP+RHpmvVzpA+Z/IuU3Q63njJM24hmT0GYboovWcDtFmnIJC9wcyx4RVPQscw==
dependencies:
"@types/history" "^4.7.11"
"@types/react" "*"
Expand Down Expand Up @@ -1981,10 +1981,10 @@
resolved "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz"
integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==

"@tsconfig/docusaurus@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@tsconfig/docusaurus/-/docusaurus-2.0.0.tgz#cadc77ab84052ffaaa4d6f79e998d719efa50e56"
integrity sha512-X5wptT7pXA/46/IRFTW76oR5GNjoy9qjNM/1JGhFV4QAsmLh3YUpJJA+Vpx7Ds6eEBxSxz1QrgoNEBy6rLVs8w==
"@tsconfig/docusaurus@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@tsconfig/docusaurus/-/docusaurus-2.0.2.tgz#f96c7453ce9969ef938284eac74441e2d646efd7"
integrity sha512-12HWfYmgUl4M2o76/TFufGtI68wl2k/b8qPrIrG7ci9YJLrpAtadpy897Bz5v29Mlkr7a1Hq4KHdQTKtU+2rhQ==

"@types/body-parser@*":
version "1.19.2"
Expand Down Expand Up @@ -7507,10 +7507,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
typescript@^5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==

ua-parser-js@^0.7.30:
version "0.7.35"
Expand Down

0 comments on commit 75e3cf7

Please sign in to comment.