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] committed Oct 15, 2023
1 parent 732df99 commit 59c72f9
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 99 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY public ./public
# Build assets
RUN pnpm build

FROM --platform=$BUILDPLATFORM golang:1.21.2-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.21.3-alpine AS builder

RUN apk add --no-cache ca-certificates && mkdir /dozzle

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

playwright:
container_name: playwright
image: mcr.microsoft.com/playwright:v1.38.1-jammy
image: mcr.microsoft.com/playwright:v1.39.0-jammy
working_dir: /app
volumes:
- .:/app
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"name": "docs",
"devDependencies": {
"@netlify/functions": "^2.2.1",
"@netlify/functions": "^2.3.0",
"@unocss/preset-typography": "^0.56.5",
"@unocss/reset": "^0.56.5",
"@unocss/transformer-directives": "^0.56.5",
Expand Down
14 changes: 7 additions & 7 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": {
"url": "https://github.com/amir20/dozzle/issues"
},
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.9.1",
"repository": {
"type": "git",
"url": "git+https://github.com/amir20/dozzle.git"
Expand Down Expand Up @@ -52,7 +52,7 @@
"entities": "^4.5.0",
"fuse.js": "^6.6.2",
"lodash.debounce": "^4.0.8",
"pinia": "^2.1.6",
"pinia": "^2.1.7",
"postcss": "^8.4.31",
"postcss-mixins": "^9.0.4",
"splitpanes": "^3.1.5",
Expand All @@ -71,15 +71,15 @@
"devDependencies": {
"@iconify-json/ic": "^1.1.14",
"@pinia/testing": "^0.1.3",
"@playwright/test": "^1.38.1",
"@playwright/test": "^1.39.0",
"@types/d3-array": "^3.0.8",
"@types/d3-ease": "^3.0.0",
"@types/d3-scale": "^4.0.5",
"@types/d3-selection": "^3.0.7",
"@types/d3-shape": "^3.1.3",
"@types/d3-transition": "^3.0.5",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^20.8.3",
"@types/node": "^20.8.6",
"@types/semver": "^7.5.3",
"@vitejs/plugin-vue": "4.4.0",
"@vue/compiler-sfc": "^3.3.4",
Expand All @@ -92,13 +92,13 @@
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"prettier-plugin-tailwindcss": "^0.5.6",
"simple-git-hooks": "^2.9.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vitepress": "1.0.0-rc.20",
"vitepress": "1.0.0-rc.22",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.18"
"vue-tsc": "^1.8.19"
},
"lint-staged": {
"*.{js,vue,css,ts,html,md}": [
Expand Down
Loading

0 comments on commit 59c72f9

Please sign in to comment.