Skip to content

Navigation Menu

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 d4d4ad9

Browse filesBrowse files
committed
chore: update dependencies and devDependencies
@typescript-eslint/eslint-plugin ^7.3.1 → ^7.4.0 @typescript-eslint/parser ^7.3.1 → ^7.4.0 eslint-plugin-vue ^9.23.0 → ^9.24.0 @coreui/chartjs ^4.0.0-rc.0 → ^4.0.0 @coreui/coreui ^5.0.0-rc.3 → ^5.0.0 @coreui/vue-chartjs ^3.0.0-rc.0 → ^3.0.0 rollup ^4.13.0 → ^4.13.2 vue-docgen-cli ^4.78.0 → ^4.79.0
1 parent 3dd0ce3 commit d4d4ad9
Copy full SHA for d4d4ad9

File tree

5 files changed

+11
-11
lines changed
Filter options

5 files changed

+11
-11
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+3-3Lines 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": "^7.3.1",
26-
"@typescript-eslint/parser": "^7.3.1",
25+
"@typescript-eslint/eslint-plugin": "^7.4.0",
26+
"@typescript-eslint/parser": "^7.4.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.1.3",
32-
"eslint-plugin-vue": "^9.23.0",
32+
"eslint-plugin-vue": "^9.24.0",
3333
"eslint-config-prettier": "^9.1.0",
3434
"eslint-plugin-unicorn": "^51.0.1",
3535
"lerna": "^8.1.2",

‎packages/coreui-vue/package.json

Copy file name to clipboardExpand all lines: packages/coreui-vue/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:update": "jest --coverage --updateSnapshot"
4242
},
4343
"dependencies": {
44-
"@coreui/coreui": "^5.0.0-rc.3",
44+
"@coreui/coreui": "^5.0.0",
4545
"@popperjs/core": "^2.11.8"
4646
},
4747
"devDependencies": {
@@ -54,7 +54,7 @@
5454
"cross-env": "^7.0.3",
5555
"jest": "^29.7.0",
5656
"jest-environment-jsdom": "^29.7.0",
57-
"rollup": "^4.13.0",
57+
"rollup": "^4.13.2",
5858
"rollup-plugin-vue": "^6.0.0",
5959
"ts-jest": "^29.1.2",
6060
"typescript": "^5.4.3",

‎packages/docs/package.json

Copy file name to clipboardExpand all lines: packages/docs/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
},
99
"license": "MIT",
1010
"devDependencies": {
11-
"@coreui/chartjs": "^4.0.0-rc.0",
12-
"@coreui/coreui": "^5.0.0-rc.3",
11+
"@coreui/chartjs": "^4.0.0",
12+
"@coreui/coreui": "^5.0.0",
1313
"@coreui/icons": "^3.0.1",
1414
"@coreui/icons-vue": "^2.0.0",
1515
"@coreui/utils": "^2.0.2",
16-
"@coreui/vue-chartjs": "^3.0.0-rc.0",
16+
"@coreui/vue-chartjs": "^3.0.0",
1717
"@docsearch/css": "^3.6.0",
1818
"@docsearch/js": "^3.6.0",
1919
"@vuepress/plugin-register-components": "2.0.0-rc.0",
2020
"@vuepress/plugin-toc": "2.0.0-rc.0",
2121
"markdown-it-include": "^2.0.0",
22-
"vue-docgen-cli": "^4.78.0",
22+
"vue-docgen-cli": "^4.79.0",
2323
"vuepress": "2.0.0-rc.0"
2424
}
2525
}

0 commit comments

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