Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
chore: update js deps
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Oct 20, 2023
1 parent 7799d4f commit b2bcf2f
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 107 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18.17.1
node-version: 18.18.2
cache: yarn

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18.17.1
node-version: 18.18.2
cache: yarn

- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@connectrpc/connect-node": "^1.1.2",
"@connectrpc/connect-web": "^1.1.2",
"@fastify/cors": "^8.4.0",
"@fontsource/inter": "^5.0.13",
"@fontsource/inter": "^5.0.14",
"@headlessui/vue": "^1.7.16",
"@improbable-eng/grpc-web": "^0.15.0",
"@nuxtjs/robots": "^3.0.0",
Expand All @@ -42,7 +42,7 @@
"slugify": "^1.6.6",
"uuid": "^9.0.1",
"vee-validate": "^4.11.8",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-chartjs": "^5.2.0",
"vue-template-compiler": "^2.7.14",
"vue3-apexcharts": "^1.4.4"
Expand All @@ -65,7 +65,7 @@
"eslint": "^8.51.0",
"eslint-plugin-vue": "^9.17.0",
"nuxi": "^3.9.1",
"nuxt": "^3.7.4",
"nuxt": "^3.8.0",
"nuxt-typed-router": "^3.3.1",
"postcss": "^8.4.31",
"postcss-custom-properties": "^13.3.2",
Expand Down
Loading

0 comments on commit b2bcf2f

Please sign in to comment.