Compare commits

..

3 Commits

Author SHA1 Message Date
caf51e7a1c
fix: lint
All checks were successful
continuous-integration/drone/pr Build is passing
2023-10-26 12:59:27 +02:00
b15d6f1fac
chore(deps): update lockfile
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-26 12:00:11 +02:00
644152c2cd chore(deps): update dev-dependencies
Some checks failed
continuous-integration/drone/pr Build is failing
2023-10-26 01:10:00 +00:00
5 changed files with 213 additions and 249 deletions

View File

@ -42,7 +42,7 @@ steps:
# - .cache
- name: dependencies
image: node:20.9-alpine
image: node:20.8-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@ -55,7 +55,7 @@ steps:
# - restore-cache
- name: lint
image: node:20.9-alpine
image: node:20.8-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@ -66,7 +66,7 @@ steps:
- dependencies
- name: build-prod
image: node:20.9-alpine
image: node:20.8-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@ -77,7 +77,7 @@ steps:
- dependencies
- name: test-unit
image: node:20.9-alpine
image: node:20.8-alpine
pull: always
commands:
- corepack enable && pnpm config set store-dir .cache/pnpm
@ -87,7 +87,7 @@ steps:
- name: typecheck
failure: ignore
image: node:20.9-alpine
image: node:20.8-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@ -202,7 +202,7 @@ steps:
# - .cache
- name: build
image: node:20.9-alpine
image: node:20.8-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@ -285,7 +285,7 @@ steps:
# - .cache
- name: build
image: node:20.9-alpine
image: node:20.8-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@ -532,6 +532,6 @@ steps:
src/i18n/lang/en.json: en.json
---
kind: signature
hmac: dab902060979f246df77641c995c843ea39f86dba2de9003da7e593ce6f6f08a
hmac: 3678445f9053754ee4aae3e8888f8275e592711b84f0a1f013da117c9c1f44ce
...

2
.nvmrc
View File

@ -1 +1 @@
20.9.0
18.18.2

View File

@ -3,7 +3,7 @@
# │─││ │││ │ │
# ┘─┘┘─┘┘┘─┘┘─┘
FROM --platform=$BUILDPLATFORM node:20.9-alpine AS builder
FROM --platform=$BUILDPLATFORM node:20.8-alpine AS builder
WORKDIR /build

View File

@ -53,8 +53,8 @@
"@infectoone/vue-ganttastic": "2.2.0",
"@intlify/unplugin-vue-i18n": "1.4.0",
"@kyvg/vue3-notification": "3.0.2",
"@sentry/tracing": "7.75.1",
"@sentry/vue": "7.75.1",
"@sentry/tracing": "7.74.1",
"@sentry/vue": "7.74.1",
"@tiptap/core": "2.1.12",
"@tiptap/extension-blockquote": "2.1.12",
"@tiptap/extension-bold": "2.1.12",
@ -114,10 +114,10 @@
"sortablejs": "1.15.0",
"tippy.js": "6.3.7",
"ufo": "1.3.1",
"vue": "3.3.7",
"vue": "3.3.6",
"vue-advanced-cropper": "2.8.8",
"vue-flatpickr-component": "11.0.3",
"vue-i18n": "9.6.0",
"vue-i18n": "9.5.0",
"vue-router": "4.2.5",
"workbox-precaching": "7.0.0",
"zhyswan-vuedraggable": "4.1.3"
@ -137,7 +137,7 @@
"@types/is-touch-device": "1.0.1",
"@types/lodash.debounce": "4.0.8",
"@types/marked": "5.0.2",
"@types/node": "20.8.9",
"@types/node": "18.18.7",
"@types/postcss-preset-env": "7.7.0",
"@types/sortablejs": "1.15.4",
"@typescript-eslint/eslint-plugin": "6.9.0",
@ -156,7 +156,7 @@
"esbuild": "0.19.5",
"eslint": "8.52.0",
"eslint-plugin-vue": "9.18.0",
"happy-dom": "12.10.1",
"happy-dom": "12.9.1",
"histoire": "0.17.4",
"postcss": "8.4.31",
"postcss-easing-gradients": "3.0.1",
@ -174,7 +174,7 @@
"vite-plugin-sentry": "1.3.0",
"vite-svg-loader": "4.0.0",
"vitest": "0.34.6",
"vue-tsc": "1.8.22",
"vue-tsc": "1.8.21",
"wait-on": "7.0.1",
"workbox-cli": "7.0.0"
},

File diff suppressed because it is too large Load Diff