Skip to content

Commit

Permalink
bump(deps): update deps version (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanosync authored Jan 29, 2024
1 parent c56d587 commit ed52fdd
Show file tree
Hide file tree
Showing 5 changed files with 609 additions and 847 deletions.
2 changes: 1 addition & 1 deletion apps/browser-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@ordzaar/standard-web": "^0.4.15",
"@ordzaar/standard-web-linter": "^0.4.15",
"@types/react": "^18.2.46",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
Expand Down
10 changes: 5 additions & 5 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"lint": "eslint ./src --ext ts --report-unused-disable-directives --no-error-on-unmatched-pattern"
},
"dependencies": {
"@docusaurus/core": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@docusaurus/theme-classic": "^3.0.1",
"@docusaurus/types": "^3.0.1",
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@docusaurus/theme-classic": "^3.1.1",
"@docusaurus/types": "^3.1.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.1.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.1",
"@docusaurus/module-type-aliases": "3.1.1",
"@ordzaar/standard-typescript": "^0.4.15",
"@tsconfig/docusaurus": "^2.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"husky": "^8.0.3",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"turbo": "^1.11.2",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"vite": "^4.5.0",
"vitest": "^0.34.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"buffer-reverse": "1.0.1",
"cross-fetch": "4.0.0",
"ecpair": "2.1.0",
"ethers": "6.9.1",
"ethers": "6.10.0",
"sats-connect": "1.1.2"
},
"devDependencies": {
"@ordzaar/standard-typescript": "^0.4.15",
"@types/node": "^20.9.0",
"happy-dom": "^12.10.3",
"vite-plugin-dts": "^3.7.0",
"vite-plugin-dts": "^3.7.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-node-polyfills": "^0.19.0"
}
Expand Down
Loading

0 comments on commit ed52fdd

Please sign in to comment.