Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 27, 2024
1 parent 0a29ce7 commit 9d0a918
Show file tree
Hide file tree
Showing 3 changed files with 1,375 additions and 749 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -28,8 +28,8 @@ jobs:
PLAYWRIGHT_BROWSERS_PATH: 0

steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: /home/runner/.local/share/pnpm/store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -33,27 +33,27 @@
"homepage": "https://github.com/Uninen/garmin-connect-to-json",
"dependencies": {
"app-root-path": "3.1.0",
"commander": "9.4.1",
"commander": "12.0.0",
"dayjs": "1.11.5",
"dotenv": "16.0.3",
"dotenv": "16.4.5",
"path": "0.12.7",
"playwright-chromium": "1.26.1",
"rambda": "7.3.0"
"playwright-chromium": "1.43.1",
"rambda": "9.2.0"
},
"devDependencies": {
"@playwright/test": "1.26.1",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-typescript": "8.5.0",
"@tsconfig/node16": "^1.0.3",
"@types/node": "18.8.2",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-security": "1.5.0",
"rollup": "2.79.1",
"tsx": "3.9.0",
"typescript": "4.8.4",
"vitest": "0.23.4"
"@playwright/test": "1.43.1",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-typescript": "11.1.6",
"@tsconfig/node16": "^16.0.0",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"eslint": "9.1.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-security": "3.0.0",
"rollup": "4.16.4",
"tsx": "4.7.3",
"typescript": "5.4.5",
"vitest": "1.5.2"
}
}

0 comments on commit 9d0a918

Please sign in to comment.