Skip to content

Commit

Permalink
chore: Update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Aug 13, 2024
1 parent d9eacec commit 9d68abe
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 270 deletions.
10 changes: 5 additions & 5 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"lint": "cd ../.. && yarn eslint \"apps/site/{src,docs}/**/*.{ts,tsx}\""
},
"dependencies": {
"@docusaurus/core": "^3.5.1",
"@docusaurus/preset-classic": "^3.5.1",
"@easyops-cn/docusaurus-search-local": "^0.44.4",
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@easyops-cn/docusaurus-search-local": "^0.44.5",
"@iframe-resizer/child": "^5.2.3",
"@iframe-resizer/react": "^5.2.3",
"bootstrap-icons": "^1.11.3",
Expand All @@ -34,8 +34,8 @@
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.24.7",
"@docusaurus/module-type-aliases": "^3.5.1",
"@docusaurus/tsconfig": "^3.5.1",
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier-plugin-organize-imports": "^4.0.0",
"turbo": "^2.0.12",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1"
"typescript-eslint": "^8.1.0"
},
"packageManager": "yarn@4.3.1"
}
Loading

0 comments on commit 9d68abe

Please sign in to comment.