Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent c3f6ff9 commit bceba43
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 88 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build assets
FROM --platform=$BUILDPLATFORM node:23.1.0-alpine AS node
FROM --platform=$BUILDPLATFORM node:23.2.0-alpine AS node

RUN corepack enable

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:

playwright:
container_name: playwright
image: mcr.microsoft.com/playwright:v1.48.2-jammy
image: mcr.microsoft.com/playwright:v1.49.0-jammy
working_dir: /app
volumes:
- .:/app
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"splitpanes": "^3.1.5",
"strip-ansi": "^7.1.0",
"tailwindcss": "^3.4.15",
"unplugin-auto-import": "^0.18.4",
"unplugin-auto-import": "^0.18.5",
"unplugin-icons": "^0.20.1",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-macros": "^2.13.3",
Expand All @@ -81,15 +81,15 @@
"devDependencies": {
"@apache-arrow/esnext-esm": "^18.0.0",
"@pinia/testing": "^0.1.7",
"@playwright/test": "^1.48.2",
"@playwright/test": "^1.49.0",
"@types/d3-array": "^3.2.1",
"@types/d3-ease": "^3.0.2",
"@types/d3-scale": "^4.0.8",
"@types/d3-selection": "^3.0.11",
"@types/d3-shape": "^3.1.6",
"@types/d3-transition": "^3.0.9",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@vitejs/plugin-vue": "5.2.0",
"@vue/compiler-sfc": "^3.5.13",
"@vue/test-utils": "^2.4.6",
Expand All @@ -100,7 +100,7 @@
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-tailwindcss": "^0.6.9",
"simple-git-hooks": "^2.11.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
Expand Down
Loading

0 comments on commit bceba43

Please sign in to comment.