Skip to content

Commit

Permalink
chore(ops): update deps (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay authored Oct 25, 2024
1 parent a12390b commit 3d72aaa
Show file tree
Hide file tree
Showing 3 changed files with 632 additions and 712 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,18 @@
"lint": "turbo run lint -- --fix"
},
"devDependencies": {
"@ordzaar/standard-prettier": "^2.0.0",
"@ordzaar/standard-web-linter": "^2.0.0",
"@ordzaar/standard-prettier": "^2.1.2",
"@ordzaar/standard-web-linter": "^2.1.2",
"husky": "^9.1.6",
"turbo": "^2.2.3"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"packageManager": "pnpm@9.12.2"
"packageManager": "pnpm@9.12.2",
"pnpm": {
"overrides": {
"eslint-plugin-react-hooks": "5.0.0"
}
}
}
10 changes: 5 additions & 5 deletions packages/ord-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,26 @@
"preview": "vite preview"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/node": "^20.17.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"eslint-plugin-react-refresh": "^0.4.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.4",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-node-polyfills": "^0.22.0"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@headlessui/react": "^2.1.10",
"bignumber.js": "^9.1.2",
"bitcoinjs-lib": "6.1.6",
"boring-avatars": "^1.11.2"
Expand Down
Loading

0 comments on commit 3d72aaa

Please sign in to comment.