Skip to content

Commit

Permalink
Update dependencies (#1610)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Rico <[email protected]>
Co-authored-by: SferaDev <[email protected]>
Co-authored-by: Alexis Rico <[email protected]>
  • Loading branch information
3 people authored Oct 14, 2024
1 parent 5ee3a4c commit 926df7c
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 114 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

- name: Install new versions
run: |
pnpm audit --fix
pnpm install --no-frozen-lockfile
git add .
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@opentelemetry/sdk-trace-node": "^1.26.0",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"doctoc": "^2.2.1",
"dotenv": "^16.4.5",
"eslint": "^9.12.0",
Expand All @@ -69,9 +69,9 @@
"tsx": "^4.19.1",
"turbo": "^2.1.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"typescript-eslint": "^8.9.0",
"vite": "^5.4.9",
"vitest": "^2.1.3",
"zod": "^3.23.8"
},
"lint-staged": {
Expand Down Expand Up @@ -119,7 +119,8 @@
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
"micromatch@<4.0.8": ">=4.0.8",
"react-devtools-core@<4.28.4": ">=4.28.4"
"react-devtools-core@<4.28.4": ">=4.28.4",
"cookie@<0.7.0": ">=0.7.0"
}
}
}
Loading

0 comments on commit 926df7c

Please sign in to comment.