diff --git a/package.json b/package.json index ae9e7d21..53619d55 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "lint": "eslint" }, "dependencies": { - "@oruga-ui/oruga-next": "0.11.6", - "@oruga-ui/theme-bulma": "^0.7.3", + "@oruga-ui/oruga-next": "0.12.1", + "@oruga-ui/theme-bulma": "^0.8.0", "core-js": "^3.47.0", "crypto-js": "^4.2.0", "vue": "^3.5.24", diff --git a/src/main.ts b/src/main.ts index 78a431b9..f33cce02 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,7 +4,7 @@ import { bulmaConfig } from '@oruga-ui/theme-bulma'; import App from './App.vue'; import router from './router'; import store from './store'; -import '@oruga-ui/theme-bulma/dist/bulma.css'; +import '@oruga-ui/theme-bulma/style.css'; const app = createApp(App); diff --git a/yarn.lock b/yarn.lock index dbd1f295..f594d33b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1705,17 +1705,17 @@ resolved "https://registry.yarnpkg.com/@one-ini/wasm/-/wasm-0.1.1.tgz#6013659736c9dbfccc96e8a9c2b3de317df39323" integrity sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw== -"@oruga-ui/oruga-next@0.11.6": - version "0.11.6" - resolved "https://registry.yarnpkg.com/@oruga-ui/oruga-next/-/oruga-next-0.11.6.tgz#cefccc0de8f5de6b2f51580c816d8108f85cfb45" - integrity sha512-2ymMckljKlsbe5BtQJoB4XV61PLnPdThpNJWpHjl/KLRQpAOyQK5wbsIr3sTSiYGGrwDt0IDq8bibMkJyh/7ww== +"@oruga-ui/oruga-next@0.12.1": + version "0.12.1" + resolved "https://registry.yarnpkg.com/@oruga-ui/oruga-next/-/oruga-next-0.12.1.tgz#224cc89b78d130e986edc159d62f42c95624c809" + integrity sha512-EAbEp/zotER+ROftvPRA/xB5IsMsTebXgJPjfgBbFhV9yKNizFMTdzYBipIKGmKFF2JNVq6hJjbcmHlpcolotg== dependencies: - vue-component-type-helpers "^3.0.5" + vue-component-type-helpers "^3.1.0" -"@oruga-ui/theme-bulma@^0.7.3": - version "0.7.3" - resolved "https://registry.yarnpkg.com/@oruga-ui/theme-bulma/-/theme-bulma-0.7.3.tgz#265067e82348631a143f3e4e657a69479a238dc8" - integrity sha512-wVFHMSO2qw8aonUfghIcnRGhJGSls8qesg5kHMOyuQOCKDmR7GLGqrNcIYvL0NyP34kP0D9r2g4mCLxdRv8vdw== +"@oruga-ui/theme-bulma@^0.8.0": + version "0.8.0" + resolved "https://registry.yarnpkg.com/@oruga-ui/theme-bulma/-/theme-bulma-0.8.0.tgz#bc9af7b542db13c2fa8448944ff1be5dc53599a7" + integrity sha512-V0ZLC2GWMlnp7z15ClPDtzquJKT3nxuwZo6xF6e7dDNMd6mNNVdkDSMqY9cNptjAde9lehZVzKamIYKTnBKjOA== dependencies: bulma "1.0.4" @@ -10539,10 +10539,10 @@ vue-component-type-helpers@^2.0.0: resolved "https://registry.yarnpkg.com/vue-component-type-helpers/-/vue-component-type-helpers-2.2.12.tgz#5014787aad185a22f460ad469cc51f14524308bc" integrity sha512-YbGqHZ5/eW4SnkPNR44mKVc6ZKQoRs/Rux1sxC6rdwXb4qpbOSYfDr9DsTHolOTGmIKgM9j141mZbBeg05R1pw== -vue-component-type-helpers@^3.0.5: - version "3.0.6" - resolved "https://registry.yarnpkg.com/vue-component-type-helpers/-/vue-component-type-helpers-3.0.6.tgz#983a15e02291f88300ee5b15cee31747a072160f" - integrity sha512-6CRM8X7EJqWCJOiKPvSLQG+hJPb/Oy2gyJx3pLjUEhY7PuaCthQu3e0zAGI1lqUBobrrk9IT0K8sG2GsCluxoQ== +vue-component-type-helpers@^3.1.0: + version "3.1.4" + resolved "https://registry.yarnpkg.com/vue-component-type-helpers/-/vue-component-type-helpers-3.1.4.tgz#9cf30c8533a524ba78e39b4b4176c3209e42f279" + integrity sha512-Uws7Ew1OzTTqHW8ZVl/qLl/HB+jf08M0NdFONbVWAx0N4gMLK8yfZDgeB77hDnBmaigWWEn5qP8T9BG59jIeyQ== vue-eslint-parser@^10.2.0: version "10.2.0"