Skip to content

Commit

Permalink
build(deps): bump react & patch versions (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos authored May 8, 2024
1 parent 6174acb commit bb29fbb
Show file tree
Hide file tree
Showing 2 changed files with 323 additions and 323 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"prepare": "husky"
},
"dependencies": {
"@algolia/client-search": "^4.23.2",
"@algolia/client-search": "^4.23.3",
"@docusaurus/core": "^3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@docusaurus/theme-common": "^3.3.2",
"@docusaurus/types": "^3.3.2",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swiper": "^11.1.0"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swiper": "^11.1.1"
},
"browserslist": {
"production": [">0.5%", "not dead", "not op_mini all"],
Expand All @@ -41,11 +41,11 @@
"@docusaurus/module-type-aliases": "^3.3.2",
"@docusaurus/theme-classic": "^3.3.2",
"@docusaurus/tsconfig": "^3.3.2",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"lint-staged": {
"*": "biome check --apply --no-errors-on-unmatched"
Expand Down
Loading

0 comments on commit bb29fbb

Please sign in to comment.