Skip to content

Commit 74f422a

Browse files
build(deps): bump the patch-dependencies group with 2 updates (#3102)
Bumps the patch-dependencies group with 2 updates: [start-server-and-test](https://github.com/bahmutov/start-server-and-test) and [vue](https://github.com/vuejs/core). Updates `start-server-and-test` from 2.0.12 to 2.0.13 - [Release notes](https://github.com/bahmutov/start-server-and-test/releases) - [Commits](bahmutov/start-server-and-test@v2.0.12...v2.0.13) Updates `vue` from 3.5.17 to 3.5.18 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.17...v3.5.18) --- updated-dependencies: - dependency-name: start-server-and-test dependency-version: 2.0.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: vue dependency-version: 3.5.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7e6d26 commit 74f422a

File tree

4 files changed

+76
-76
lines changed

4 files changed

+76
-76
lines changed

package-lock.json

Lines changed: 73 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"react": "^18.3.1",
5555
"react-dom": "^18.3.1",
5656
"replace-in-file": "8.3.0",
57-
"start-server-and-test": "2.0.12",
57+
"start-server-and-test": "2.0.13",
5858
"stylelint": "^16.20.0",
5959
"stylelint-config-standard-scss": "^15.0.1",
6060
"typescript": "5.4.5",

packages/db-ui-elements-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"rimraf": "6.0.1",
3434
"rollup": "4.37.0",
3535
"rollup-plugin-node-resolve": "5.2.0",
36-
"vue": "3.5.17"
36+
"vue": "3.5.18"
3737
}
3838
}

showcase/vue-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "vite preview --port 5050"
99
},
1010
"dependencies": {
11-
"vue": "3.5.17",
11+
"vue": "3.5.18",
1212
"vue-router": "4.4.5"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)