Skip to content

Commit ee5f1e9

Browse files
chore(deps): bump the patch-dependencies group with 2 updates (#4300)
Bumps the patch-dependencies group with 2 updates: [postcss](https://github.com/postcss/postcss) and [vue](https://github.com/vuejs/core). Updates `postcss` from 8.5.3 to 8.5.4 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.3...8.5.4) Updates `vue` from 3.5.15 to 3.5.16 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.15...v3.5.16) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: vue dependency-version: 3.5.16 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 032abcd commit ee5f1e9

File tree

6 files changed

+68
-67
lines changed

6 files changed

+68
-67
lines changed

output/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"tsx": "^4.19.4",
4444
"typescript": "^5.4.5",
4545
"vite": "^6.3.5",
46-
"vue": "^3.5.15",
46+
"vue": "^3.5.16",
4747
"vue-tsc": "^2.2.10"
4848
},
4949
"publishConfig": {

package-lock.json

Lines changed: 63 additions & 62 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
@@ -87,7 +87,7 @@
8787
"markdownlint-cli": "^0.45.0",
8888
"ng-packagr": "19.2.2",
8989
"npm-run-all2": "8.0.4",
90-
"postcss": "^8.5.3",
90+
"postcss": "^8.5.4",
9191
"postcss-cli": "^11.0.1",
9292
"prettier": "^3.5.3",
9393
"prettier-plugin-pkg": "0.19.1",

packages/stylelint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0"
3434
},
3535
"devDependencies": {
36-
"postcss": "8.5.3",
36+
"postcss": "8.5.4",
3737
"postcss-html": "^1.8.0",
3838
"stylelint-config-standard": "^38.0.0",
3939
"stylelint-config-standard-scss": "^15.0.1",

showcases/nuxt-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"nuxt": "^3.16.2",
15-
"vue": "^3.5.15",
15+
"vue": "^3.5.16",
1616
"vue-router": "^4.5.1"
1717
}
1818
}

showcases/vue-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"sa11y": "4.1.8",
16-
"vue": "^3.5.15",
16+
"vue": "^3.5.16",
1717
"vue-router": "4.5.1"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)