Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3cdb377

Browse filesBrowse files
committed
chore: update dependencies and devDependencies
@coreui/coreui ^5.0.2 → ^5.1.0 @docsearch/css ^3.6.0 → ^3.6.1 @docsearch/js ^3.6.0 → ^3.6.1 @rollup/plugin-commonjs ^25.0.8 → ^26.0.1 @typescript-eslint/eslint-plugin ^7.11.0 → ^7.17.0 @typescript-eslint/parser ^7.11.0 → ^7.17.0 @vuepress/bundler-vite 2.0.0-rc.12 → 2.0.0-rc.14 @vuepress/bundler-webpack 2.0.0-rc.12 → 2.0.0-rc.14 @vuepress/plugin-active-header-links 2.0.0-rc.31 → 2.0.0-rc.39 @vuepress/plugin-git 2.0.0-rc.31 → 2.0.0-rc.38 @vuepress/plugin-markdown-container 2.0.0-rc.30 → 2.0.0-rc.37 @vuepress/plugin-prismjs 2.0.0-rc.32 → 2.0.0-rc.37 @vuepress/plugin-register-components 2.0.0-rc.31 → 2.0.0-rc.37 @vuepress/plugin-theme-data 2.0.0-rc.31 → 2.0.0-rc.39 @vuepress/plugin-toc 2.0.0-rc.31 → 2.0.0-rc.39 @vuepress/shared 2.0.0-rc.12 → 2.0.0-rc.14 @vuepress/utils 2.0.0-rc.12 → 2.0.0-rc.14 eslint-plugin-prettier ^5.1.3 → ^5.2.1 eslint-plugin-unicorn ^51.0.1 → ^54.0.0 eslint-plugin-vue ^9.26.0 → ^9.27.0 lerna ^8.1.3 → ^8.1.7 prettier ^3.2.5 → ^3.3.3 rollup ^4.18.0 → ^4.19.0 sass ^1.77.2 → ^1.77.8 ts-jest ^29.1.4 → ^29.2.3 typescript ^5.4.5 → ^5.5.4 vue ^3.4.27 → ^3.4.33 vue-types ^5.1.2 → ^5.1.3 vuepress 2.0.0-rc.12 → 2.0.0-rc.14
1 parent 1fd45ef commit 3cdb377
Copy full SHA for 3cdb377

File tree

3 files changed

+30
-30
lines changed
Filter options

3 files changed

+30
-30
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
2323
},
2424
"devDependencies": {
25-
"@typescript-eslint/eslint-plugin": "^7.11.0",
26-
"@typescript-eslint/parser": "^7.11.0",
25+
"@typescript-eslint/eslint-plugin": "^7.17.0",
26+
"@typescript-eslint/parser": "^7.17.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",
31-
"eslint-plugin-prettier": "^5.1.3",
32-
"eslint-plugin-vue": "^9.26.0",
31+
"eslint-plugin-prettier": "^5.2.1",
32+
"eslint-plugin-vue": "^9.27.0",
3333
"eslint-config-prettier": "^9.1.0",
34-
"eslint-plugin-unicorn": "^51.0.1",
35-
"lerna": "^8.1.3",
34+
"eslint-plugin-unicorn": "^54.0.0",
35+
"lerna": "^8.1.7",
3636
"npm-run-all": "^4.1.5",
37-
"prettier": "^3.2.5"
37+
"prettier": "^3.3.3"
3838
}
3939
}

‎packages/coreui-vue/package.json

Copy file name to clipboardExpand all lines: packages/coreui-vue/package.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"test:update": "jest --coverage --updateSnapshot"
4242
},
4343
"dependencies": {
44-
"@coreui/coreui": "^5.0.2",
44+
"@coreui/coreui": "^5.1.0",
4545
"@popperjs/core": "^2.11.8"
4646
},
4747
"devDependencies": {
48-
"@rollup/plugin-commonjs": "^25.0.8",
48+
"@rollup/plugin-commonjs": "^26.0.1",
4949
"@rollup/plugin-node-resolve": "^15.2.3",
5050
"@rollup/plugin-typescript": "^11.1.6",
5151
"@types/jest": "^29.5.12",
@@ -54,12 +54,12 @@
5454
"cross-env": "^7.0.3",
5555
"jest": "^29.7.0",
5656
"jest-environment-jsdom": "^29.7.0",
57-
"rollup": "^4.18.0",
57+
"rollup": "^4.19.0",
5858
"rollup-plugin-vue": "^6.0.0",
59-
"ts-jest": "^29.1.4",
60-
"typescript": "^5.4.5",
61-
"vue": "^3.4.27",
62-
"vue-types": "^5.1.2"
59+
"ts-jest": "^29.2.3",
60+
"typescript": "^5.5.4",
61+
"vue": "^3.4.33",
62+
"vue-types": "^5.1.3"
6363
},
6464
"peerDependencies": {
6565
"vue": "^3.2.21"

‎packages/docs/package.json

Copy file name to clipboardExpand all lines: packages/docs/package.json
+16-16Lines changed: 16 additions & 16 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.0.2",
12+
"@coreui/coreui": "^5.1.0",
1313
"@coreui/icons": "^3.0.1",
1414
"@coreui/icons-vue": "^2.0.0",
1515
"@coreui/utils": "^2.0.2",
1616
"@coreui/vue-chartjs": "^3.0.0",
17-
"@docsearch/css": "^3.6.0",
18-
"@docsearch/js": "^3.6.0",
19-
"@vuepress/bundler-vite": "2.0.0-rc.12",
20-
"@vuepress/bundler-webpack": "2.0.0-rc.12",
21-
"@vuepress/plugin-active-header-links": "2.0.0-rc.31",
22-
"@vuepress/plugin-git": "2.0.0-rc.31",
23-
"@vuepress/plugin-markdown-container": "2.0.0-rc.30",
24-
"@vuepress/plugin-prismjs": "2.0.0-rc.32",
25-
"@vuepress/plugin-theme-data": "2.0.0-rc.31",
26-
"@vuepress/plugin-register-components": "2.0.0-rc.31",
27-
"@vuepress/plugin-toc": "2.0.0-rc.31",
28-
"@vuepress/shared": "2.0.0-rc.12",
29-
"@vuepress/utils": "2.0.0-rc.12",
17+
"@docsearch/css": "^3.6.1",
18+
"@docsearch/js": "^3.6.1",
19+
"@vuepress/bundler-vite": "2.0.0-rc.14",
20+
"@vuepress/bundler-webpack": "2.0.0-rc.14",
21+
"@vuepress/plugin-active-header-links": "2.0.0-rc.39",
22+
"@vuepress/plugin-git": "2.0.0-rc.38",
23+
"@vuepress/plugin-markdown-container": "2.0.0-rc.37",
24+
"@vuepress/plugin-prismjs": "2.0.0-rc.37",
25+
"@vuepress/plugin-theme-data": "2.0.0-rc.39",
26+
"@vuepress/plugin-register-components": "2.0.0-rc.37",
27+
"@vuepress/plugin-toc": "2.0.0-rc.39",
28+
"@vuepress/shared": "2.0.0-rc.14",
29+
"@vuepress/utils": "2.0.0-rc.14",
3030
"markdown-it-anchor": "^9.0.1",
3131
"markdown-it-include": "^2.0.0",
32-
"sass": "^1.77.2",
32+
"sass": "^1.77.8",
3333
"vue-docgen-cli": "^4.79.0",
34-
"vuepress": "2.0.0-rc.12"
34+
"vuepress": "2.0.0-rc.14"
3535
}
3636
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.