Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Dec 18, 2024
1 parent 9428552 commit d965024
Show file tree
Hide file tree
Showing 4 changed files with 836 additions and 1,112 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9.11.0
version: 9.15.0

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:20-alpine AS build
FROM --platform=$BUILDPLATFORM node:22-alpine AS build

ARG OCULAR_GENESIS_HOST
ARG OCULAR_BUILD_VERSION
Expand All @@ -19,7 +19,7 @@ RUN pnpm install --frozen-lockfile
COPY . /app
RUN pnpm run build

FROM busybox:1.36.1-musl
FROM busybox:1.37.0-musl

WORKDIR /home/static

Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.0",
"license": "MIT",
"author": "Simon Reinisch <[email protected]>",
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.15.0",
"engines": {
"node": "^22"
},
Expand All @@ -21,42 +21,42 @@
},
"dependencies": {
"@popperjs/core": "2.11.8",
"@remixicon/vue": "4.4.0",
"@remixicon/vue": "4.6.0",
"echarts": "5.5.1",
"papaparse": "5.4.1",
"vue": "3.5.12",
"vue-i18n": "10.0.4",
"vue-router": "4.4.5",
"vue": "3.5.13",
"vue-i18n": "10.0.5",
"vue-router": "4.5.0",
"yuppee": "0.3.0"
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
"@eslint/js": "9.17.0",
"@intlify/eslint-plugin-vue-i18n": "^3.2.0",
"@types/ackee-tracker": "5.0.4",
"@types/html-minifier-terser": "7.0.2",
"@types/node": "22.8.1",
"@types/node": "22.10.2",
"@types/papaparse": "5.3.15",
"@typescript-eslint/parser": "8.11.0",
"@vitejs/plugin-vue": "5.1.4",
"@typescript-eslint/parser": "8.18.1",
"@vitejs/plugin-vue": "5.2.1",
"@vue/eslint-config-prettier": "10.1.0",
"@vue/eslint-config-typescript": "14.1.3",
"eslint": "9.13.0",
"@vue/eslint-config-typescript": "14.1.4",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import-x": "4.3.1",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import-x": "4.5.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vue": "9.29.1",
"eslint-plugin-vue": "9.32.0",
"html-minifier-terser": "7.2.0",
"prettier": "3.3.3",
"sass": "1.79.6",
"prettier": "3.4.2",
"sass": "1.83.0",
"typescript": "5.6.3",
"typescript-eslint": "8.11.0",
"vite": "5.4.10",
"vite-plugin-optimize-css-modules": "1.1.0",
"vite-plugin-pwa": "0.20.5",
"vite-tsconfig-paths": "5.0.1",
"vue-tsc": "2.1.8",
"workbox-build": "7.1.1",
"workbox-window": "7.1.0"
"typescript-eslint": "8.18.1",
"vite": "6.0.3",
"vite-plugin-optimize-css-modules": "1.2.0",
"vite-plugin-pwa": "0.21.1",
"vite-tsconfig-paths": "5.1.4",
"vue-tsc": "2.1.10",
"workbox-build": "7.3.0",
"workbox-window": "7.3.0"
}
}
Loading

0 comments on commit d965024

Please sign in to comment.