Skip to content

Commit

Permalink
Merge pull request #153 from KaiShoya/feature/upgrade_nuxt_version_to…
Browse files Browse the repository at this point in the history
…_v3.9.0

upgrade(Nuxt): Nuxtのバージョンをv3.9.0に更新した
  • Loading branch information
KaiShoya committed Dec 27, 2023
2 parents e511a2f + 46686c9 commit 6ce411b
Show file tree
Hide file tree
Showing 3 changed files with 1,032 additions and 1,228 deletions.
1 change: 1 addition & 0 deletions .commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
# refactor: バグの修正も機能の追加も行わないコード変更
# perf: パフォーマンスを向上させるコード変更
# test: 不足しているテストを追加するか、既存のテストを修正します
# upgrade: フレームワークやライブラリのバージョン更新
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drink-counter",
"version": "1.9.7",
"version": "1.9.8",
"license": "MIT",
"engines": {
"node": "18"
Expand All @@ -27,7 +27,7 @@
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.9.0",
"nuxt": "^3.8.2",
"nuxt": "^3.9.0",
"sass": "^1.64.1",
"typescript": "^5.1.6"
},
Expand Down
Loading

1 comment on commit 6ce411b

@vercel
Copy link

@vercel vercel bot commented on 6ce411b Dec 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

drink-counter – ./

drink-counter-theta.vercel.app
drink-counter-git-main-shoya85.vercel.app
drink-counter-shoya85.vercel.app

Please sign in to comment.