From b4c3b89dde17d79a6f827f09292cc89f3e529879 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 23 Mar 2024 05:46:00 +0900 Subject: [PATCH] update package --- .github/workflows/gh-pages.yml | 2 +- package.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 08ed5d0..abf4d37 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 21 ref: main submodules: true fetch-depth: 0 diff --git a/package.json b/package.json index 07683a9..a74022f 100644 --- a/package.json +++ b/package.json @@ -9,15 +9,13 @@ }, "dependencies": { "@google/model-viewer": "^3.4.0", - "@hrwg/vue-marked": "^0.0.2", "@nuxtjs/proxy": "^2.1.0", - "axios": "^0.25.0", + "axios": "^1.6.8", "core-js": "^3.6.4", "moment": "^2.29.4", "three": "^0.162.0", "vue": "^2.6.11", "vue-loading-template": "^1.3.2", - "vue-marked": "^0.1.1", "vue-meta": "^2.4.0", "vue-template-compiler": "^2.6.14" },