|
1 | 1 | { |
2 | 2 | "name": "vuepython", |
3 | | - "version": "0.0.19", |
| 3 | + "version": "0.0.20", |
4 | 4 | "description": "Edit and run Python code in Vuejs", |
5 | 5 | "repository": "https://github.com/synw/vuepython", |
6 | 6 | "scripts": { |
|
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | 14 | "@nanostores/vue": "^0.10.0", |
15 | | - "@vueuse/core": "^10.7.2", |
| 15 | + "@vueuse/core": "^10.9.0", |
16 | 16 | "highlight.js": "^11.9.0", |
17 | | - "usepython": "^0.0.12", |
| 17 | + "usepython": "^0.1.0", |
18 | 18 | "vuecodit": "^0.0.11" |
19 | 19 | }, |
20 | 20 | "peerDependencies": { |
|
25 | 25 | "@tailwindcss/forms": "^0.5.7", |
26 | 26 | "@tailwindcss/typography": "^0.5.10", |
27 | 27 | "@types/highlight.js": "^10.1.0", |
28 | | - "@types/node": "^20.11.15", |
29 | | - "@vitejs/plugin-vue": "^5.0.3", |
30 | | - "@vue/compiler-sfc": "^3.4.15", |
31 | | - "autoprefixer": "^10.4.17", |
| 28 | + "@types/node": "^20.11.28", |
| 29 | + "@vitejs/plugin-vue": "^5.0.4", |
| 30 | + "@vue/compiler-sfc": "^3.4.21", |
| 31 | + "autoprefixer": "^10.4.18", |
32 | 32 | "npm-run-all": "^4.1.5", |
33 | 33 | "path": "^0.12.7", |
34 | | - "postcss": "^8.4.33", |
35 | | - "sass": "^1.70.0", |
| 34 | + "postcss": "^8.4.35", |
| 35 | + "sass": "^1.72.0", |
36 | 36 | "tailwindcss": "^3.4.1", |
37 | 37 | "tailwindcss-semantic-colors": "^0.2.0", |
38 | 38 | "tslib": "^2.6.2", |
39 | | - "typescript": "^5.3.3", |
40 | | - "vite": "^5.0.12", |
41 | | - "vue": "^3.4.15", |
42 | | - "vue-tsc": "^1.8.27" |
| 39 | + "typescript": "^5.4.2", |
| 40 | + "vite": "^5.1.6", |
| 41 | + "vue": "^3.4.21", |
| 42 | + "vue-tsc": "^2.0.6" |
43 | 43 | }, |
44 | 44 | "files": [ |
45 | 45 | "dist" |
|
0 commit comments