Skip to content

Commit

Permalink
fix: use next release version for working nuxt3 app (#1129)
Browse files Browse the repository at this point in the history
* fix: use next release version for working nuxt3 app

* fix: correct @next scale version
  • Loading branch information
felix-ico authored Jul 11, 2022
1 parent 9656b75 commit 29e9e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nuxt3-boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"nuxt": "3.0.0-rc.3"
},
"dependencies": {
"@telekom/scale-components": "^3.0.0-beta.56"
"@telekom/scale-components": "^3.0.0-beta.107"
}
}

0 comments on commit 29e9e5b

Please sign in to comment.