|
1 | 1 | { |
2 | 2 | "name": "vuepython", |
3 | | - "version": "0.0.18", |
| 3 | + "version": "0.0.19", |
4 | 4 | "description": "Edit and run Python code in Vuejs", |
5 | 5 | "repository": "https://github.com/synw/vuepython", |
6 | 6 | "scripts": { |
|
11 | 11 | "build": "run-s compile emit css cpcss" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@nanostores/vue": "^0.7.0", |
15 | | - "@vueuse/core": "^9.13.0", |
16 | | - "highlight.js": "^11.7.0", |
17 | | - "usepython": "^0.0.11", |
18 | | - "vuecodit": "^0.0.10" |
| 14 | + "@nanostores/vue": "^0.10.0", |
| 15 | + "@vueuse/core": "^10.7.2", |
| 16 | + "highlight.js": "^11.9.0", |
| 17 | + "usepython": "^0.0.12", |
| 18 | + "vuecodit": "^0.0.11" |
19 | 19 | }, |
20 | 20 | "peerDependencies": { |
21 | 21 | "vue": "^3.2.31" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | | - "@snowind/plugin": "0.4.0", |
25 | | - "@tailwindcss/forms": "^0.5.0", |
26 | | - "@tailwindcss/typography": "^0.5.9", |
| 24 | + "@snowind/plugin": "0.5.0", |
| 25 | + "@tailwindcss/forms": "^0.5.7", |
| 26 | + "@tailwindcss/typography": "^0.5.10", |
27 | 27 | "@types/highlight.js": "^10.1.0", |
28 | | - "@types/node": "^18.13.0", |
29 | | - "@vitejs/plugin-vue": "^4.0.0", |
30 | | - "@vue/compiler-sfc": "^3.2.31", |
31 | | - "autoprefixer": "^10.4.4", |
| 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", |
32 | 32 | "npm-run-all": "^4.1.5", |
33 | 33 | "path": "^0.12.7", |
34 | | - "postcss": "^8.4.12", |
35 | | - "sass": "^1.50.0", |
36 | | - "tailwindcss": "^3.0.23", |
| 34 | + "postcss": "^8.4.33", |
| 35 | + "sass": "^1.70.0", |
| 36 | + "tailwindcss": "^3.4.1", |
37 | 37 | "tailwindcss-semantic-colors": "^0.2.0", |
38 | | - "tslib": "^2.3.1", |
39 | | - "typescript": "^4.6.3", |
40 | | - "vite": "^4.0.4", |
41 | | - "vue": "^3.2.31", |
42 | | - "vue-tsc": "^0.40.5" |
| 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" |
43 | 43 | }, |
44 | 44 | "files": [ |
45 | 45 | "dist" |
|
0 commit comments