Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 59cb115 commit f3b77e2
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 314 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lerna": "^8.1.2",
"lint-staged": "15.2.7",
"lint-staged": "15.2.10",
"prettier": "^3.2.5",
"ts-jest": "^29.0.3",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/module-type-aliases": "3.5.2",
"@tsconfig/docusaurus": "^2.0.2",
"typescript": "^5.4.2"
},
Expand Down
34 changes: 31 additions & 3 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1370,6 +1370,19 @@
react-helmet-async "*"
react-loadable "npm:@docusaurus/react-loadable@6.0.0"

"@docusaurus/module-type-aliases@3.5.2":
version "3.5.2"
resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.5.2.tgz#4e8f9c0703e23b2e07ebfce96598ec83e4dd2a9e"
integrity sha512-Z+Xu3+2rvKef/YKTMxZHsEXp1y92ac0ngjDiExRdqGTmEKtCUpkbNYH8v5eXo5Ls+dnW88n6WTa+Q54kLOkwPg==
dependencies:
"@docusaurus/types" "3.5.2"
"@types/history" "^4.7.11"
"@types/react" "*"
"@types/react-router-config" "*"
"@types/react-router-dom" "*"
react-helmet-async "*"
react-loadable "npm:@docusaurus/react-loadable@6.0.0"

"@docusaurus/plugin-content-blog@3.4.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.4.0.tgz#6373632fdbababbda73a13c4a08f907d7de8f007"
Expand Down Expand Up @@ -1603,6 +1616,21 @@
webpack "^5.88.1"
webpack-merge "^5.9.0"

"@docusaurus/types@3.5.2":
version "3.5.2"
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.5.2.tgz#058019dbeffbee2d412c3f72569e412a727f9608"
integrity sha512-N6GntLXoLVUwkZw7zCxwy9QiuEXIcTVzA9AkmNw16oc0AP3SXLrMmDMMBIfgqwuKWa6Ox6epHol9kMtJqekACw==
dependencies:
"@mdx-js/mdx" "^3.0.0"
"@types/history" "^4.7.11"
"@types/react" "*"
commander "^5.1.0"
joi "^17.9.2"
react-helmet-async "^1.3.0"
utility-types "^3.10.0"
webpack "^5.88.1"
webpack-merge "^5.9.0"

"@docusaurus/utils-common@3.4.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.4.0.tgz#2a43fefd35b85ab9fcc6833187e66c15f8bfbbc6"
Expand Down Expand Up @@ -7886,9 +7914,9 @@ typedarray-to-buffer@^3.1.5:
is-typedarray "^1.0.0"

typescript@^5.4.2:
version "5.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
version "5.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==

undici-types@~5.26.4:
version "5.26.5"
Expand Down
Loading

0 comments on commit f3b77e2

Please sign in to comment.