Skip to content

Commit

Permalink
⬆️ (repo) [NO-ISSUE]: Various dependencies update (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman authored Nov 19, 2024
2 parents 2b61b7a + 3fda7f8 commit 881c9c4
Show file tree
Hide file tree
Showing 6 changed files with 279 additions and 350 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@ledgerhq/eslint-config-dsdk": "workspace:*",
"@ledgerhq/prettier-config-dsdk": "workspace:*",
"@ledgerhq/tsconfig-dsdk": "workspace:*",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"globals": "15.11.0"
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"globals": "15.12.0"
}
}
6 changes: 3 additions & 3 deletions apps/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@ledgerhq/device-signer-kit-solana": "workspace:*",
"@ledgerhq/device-transport-kit-mock-client": "workspace:*",
"@ledgerhq/react-ui": "^0.16.2",
"@sentry/nextjs": "^8.32.0",
"@playwright/test": "^1.48.2",
"@sentry/nextjs": "^8.32.0",
"ethers": "^6.13.2",
"next": "14.2.13",
"react": "^18.3.1",
Expand All @@ -36,11 +36,11 @@
"@ledgerhq/eslint-config-dsdk": "workspace:*",
"@ledgerhq/prettier-config-dsdk": "workspace:*",
"@ledgerhq/tsconfig-dsdk": "workspace:*",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-lottie": "^1.2.10",
"@types/styled-components": "^5.1.25",
"autoprefixer": "^10.4.20",
"globals": "15.11.0",
"globals": "15.12.0",
"postcss": "^8.4.47"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",
"concurrently": "^9.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"concurrently": "^9.1.0",
"danger": "^12.3.3",
"esbuild": "^0.24.0",
"esbuild-node-externals": "^1.14.0",
Expand All @@ -54,9 +54,9 @@
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"tsc-alias": "^1.8.10",
"turbo": "^2.2.3",
"turbo": "^2.3.0",
"typescript": "^5.6.3",
"zx": "^8.1.9"
"zx": "^8.2.2"
},
"engines": {
"node": ">=20"
Expand Down
10 changes: 5 additions & 5 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
],
"type": "module",
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/js": "9.14.0",
"@eslint/compat": "^1.2.3",
"@eslint/core": "^0.9.0",
"@eslint/js": "9.15.0",
"@types/eslint__js": "^8.42.3",
"@eslint/core": "^0.8.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"globals": "15.11.0",
"typescript-eslint": "8.13.0"
"globals": "15.12.0",
"typescript-eslint": "8.14.0"
}
}
4 changes: 2 additions & 2 deletions packages/config/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"devDependencies": {
"@tsconfig/recommended": "^1.0.8",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0"
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
}
}
Loading

0 comments on commit 881c9c4

Please sign in to comment.