Skip to content

Commit

Permalink
chore(deps): update dependency vue to v3.4.21 (#899)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent f982ab5 commit 7cb66ec
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 61 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
159 changes: 100 additions & 59 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
"jsdom": "24.0.0",
"jsonc-eslint-parser": "2.4.0",
"lint-staged": "15.2.2",
"lit": "3.1.2",
"lit-html": "3.1.2",
"nanospinner": "1.1.0",
"ng-packagr": "17.2.0",
Expand Down Expand Up @@ -154,7 +155,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 7cb66ec

Please sign in to comment.