Skip to content

Commit

Permalink
fix ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehoczky committed Dec 6, 2024
1 parent 350789f commit 7013ca3
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"publint": {
"inputs": ["default"],
"dependsOn": ["^build"],
"dependsOn": ["build"],
"cache": true
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vue": "3.5.13"
},
"devDependencies": {
"typescript": "^5.7.2",
"typescript": "~5.6.3",
"vitepress": "1.5.0",
"vitepress-plugin-group-icons": "^1.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "~5.7.2",
"typescript": "~5.6.3",
"vite": "^6.0.3",
"vite-plugin-pages": "^0.32.4",
"vue-tsc": "^2.1.10"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-termynal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@vitejs/plugin-vue": "^5.2.1",
"eslint": "^9.16.0",
"publint": "^0.2.12",
"typescript": "~5.7.2",
"typescript": "~5.6.3",
"vite": "^6.0.3",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-dts": "^4.3.0",
Expand All @@ -53,7 +53,7 @@
"documentation"
],
"repository": {
"url": "https://github.com/Lehoczky/vue-termynal.git",
"url": "git+https://github.com/Lehoczky/vue-termynal.git",
"type": "git"
}
}
Loading

0 comments on commit 7013ca3

Please sign in to comment.