Skip to content

Commit

Permalink
ci: fix command not found for Semantic Release (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zh40Le1ZOOB authored Sep 27, 2024
1 parent d0cd2c9 commit e11ed8a
Show file tree
Hide file tree
Showing 2 changed files with 2,760 additions and 555 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"update-package": "pnpm dlx vp-update src"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@antfu/eslint-config": "^3.7.3",
"@cloudflare/workers-types": "^4.20240925.0",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/icon-park-outline": "^1.2.0",
Expand All @@ -21,11 +21,14 @@
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.5.0",
"@project-trans/suggestion-box": "^0.0.9",
"@project-trans/vitepress-theme-project-trans": "^0.4.1727360260",
"@unocss/eslint-plugin": "^0.59.4",
"eslint": "^8.57.1",
"@saithodev/semantic-release-backmerge": "^4.0.1",
"@unocss/eslint-plugin": "^0.62.4",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.11.1",
"eslint-plugin-format": "^0.1.2",
"semantic-release": "^24.1.1",
"unocss": "^0.62.4",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vitepress": "^1.3.4",
"vitepress-plugin-image-viewer": "^1.1.5",
Expand Down
Loading

0 comments on commit e11ed8a

Please sign in to comment.