Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Jan 27, 2024
1 parent 6ed8222 commit 8c8b3eb
Show file tree
Hide file tree
Showing 6 changed files with 920 additions and 924 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: 'maven'

- name: Cache Maven Deps
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: $GITHUB_WORKSPACE/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Cache pnpm
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Cache Pnpm
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<otel-semconv.version>1.30.0-alpha</otel-semconv.version>

<!-- test -->
<pg.version>1.19.3</pg.version>
<pg.version>1.19.4</pg.version>

<!-- plugins -->
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
Expand Down
16 changes: 8 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"@vueuse/components": "10.7.2",
"@vueuse/core": "10.7.2",
"accept-language-parser": "1.5.0",
"axios": "1.6.5",
"axios": "1.6.7",
"chart.js": "4.4.1",
"debug": "4.3.4",
"diff-match-patch": "1.0.5",
"dompurify": "3.0.8",
"easymde": "2.18.0",
"filesize": "10.1.0",
"jsdom": "23.2.0",
"jsdom": "24.0.0",
"jwt-decode": "4.0.0",
"lodash-es": "4.17.21",
"marked": "9.1.6",
"marked": "11.2.0",
"marked-extended-tables": "1.0.8",
"marked-linkify-it": "3.1.8",
"nprogress": "0.2.0",
Expand Down Expand Up @@ -72,7 +72,7 @@
"@types/nprogress": "0.2.3",
"@types/prismjs": "1.26.3",
"@types/qs": "6.9.11",
"@unocss/nuxt": "0.58.3",
"@unocss/nuxt": "0.58.4",
"@vue/eslint-config-typescript": "12.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -82,16 +82,16 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-unicorn": "50.0.1",
"eslint-plugin-vue": "9.20.1",
"husky": "8.0.3",
"husky": "9.0.6",
"lint-staged": "15.2.0",
"nuxt": "3.9.3",
"pnpm": "8.14.1",
"pnpm": "8.15.0",
"prettier": "2.8.8",
"regenerator-runtime": "0.14.1",
"sass": "1.70.0",
"typescript": "5.3.3",
"unplugin-auto-import": "0.17.3",
"unplugin-icons": "0.18.2",
"unplugin-auto-import": "0.17.5",
"unplugin-icons": "0.18.3",
"unplugin-vue-components": "0.26.0",
"vite": "4.5.1",
"vite-plugin-eslint": "1.8.1",
Expand Down
Loading

0 comments on commit 8c8b3eb

Please sign in to comment.