Skip to content

Commit 6d87330

Browse files
build(deps-dev): bump the dev-dependencies group with 3 updates (#114)
Bumps the dev-dependencies group with 3 updates: [@intlify/unplugin-vue-i18n](https://github.com/intlify/bundle-tools/tree/HEAD/packages/unplugin-vue-i18n), [typescript](https://github.com/Microsoft/TypeScript) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc). Updates `@intlify/unplugin-vue-i18n` from 2.0.0 to 3.0.0 - [Release notes](https://github.com/intlify/bundle-tools/releases) - [Changelog](https://github.com/intlify/bundle-tools/blob/main/packages/unplugin-vue-i18n/CHANGELOG.md) - [Commits](https://github.com/intlify/bundle-tools/commits/[email protected]/packages/unplugin-vue-i18n) Updates `typescript` from 5.3.3 to 5.4.2 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.3.3...v5.4.2) Updates `vue-tsc` from 2.0.5 to 2.0.6 - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v2.0.6/packages/tsc) --- updated-dependencies: - dependency-name: "@intlify/unplugin-vue-i18n" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ae4e22 commit 6d87330

File tree

2 files changed

+141
-215
lines changed

2 files changed

+141
-215
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@commitlint/config-conventional": "^19.0.3",
8383
"@commitlint/types": "^19.0.3",
8484
"@eslint/js": "^8.57.0",
85-
"@intlify/unplugin-vue-i18n": "2.0.0",
85+
"@intlify/unplugin-vue-i18n": "3.0.0",
8686
"@types/lodash": "^4.14.202",
8787
"@types/mockjs": "^1.0.10",
8888
"@types/nprogress": "^0.2.3",
@@ -112,15 +112,15 @@
112112
"stylelint-config-recommended-vue": "^1.5.0",
113113
"stylelint-config-standard-less": "^3.0.1",
114114
"stylelint-prettier": "^5.0.0",
115-
"typescript": "^5.3.3",
115+
"typescript": "^5.4.2",
116116
"unplugin-auto-import": "^0.17.5",
117117
"unplugin-vue-components": "^0.26.0",
118118
"vite": "^5.1.5",
119119
"vite-plugin-compression": "^0.5.1",
120120
"vite-plugin-remove-console": "^2.2.0",
121121
"vite-svg-loader": "^5.1.0",
122122
"vue-eslint-parser": "^9.4.2",
123-
"vue-tsc": "^2.0.5"
123+
"vue-tsc": "^2.0.6"
124124
},
125125
"engines": {
126126
"node": "^18.0.0 || >=20.0.0",

0 commit comments

Comments
 (0)