Skip to content

Commit

Permalink
Bump @oruga-ui/oruga-next from 0.7.0 to 0.8.2 (#442)
Browse files Browse the repository at this point in the history
* Bump @oruga-ui/oruga-next from 0.7.0 to 0.8.2

Bumps [@oruga-ui/oruga-next](https://github.com/oruga-ui/oruga) from 0.7.0 to 0.8.2.
- [Release notes](https://github.com/oruga-ui/oruga/releases)
- [Changelog](https://github.com/oruga-ui/oruga/blob/develop/CHANGELOG.md)
- [Commits](oruga-ui/oruga@v0.7.0...v0.8.2)

---
updated-dependencies:
- dependency-name: "@oruga-ui/oruga-next"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update HomePage.ts

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bervianto Leo Pratama <[email protected]>
  • Loading branch information
dependabot[bot] and berviantoleo authored Jan 12, 2024
1 parent 8d43e95 commit 89be746
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@oruga-ui/oruga-next": "^0.7.0",
"@oruga-ui/oruga-next": "^0.8.2",
"@oruga-ui/theme-bulma": "^0.2.11",
"axios": "^1.6.3",
"leaflet": "^1.9.4",
Expand Down
4 changes: 2 additions & 2 deletions src/HomePage.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import axios from 'axios';
import { defineComponent } from 'vue';
import { useProgrammatic } from '@oruga-ui/oruga-next';
import { useOruga } from '@oruga-ui/oruga-next';

export default defineComponent({
name: 'HomePage',
setup() {
const { oruga } = useProgrammatic();
const oruga = useOruga();
return { oruga };
},
data(): {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1262,10 +1262,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@oruga-ui/oruga-next@^0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@oruga-ui/oruga-next/-/oruga-next-0.7.0.tgz#3d454cf648182d25a99a21c7101506f8f585d13a"
integrity sha512-T2KnNhGzgqv/Xzu4Efx3wnYahANcP6Z7Yc8DHOFIOLrM+ZDdTS9OjL3gofBVDrDBRg1DQv6EvsSsNkwMR88LpA==
"@oruga-ui/oruga-next@^0.8.2":
version "0.8.2"
resolved "https://registry.yarnpkg.com/@oruga-ui/oruga-next/-/oruga-next-0.8.2.tgz#561bb1e6e6fcc4736641535e1ef3ad3a62d7c95d"
integrity sha512-XRKmuKRWos2poGtU3AVOnCCX6iGOwoj1KgVlNaz6u8aQ+hg4LwAOgh3KPwiP/lUb9PdKcSEFb7fU2SXH9a47mQ==

"@oruga-ui/theme-bulma@^0.2.11":
version "0.2.11"
Expand Down

0 comments on commit 89be746

Please sign in to comment.