Skip to content

Commit 11c1df6

Browse files
committed
Update dependencies
1 parent e3957cb commit 11c1df6

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepython",
3-
"version": "0.0.20",
3+
"version": "0.1.0",
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.10.0",
15-
"@vueuse/core": "^10.9.0",
16-
"highlight.js": "^11.9.0",
17-
"usepython": "^0.1.0",
14+
"@nanostores/vue": "^0.11.0",
15+
"@vueuse/core": "^12.7.0",
16+
"highlight.js": "^11.11.1",
17+
"usepython": "^0.1.1",
1818
"vuecodit": "^0.0.11"
1919
},
2020
"peerDependencies": {
2121
"vue": "^3.2.31"
2222
},
2323
"devDependencies": {
2424
"@snowind/plugin": "0.5.0",
25-
"@tailwindcss/forms": "^0.5.7",
26-
"@tailwindcss/typography": "^0.5.10",
25+
"@tailwindcss/forms": "^0.5.10",
26+
"@tailwindcss/typography": "^0.5.16",
2727
"@types/highlight.js": "^10.1.0",
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",
28+
"@types/node": "^22.13.5",
29+
"@vitejs/plugin-vue": "^5.2.1",
30+
"@vue/compiler-sfc": "^3.5.13",
31+
"autoprefixer": "^10.4.20",
3232
"npm-run-all": "^4.1.5",
3333
"path": "^0.12.7",
34-
"postcss": "^8.4.35",
35-
"sass": "^1.72.0",
36-
"tailwindcss": "^3.4.1",
34+
"postcss": "^8.5.3",
35+
"sass": "^1.85.1",
36+
"tailwindcss": "^4.0.9",
3737
"tailwindcss-semantic-colors": "^0.2.0",
38-
"tslib": "^2.6.2",
39-
"typescript": "^5.4.2",
40-
"vite": "^5.1.6",
41-
"vue": "^3.4.21",
42-
"vue-tsc": "^2.0.6"
38+
"tslib": "^2.8.1",
39+
"typescript": "^5.7.3",
40+
"vite": "^6.2.0",
41+
"vue": "^3.5.13",
42+
"vue-tsc": "^2.2.4"
4343
},
4444
"files": [
4545
"dist"

0 commit comments

Comments
 (0)