Skip to content

Commit 1c3a395

Browse files
committed
chore: update dependencies and devDependencies
@coreui/coreui ^5.1.2 → ^5.2.0 @docsearch/css ^3.6.1 → ^3.6.2 @docsearch/js ^3.6.1 → ^3.6.2 @rollup/plugin-commonjs ^26.0.1 → ^28.0.1 @rollup/plugin-node-resolve ^15.2.3 → ^15.3.0 @rollup/plugin-typescript ^11.1.6 → ^12.1.1 @types/jest ^29.5.13 → ^29.5.14 @typescript-eslint/eslint-plugin ^8.6.0 → ^8.12.1 @typescript-eslint/parser ^8.6.0 → ^8.12.1 @vue/eslint-config-prettier ^9.0.0 → ^10.1.0 @vue/eslint-config-typescript ^13.0.0 → ^14.1.3 @vuepress/bundler-vite 2.0.0-rc.15 → 2.0.0-rc.18 @vuepress/bundler-webpack 2.0.0-rc.15 → 2.0.0-rc.18 @vuepress/plugin-active-header-links 2.0.0-rc.47 → 2.0.0-rc.55 @vuepress/plugin-git 2.0.0-rc.44 → 2.0.0-rc.56 @vuepress/plugin-markdown-container 2.0.0-rc.43 → 2.0.0-rc.54 @vuepress/plugin-register-components 2.0.0-rc.44 → 2.0.0-rc.54 @vuepress/plugin-theme-data 2.0.0-rc.47 → 2.0.0-rc.57 @vuepress/plugin-toc 2.0.0-rc.47 → 2.0.0-rc.55 @vuepress/shared 2.0.0-rc.15 → 2.0.0-rc.18 @vuepress/utils 2.0.0-rc.15 → 2.0.0-rc.18 eslint 8.57.0 → 9.13.0 eslint-plugin-unicorn ^55.0.0 → ^56.0.0 eslint-plugin-vue ^9.28.0 → ^9.30.0 rollup ^4.22.4 → ^4.24.2 sass ^1.79.3 → ^1.80.4 typescript ^5.6.2 → ^5.6.3 vue ^3.5.8 → ^3.5.12 vuepress 2.0.0-rc.15 → 2.0.0-rc.18
1 parent e64fcc2 commit 1c3a395

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

packages/coreui-vue/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,24 @@
4141
"test:update": "jest --coverage --updateSnapshot"
4242
},
4343
"dependencies": {
44-
"@coreui/coreui": "^5.1.2",
44+
"@coreui/coreui": "^5.2.0",
4545
"@popperjs/core": "^2.11.8"
4646
},
4747
"devDependencies": {
48-
"@rollup/plugin-commonjs": "^26.0.1",
49-
"@rollup/plugin-node-resolve": "^15.2.3",
50-
"@rollup/plugin-typescript": "^11.1.6",
51-
"@types/jest": "^29.5.13",
48+
"@rollup/plugin-commonjs": "^28.0.1",
49+
"@rollup/plugin-node-resolve": "^15.3.0",
50+
"@rollup/plugin-typescript": "^12.1.1",
51+
"@types/jest": "^29.5.14",
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.22.4",
57+
"rollup": "^4.24.2",
5858
"rollup-plugin-vue": "^6.0.0",
5959
"ts-jest": "^29.2.5",
60-
"typescript": "^5.6.2",
61-
"vue": "^3.5.8",
60+
"typescript": "^5.6.3",
61+
"vue": "^3.5.12",
6262
"vue-types": "^5.1.3"
6363
},
6464
"peerDependencies": {

packages/docs/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@
99
"license": "MIT",
1010
"devDependencies": {
1111
"@coreui/chartjs": "^4.0.0",
12-
"@coreui/coreui": "^5.1.2",
12+
"@coreui/coreui": "^5.2.0",
1313
"@coreui/icons": "^3.0.1",
1414
"@coreui/icons-vue": "^2.2.0",
1515
"@coreui/utils": "^2.0.2",
1616
"@coreui/vue-chartjs": "^3.0.0",
17-
"@docsearch/css": "^3.6.1",
18-
"@docsearch/js": "^3.6.1",
19-
"@vuepress/bundler-vite": "2.0.0-rc.15",
20-
"@vuepress/bundler-webpack": "2.0.0-rc.15",
21-
"@vuepress/plugin-active-header-links": "2.0.0-rc.47",
22-
"@vuepress/plugin-git": "2.0.0-rc.44",
23-
"@vuepress/plugin-markdown-container": "2.0.0-rc.43",
17+
"@docsearch/css": "^3.6.2",
18+
"@docsearch/js": "^3.6.2",
19+
"@vuepress/bundler-vite": "2.0.0-rc.18",
20+
"@vuepress/bundler-webpack": "2.0.0-rc.18",
21+
"@vuepress/plugin-active-header-links": "2.0.0-rc.55",
22+
"@vuepress/plugin-git": "2.0.0-rc.56",
23+
"@vuepress/plugin-markdown-container": "2.0.0-rc.54",
2424
"@vuepress/plugin-prismjs": "2.0.0-rc.37",
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",
28-
"@vuepress/shared": "2.0.0-rc.15",
29-
"@vuepress/utils": "2.0.0-rc.15",
25+
"@vuepress/plugin-theme-data": "2.0.0-rc.57",
26+
"@vuepress/plugin-register-components": "2.0.0-rc.54",
27+
"@vuepress/plugin-toc": "2.0.0-rc.55",
28+
"@vuepress/shared": "2.0.0-rc.18",
29+
"@vuepress/utils": "2.0.0-rc.18",
3030
"markdown-it-anchor": "^9.2.0",
3131
"markdown-it-include": "^2.0.0",
32-
"sass": "^1.79.3",
32+
"sass": "^1.80.4",
3333
"vue-docgen-cli": "^4.79.0",
34-
"vuepress": "2.0.0-rc.15"
34+
"vuepress": "2.0.0-rc.18"
3535
}
3636
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy