Skip to content

Commit f9a4854

Browse files
committed
chore: update dependencies and devDependencies
@typescript-eslint/eslint-plugin ^8.5.0 → ^8.6.0 @typescript-eslint/parser ^8.5.0 → ^8.6.0 @vuepress/plugin-active-header-links 2.0.0-rc.43 → 2.0.0-rc.47 @vuepress/plugin-git 2.0.0-rc.43 → 2.0.0-rc.44 @vuepress/plugin-register-components 2.0.0-rc.42 → 2.0.0-rc.44 @vuepress/plugin-theme-data 2.0.0-rc.43 → 2.0.0-rc.47 @vuepress/plugin-toc 2.0.0-rc.43 → 2.0.0-rc.47 sass ^1.78.0 → ^1.79.3 rollup ^4.21.3 → ^4.22.4 vue ^3.5.6 → ^3.5.8
1 parent 5d42d8a commit f9a4854

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
2323
},
2424
"devDependencies": {
25-
"@typescript-eslint/eslint-plugin": "^8.5.0",
26-
"@typescript-eslint/parser": "^8.5.0",
25+
"@typescript-eslint/eslint-plugin": "^8.6.0",
26+
"@typescript-eslint/parser": "^8.6.0",
2727
"@vue/eslint-config-prettier": "^9.0.0",
2828
"@vue/eslint-config-typescript": "^13.0.0",
2929
"@vue/vue3-jest": "29.2.6",

packages/coreui-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
"cross-env": "^7.0.3",
5555
"jest": "^29.7.0",
5656
"jest-environment-jsdom": "^29.7.0",
57-
"rollup": "^4.21.3",
57+
"rollup": "^4.22.4",
5858
"rollup-plugin-vue": "^6.0.0",
5959
"ts-jest": "^29.2.5",
6060
"typescript": "^5.6.2",
61-
"vue": "^3.5.6",
61+
"vue": "^3.5.8",
6262
"vue-types": "^5.1.3"
6363
},
6464
"peerDependencies": {

packages/docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
"@docsearch/js": "^3.6.1",
1919
"@vuepress/bundler-vite": "2.0.0-rc.15",
2020
"@vuepress/bundler-webpack": "2.0.0-rc.15",
21-
"@vuepress/plugin-active-header-links": "2.0.0-rc.43",
22-
"@vuepress/plugin-git": "2.0.0-rc.43",
21+
"@vuepress/plugin-active-header-links": "2.0.0-rc.47",
22+
"@vuepress/plugin-git": "2.0.0-rc.44",
2323
"@vuepress/plugin-markdown-container": "2.0.0-rc.43",
2424
"@vuepress/plugin-prismjs": "2.0.0-rc.37",
25-
"@vuepress/plugin-theme-data": "2.0.0-rc.43",
26-
"@vuepress/plugin-register-components": "2.0.0-rc.42",
27-
"@vuepress/plugin-toc": "2.0.0-rc.43",
25+
"@vuepress/plugin-theme-data": "2.0.0-rc.47",
26+
"@vuepress/plugin-register-components": "2.0.0-rc.44",
27+
"@vuepress/plugin-toc": "2.0.0-rc.47",
2828
"@vuepress/shared": "2.0.0-rc.15",
2929
"@vuepress/utils": "2.0.0-rc.15",
3030
"markdown-it-anchor": "^9.2.0",
3131
"markdown-it-include": "^2.0.0",
32-
"sass": "^1.78.0",
32+
"sass": "^1.79.3",
3333
"vue-docgen-cli": "^4.79.0",
3434
"vuepress": "2.0.0-rc.15"
3535
}

0 commit comments

Comments
 (0)