We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453aebf commit 44561caCopy full SHA for 44561ca
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vuepython",
3
- "version": "0.0.17",
+ "version": "0.0.18",
4
"description": "Edit and run Python code in Vuejs",
5
"repository": "https://github.com/synw/vuepython",
6
"scripts": {
@@ -14,7 +14,7 @@
14
"@nanostores/vue": "^0.7.0",
15
"@vueuse/core": "^9.13.0",
16
"highlight.js": "^11.7.0",
17
- "usepython": "^0.0.10",
+ "usepython": "^0.0.11",
18
"vuecodit": "^0.0.10"
19
},
20
"peerDependencies": {
tailwind.config.js
@@ -12,7 +12,7 @@ module.exports = {
12
theme: {
13
extend: {
maxWidth: {
- 'prose': '100ch',
+ 'prose': '52rem',
typography: ({ theme }) => ({
DEFAULT: {
0 commit comments