Skip to content

Commit

Permalink
chore(deps): update multiple dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos committed Jun 17, 2024
1 parent 2c38958 commit 90c70bc
Show file tree
Hide file tree
Showing 3 changed files with 370 additions and 591 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.1/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,21 @@
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"prepare": "husky"
"prepare": "husky",
"lint": "biome check"
},
"dependencies": {
"@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",
"@docusaurus/core": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/theme-common": "^3.4.0",
"@docusaurus/types": "^3.4.0",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swiper": "^11.1.1"
"swiper": "^11.1.4"
},
"browserslist": {
"production": [">0.5%", "not dead", "not op_mini all"],
Expand All @@ -37,14 +38,14 @@
]
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@docusaurus/module-type-aliases": "^3.3.2",
"@docusaurus/theme-classic": "^3.3.2",
"@docusaurus/tsconfig": "^3.3.2",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@biomejs/biome": "1.8.1",
"@docusaurus/module-type-aliases": "^3.4.0",
"@docusaurus/theme-classic": "^3.4.0",
"@docusaurus/tsconfig": "^3.4.0",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.7",
"typescript": "^5.4.5"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 90c70bc

Please sign in to comment.