Skip to content

Commit

Permalink
Merge pull request #156 from KaiShoya/upgrade/nuxt_v3.9.1
Browse files Browse the repository at this point in the history
Upgrade/nuxt v3.9.1
  • Loading branch information
KaiShoya committed Jan 11, 2024
2 parents f222ec9 + b5f6fdf commit 931fec5
Show file tree
Hide file tree
Showing 4 changed files with 798 additions and 1,112 deletions.
2 changes: 0 additions & 2 deletions assets/scss/index.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@charset "utf-8";

@import url("../../node_modules/bulma/bulma.sass");

* {
touch-action: manipulation;
}
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drink-counter",
"version": "1.9.10",
"version": "1.10.0",
"license": "MIT",
"engines": {
"node": "18"
Expand All @@ -19,15 +19,15 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.4",
"@nuxt/devtools": "^1.0.6",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/i18n": "^8.0.0-rc.5",
"@nuxtjs/i18n": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.9.0",
"nuxt": "^3.9.0",
"eslint-plugin-vue": "^9.20.0",
"nuxt": "^3.9.1",
"sass": "^1.64.1",
"typescript": "^5.1.6"
},
Expand All @@ -36,13 +36,15 @@
"@fullcalendar/daygrid": "^6.1.4",
"@fullcalendar/vue3": "^6.1.4",
"@mdi/font": "^7.1.96",
"@oruga-ui/oruga-next": "^0.7.0",
"@pinia/nuxt": "^0.4.11",
"@oruga-ui/oruga-next": "^0.8.2",
"@oruga-ui/theme-bulma": "^0.2.11",
"@pinia/nuxt": "^0.5.1",
"@supabase/supabase-js": "^2.10.0",
"animate.css": "^4.1.1",
"bulma": "^0.9.4",
"bulma-toast": "^2.4.2",
"pinia": "^2.1.4",
"string-width": "7.0.0",
"vue-google-charts": "^1.1.0",
"vue-gtag": "^2.0.1",
"vuedraggable": "^4.1.0"
Expand Down
7 changes: 4 additions & 3 deletions plugins/oruga.client.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Oruga from '@oruga-ui/oruga-next'
import '@oruga-ui/oruga-next/dist/oruga.css'
import { Oruga } from '@oruga-ui/oruga-next'
import { bulmaConfig } from '@oruga-ui/theme-bulma'
import '@oruga-ui/theme-bulma/dist/bulma.css'

export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.use(Oruga)
nuxtApp.vueApp.use(Oruga, bulmaConfig)
})
Loading

1 comment on commit 931fec5

@vercel
Copy link

@vercel vercel bot commented on 931fec5 Jan 11, 2024

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.