Skip to content

Commit

Permalink
chore(deps): update dependency vue to v3.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and dgonzalezr committed Mar 2, 2024
1 parent f982ab5 commit 611cb2f
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
command: npx nx affected -t e2e --exclude='*,!tag:core' --parallel=3 --base=$NX_BASE --head=$NX_HEAD --ci --code-coverage --runInBand
- run:
name: 📚 Build Storybook
command: npx nx affected -t storybook-build --parallel=1 --base=$NX_BASE --head=$NX_HEAD
command: npx nx affected -t storybook-build --exclude='*,!tag:core' --parallel=1 --base=$NX_BASE --head=$NX_HEAD
- run:
name: ⏹️ Stop Nx Cloud Agents
command: npx nx-cloud stop-all-agents
Expand Down
108 changes: 54 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"vite": "5.1.4",
"vite-plugin-turbosnap": "1.0.3",
"vite-tsconfig-paths": "4.2.3",
"vue": "3.4.20"
"vue": "3.4.21"
},
"overrides": {
"@nxext/stencil": {
Expand Down

0 comments on commit 611cb2f

Please sign in to comment.