Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Dec 23, 2023
1 parent ca699a3 commit feeaa97
Show file tree
Hide file tree
Showing 9 changed files with 1,407 additions and 1,009 deletions.
8 changes: 8 additions & 0 deletions docker/Dockerfile_ci
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ FROM node:20-bookworm AS builder
RUN mkdir /app
WORKDIR /app

RUN apt-get update \
&& apt-get install -y --no-install-recommends libasound2 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libcairo2 libcups2 libdbus-1-3 libdrm2 libgbm1 libglib2.0-0 libnspr4 libnss3 libpango-1.0-0 libx11-6 libxcb1 libxcomposite1 libxdamage1 libxext6 libxfixes3 libxkbcommon0 libxrandr2 xvfb fonts-noto-color-emoji fonts-unifont libfontconfig1 libfreetype6 xfonts-scalable fonts-liberation fonts-ipafont-gothic fonts-wqy-zenhei fonts-tlwg-loma-otf fonts-freefont-ttf libcairo-gobject2 libdbus-glib-1-2 libgdk-pixbuf-2.0-0 libgtk-3-0 libharfbuzz0b libpangocairo-1.0-0 libx11-xcb1 libxcb-shm0 libxcursor1 libxi6 libxrender1 libxtst6 libsoup-3.0-0 gstreamer1.0-libav gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good libegl1 libenchant-2-2 libepoxy0 libevdev2 libgles2 libglx0 libgstreamer-gl1.0-0 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgudev-1.0-0 libharfbuzz-icu0 libhyphen0 libicu72 libjpeg62-turbo liblcms2-2 libmanette-0.2-0 libnotify4 libopengl0 libopenjp2-7 libopus0 libpng16-16 libproxy1v5 libsecret-1-0 libwayland-client0 libwayland-egl1 libwayland-server0 libwebp7 libwebpdemux2 libwoff1 libxml2 libxslt1.1 libatomic1 libevent-2.1-7 \
&& apt-get clean \
&& apt-get autoclean \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*

COPY package.json .
COPY yarn.lock .

RUN yarn install
RUN yarn playwright install --with-deps

COPY . .
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,36 @@
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@quasar/extras": "^1.16.8",
"@tauri-apps/api": "^1.5.1",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@quasar/extras": "^1.16.9",
"@tauri-apps/api": "^1.5.3",
"codemirror": "^6.0.1",
"idb": "^7.1.1",
"idb": "^8.0.0",
"json-bigint": "^1.0.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"pinia-plugin-persistedstate": "^3.2.1",
"pretty-bytes": "^6.1.1",
"quasar": "^2.14.0",
"vue": "^3.3.8",
"vue-i18n": "^9.6.5",
"quasar": "^2.14.2",
"vue": "^3.3.13",
"vue-i18n": "^9.8.0",
"vue-resizable": "^2.1.7",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@playwright/test": "^1.40.1",
"@quasar/vite-plugin": "^1.6.0",
"@tauri-apps/cli": "^1.5.6",
"@tauri-apps/cli": "^1.5.9",
"@types/json-bigint": "^1.0.4",
"@vitejs/plugin-vue": "^4.4.1",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.53.0",
"eslint-plugin-vue": "^9.18.1",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-bundle-visualizer": "^0.11.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.22"
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-bundle-visualizer": "^1.0.0",
"vitest": "^1.1.0",
"vue-tsc": "^1.8.26"
}
}
Loading

0 comments on commit feeaa97

Please sign in to comment.