Skip to content

Commit 44561ca

Browse files
committed
Version 0.0.18: update dependencies and minor fix
1 parent 453aebf commit 44561ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepython",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "Edit and run Python code in Vuejs",
55
"repository": "https://github.com/synw/vuepython",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"@nanostores/vue": "^0.7.0",
1515
"@vueuse/core": "^9.13.0",
1616
"highlight.js": "^11.7.0",
17-
"usepython": "^0.0.10",
17+
"usepython": "^0.0.11",
1818
"vuecodit": "^0.0.10"
1919
},
2020
"peerDependencies": {

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
theme: {
1313
extend: {
1414
maxWidth: {
15-
'prose': '100ch',
15+
'prose': '52rem',
1616
},
1717
typography: ({ theme }) => ({
1818
DEFAULT: {

0 commit comments

Comments
 (0)