Skip to content

Commit

Permalink
chore: update dependencies (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justkant authored Feb 20, 2024
1 parent dcb217f commit d47e605
Show file tree
Hide file tree
Showing 18 changed files with 2,518 additions and 3,464 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm lint-staged
18 changes: 9 additions & 9 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^10.4.16",
"next": "^13.5.6",
"nextra": "^2.13.2",
"nextra-theme-blog": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"postcss": "^8.4.31",
"autoprefixer": "^10.4.17",
"next": "^14.1.0",
"nextra": "^2.13.3",
"nextra-theme-blog": "^2.13.3",
"nextra-theme-docs": "^2.13.3",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3"
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@types/node": "^20.8.7",
"typescript": "^5.2.2"
"@types/node": "^20.11.19",
"typescript": "^5.3.3"
}
}
7 changes: 6 additions & 1 deletion apps/wallet-api-tools/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import { Suspense } from "react";
import { Editor } from "../src/Editor";

export default function Page() {
return <Editor />;
return (
<Suspense>
<Editor />
</Suspense>
);
}
38 changes: 19 additions & 19 deletions apps/wallet-api-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,32 @@
"dependencies": {
"@ledgerhq/wallet-api-core": "workspace:*",
"@ledgerhq/wallet-api-simulator": "workspace:*",
"@next/font": "13.5.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@next/font": "14.1.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@tailwindcss/typography": "^0.5.9",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.11.19",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.13",
"@uiw/codemirror-extensions-langs": "^4.21.20",
"@uiw/react-codemirror": "^4.21.20",
"bufferutil": "^4.0.7",
"flowbite": "^1.8.1",
"next": "^13.5.6",
"@types/react": "18.2.57",
"@types/react-dom": "18.2.19",
"@uiw/codemirror-extensions-langs": "^4.21.22",
"@uiw/react-codemirror": "^4.21.22",
"bufferutil": "^4.0.8",
"flowbite": "^2.3.0",
"next": "^14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2",
"typescript": "5.3.3",
"utf-8-validate": "^6.0.3",
"uuid": "^9.0.0",
"zod": "^3.22.2"
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@ledgerhq/eslint-config-custom": "workspace:*",
"@types/uuid": "^9.0.3",
"autoprefixer": "^10.4.16",
"eslint": "^8.48.0",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.3"
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"tailwindcss": "^3.4.1"
}
}
36 changes: 18 additions & 18 deletions examples/client-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@
"@ledgerhq/wallet-api-client": "workspace:*",
"@ledgerhq/wallet-api-client-react": "workspace:*",
"@ledgerhq/wallet-api-simulator": "workspace:*",
"next": "14.0.3",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.4",
"@types/node": "^20",
"@types/react": "^18.2.38",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"eslint-plugin-testing-library": "^6.2.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"postcss": "^8",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.0",
"typescript": "^5"
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "turbo run test",
"format:check": "turbo run format:check",
"format:fix": "turbo run format:fix",
"prepare": "husky install",
"prepare": "husky",
"publish-packages": "turbo run build lint && changeset publish"
},
"lint-staged": {
Expand All @@ -28,20 +28,20 @@
]
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@ledgerhq/eslint-config-custom": "workspace:*",
"eslint": "^8.48.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"turbo": "^1.10.13"
"eslint": "^8.56.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"turbo": "^1.12.4"
},
"engines": {
"node": ">=16",
"pnpm": ">=7"
},
"packageManager": "[email protected]",
"dependencies": {
"@tsconfig/recommended": "^1.0.2"
"@tsconfig/recommended": "^1.0.3"
}
}
20 changes: 10 additions & 10 deletions packages/client-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
},
"devDependencies": {
"@ledgerhq/jest-shared-config": "workspace:*",
"@types/jest": "^29.5.4",
"@types/node": "^20.8.7",
"@types/react": "^18.2.38",
"eslint": "^8.48.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"prettier": "^3.0.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17 || ^18"
Expand Down
20 changes: 10 additions & 10 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"test": "jest"
},
"dependencies": {
"@ledgerhq/hw-transport": "^6.28.8",
"@ledgerhq/hw-transport": "^6.30.4",
"@ledgerhq/wallet-api-core": "workspace:*",
"bignumber.js": "^9.1.2"
},
"devDependencies": {
"@ledgerhq/jest-shared-config": "workspace:*",
"@types/jest": "^29.5.4",
"@types/node": "^20.8.7",
"eslint": "^8.48.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}
24 changes: 12 additions & 12 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
},
"devDependencies": {
"@ledgerhq/jest-shared-config": "workspace:*",
"@types/jest": "^29.5.4",
"@types/node": "^20.8.7",
"@types/uuid": "^9.0.3",
"eslint": "^8.48.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/uuid": "^9.0.8",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@ledgerhq/errors": "^6.14.0",
"@ledgerhq/errors": "^6.16.2",
"bignumber.js": "^9.1.2",
"uuid": "^9.0.0",
"zod": "^3.22.2"
"uuid": "^9.0.1",
"zod": "^3.22.4"
}
}
14 changes: 7 additions & 7 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.13",
"eslint-plugin-prettier": "^5.0.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.12.4",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"prettier": "^3.2.5",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/jest-shared-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"main": "index.js",
"license": "MIT",
"devDependencies": {
"jest": "^29.6.4"
"jest": "^29.7.0"
}
}
12 changes: 6 additions & 6 deletions packages/manifest-validator-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"/bin"
],
"scripts": {
"build": "rm -rf bin/* && tsc",
"build": "rm -rf bin/* && tsc -p prod.tsconfig.json",
"format:check": "prettier --check \"src\"",
"format:fix": "prettier --write \"src\"",
"lint": "eslint --cache --ext .ts \"src\"",
Expand All @@ -18,14 +18,14 @@
"validate": "bin/cli.js"
},
"devDependencies": {
"@types/node": "^20.8.7",
"eslint": "^8.48.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"@types/node": "^20.11.19",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"dependencies": {
"@ledgerhq/wallet-api-core": "workspace:*",
"@ledgerhq/wallet-api-manifest-validator": "workspace:*",
"clipanion": "3.2.1"
"clipanion": "4.0.0-rc.3"
}
}
10 changes: 10 additions & 0 deletions packages/manifest-validator-cli/prod.tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"module": "commonjs",
"outDir": "./bin"
},
"include": ["src/**/*"]
}
1 change: 0 additions & 1 deletion packages/manifest-validator-cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"resolveJsonModule": true,
"outDir": "./bin",
"module": "commonjs"
},
"include": ["src/**/*"]
Expand Down
18 changes: 9 additions & 9 deletions packages/manifest-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
},
"devDependencies": {
"@ledgerhq/jest-shared-config": "workspace:*",
"@types/jest": "^29.5.4",
"@types/node": "^20.8.7",
"eslint": "^8.48.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@ledgerhq/wallet-api-core": "workspace:*",
Expand Down
Loading

0 comments on commit d47e605

Please sign in to comment.