Skip to content

Commit

Permalink
feat: upgrade dependencies (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza committed Jun 17, 2024
1 parent ea57a5c commit c0793f4
Show file tree
Hide file tree
Showing 2 changed files with 352 additions and 210 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"release": "semantic-release"
},
"dependencies": {
"@basis-theory/basis-theory-react": "^1.18.1",
"@cmfcmf/docusaurus-search-local": "^1.1.0",
"@basis-theory/basis-theory-react": "^1.19.0",
"@cmfcmf/docusaurus-search-local": "^1.2.0",
"@docusaurus/core": "^3.4.0",
"@docusaurus/plugin-client-redirects": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/theme-mermaid": "^3.4.0",
"@swc/core": "^1.5.24",
"@swc/core": "^1.6.1",
"axios": "^1.7.2",
"clsx": "^2.1.1",
"docusaurus-lunr-search": "^3.4.0",
"docusaurus-plugin-sass": "^0.2.5",
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.4",
"sass": "^1.77.5",
"swc-loader": "^0.2.6"
},
"devDependencies": {
Expand All @@ -38,7 +38,7 @@
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.5",
"@semantic-release/github": "^10.0.6",
"@semantic-release/release-notes-generator": "^14.0.0",
"@tsconfig/docusaurus": "^2.0.3",
"semantic-release": "^24.0.0",
Expand Down
Loading

0 comments on commit c0793f4

Please sign in to comment.