Skip to content

Commit

Permalink
update blog-kit version
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-contact-c committed Nov 29, 2024
1 parent 57452ef commit 94b1228
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy-frontend-dev.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: DeployFrontendCloudflarePagesDev

on:
workflow_run:
workflows: ["DeployBackendDev"]
types:
- completed
push:
branches:
- "master"
- "update-version-1.1.13"

jobs:
deploy-frontend-dev:
Expand Down
2 changes: 1 addition & 1 deletion nuxt-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@canopassoftware/nuxt-blog-kit": "^1.1.12",
"@canopassoftware/nuxt-blog-kit": "^1.1.13",
"@ivanv/vue-collapse-transition": "^1.0.2",
"@nuxt/devtools": "latest",
"@nuxtjs/sitemap": "^5.1.0",
Expand Down
8 changes: 4 additions & 4 deletions nuxt-frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1761,10 +1761,10 @@
"@babel/helper-string-parser" "^7.25.9"
"@babel/helper-validator-identifier" "^7.25.9"

"@canopassoftware/nuxt-blog-kit@^1.1.12":
version "1.1.12"
resolved "https://registry.yarnpkg.com/@canopassoftware/nuxt-blog-kit/-/nuxt-blog-kit-1.1.12.tgz#86723a04c44befc2f07c1255f964561ab4242553"
integrity sha512-Nk7L4QbZo3TvzX1+tv6TZueTi360uwdus2LYzZDYEawNjYNwca34EDmGM5sJl6laHnDlGJdxypBz0PPk7BmZhA==
"@canopassoftware/nuxt-blog-kit@^1.1.13":
version "1.1.13"
resolved "https://registry.yarnpkg.com/@canopassoftware/nuxt-blog-kit/-/nuxt-blog-kit-1.1.13.tgz#581d070e46dbddb43051cff0e499b8a59fcc0ee4"
integrity sha512-Dy82LZtENS3z9fLAGlNiUhLLSpQnw8pZhG0TvLKaxZnvKkTaXLxmAKnJ8rC67ELhi/pQmz9/UVsbltHPL9dJoA==
dependencies:
"@nuxt/kit" "^3.7.4"
"@pinia/nuxt" "^0.5.0"
Expand Down

0 comments on commit 94b1228

Please sign in to comment.