Skip to content

Commit e579fd7

Browse files
committed
chore: update dependencies and devDependencies
@types/jest ^29.5.12 → ^29.5.13 @typescript-eslint/eslint-plugin ^8.3.0 → ^8.5.0 @typescript-eslint/parser ^8.3.0 → ^8.5.0 @vuepress/plugin-active-header-links 2.0.0-rc.42 → 2.0.0-rc.43 @vuepress/plugin-git 2.0.0-rc.42 → 2.0.0-rc.43 @vuepress/plugin-markdown-container 2.0.0-rc.42 → 2.0.0-rc.43 @vuepress/plugin-theme-data 2.0.0-rc.42 → 2.0.0-rc.43 @vuepress/plugin-toc 2.0.0-rc.42 → 2.0.0-rc.43 eslint-plugin-vue ^9.27.0 → ^9.28.0 markdown-it-anchor ^9.1.0 → ^9.2.0 rollup ^4.21.2 → ^4.21.3 sass ^1.77.8 → ^1.78.0 typescript ^5.5.4 → ^5.6.2 vue ^3.4.38 → ^3.5.5
1 parent 3e8537d commit e579fd7

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
2323
},
2424
"devDependencies": {
25-
"@typescript-eslint/eslint-plugin": "^8.3.0",
26-
"@typescript-eslint/parser": "^8.3.0",
25+
"@typescript-eslint/eslint-plugin": "^8.5.0",
26+
"@typescript-eslint/parser": "^8.5.0",
2727
"@vue/eslint-config-prettier": "^9.0.0",
2828
"@vue/eslint-config-typescript": "^13.0.0",
2929
"@vue/vue3-jest": "29.2.6",
3030
"eslint": "8.57.0",
3131
"eslint-plugin-prettier": "^5.2.1",
32-
"eslint-plugin-vue": "^9.27.0",
32+
"eslint-plugin-vue": "^9.28.0",
3333
"eslint-config-prettier": "^9.1.0",
3434
"eslint-plugin-unicorn": "^55.0.0",
3535
"lerna": "^8.1.8",

packages/coreui-vue/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@
4848
"@rollup/plugin-commonjs": "^26.0.1",
4949
"@rollup/plugin-node-resolve": "^15.2.3",
5050
"@rollup/plugin-typescript": "^11.1.6",
51-
"@types/jest": "^29.5.12",
51+
"@types/jest": "^29.5.13",
5252
"@vue/test-utils": "^2.4.6",
5353
"@vue/vue3-jest": "29.2.6",
5454
"cross-env": "^7.0.3",
5555
"jest": "^29.7.0",
5656
"jest-environment-jsdom": "^29.7.0",
57-
"rollup": "^4.21.2",
57+
"rollup": "^4.21.3",
5858
"rollup-plugin-vue": "^6.0.0",
5959
"ts-jest": "^29.2.5",
60-
"typescript": "^5.5.4",
61-
"vue": "^3.4.38",
60+
"typescript": "^5.6.2",
61+
"vue": "^3.5.5",
6262
"vue-types": "^5.1.3"
6363
},
6464
"peerDependencies": {

packages/docs/package.json

Lines changed: 7 additions & 7 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.42",
22-
"@vuepress/plugin-git": "2.0.0-rc.42",
23-
"@vuepress/plugin-markdown-container": "2.0.0-rc.42",
21+
"@vuepress/plugin-active-header-links": "2.0.0-rc.43",
22+
"@vuepress/plugin-git": "2.0.0-rc.43",
23+
"@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.42",
25+
"@vuepress/plugin-theme-data": "2.0.0-rc.43",
2626
"@vuepress/plugin-register-components": "2.0.0-rc.42",
27-
"@vuepress/plugin-toc": "2.0.0-rc.42",
27+
"@vuepress/plugin-toc": "2.0.0-rc.43",
2828
"@vuepress/shared": "2.0.0-rc.15",
2929
"@vuepress/utils": "2.0.0-rc.15",
30-
"markdown-it-anchor": "^9.1.0",
30+
"markdown-it-anchor": "^9.2.0",
3131
"markdown-it-include": "^2.0.0",
32-
"sass": "^1.77.8",
32+
"sass": "^1.78.0",
3333
"vue-docgen-cli": "^4.79.0",
3434
"vuepress": "2.0.0-rc.15"
3535
}

0 commit comments

Comments
 (0)