Skip to content

Commit f567ca8

Browse files
committed
Update packages
1 parent 36760bb commit f567ca8

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepython",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "Edit and run Python code in Vuejs",
55
"repository": "https://github.com/synw/vuepython",
66
"scripts": {
@@ -11,35 +11,35 @@
1111
"build": "run-s compile emit css cpcss"
1212
},
1313
"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"
1919
},
2020
"peerDependencies": {
2121
"vue": "^3.2.31"
2222
},
2323
"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",
2727
"@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",
3232
"npm-run-all": "^4.1.5",
3333
"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",
3737
"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"
4343
},
4444
"files": [
4545
"dist"

0 commit comments

Comments
 (0)