Skip to content

Commit

Permalink
chore: update dependencies and devDependencies
Browse files Browse the repository at this point in the history
@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
  • Loading branch information
mrholek committed Mar 28, 2024
1 parent 3dd0ce3 commit d4d4ad9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/vue3-jest": "29.2.6",
"eslint": "8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.23.0",
"eslint-plugin-vue": "^9.24.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^51.0.1",
"lerna": "^8.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/coreui-icons-vue
Submodule coreui-icons-vue updated 2 files
+1 −1 LICENSE
+8 −8 package.json
2 changes: 1 addition & 1 deletion packages/coreui-vue-chartjs
4 changes: 2 additions & 2 deletions packages/coreui-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test:update": "jest --coverage --updateSnapshot"
},
"dependencies": {
"@coreui/coreui": "^5.0.0-rc.3",
"@coreui/coreui": "^5.0.0",
"@popperjs/core": "^2.11.8"
},
"devDependencies": {
Expand All @@ -54,7 +54,7 @@
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rollup": "^4.13.0",
"rollup": "^4.13.2",
"rollup-plugin-vue": "^6.0.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
},
"license": "MIT",
"devDependencies": {
"@coreui/chartjs": "^4.0.0-rc.0",
"@coreui/coreui": "^5.0.0-rc.3",
"@coreui/chartjs": "^4.0.0",
"@coreui/coreui": "^5.0.0",
"@coreui/icons": "^3.0.1",
"@coreui/icons-vue": "^2.0.0",
"@coreui/utils": "^2.0.2",
"@coreui/vue-chartjs": "^3.0.0-rc.0",
"@coreui/vue-chartjs": "^3.0.0",
"@docsearch/css": "^3.6.0",
"@docsearch/js": "^3.6.0",
"@vuepress/plugin-register-components": "2.0.0-rc.0",
"@vuepress/plugin-toc": "2.0.0-rc.0",
"markdown-it-include": "^2.0.0",
"vue-docgen-cli": "^4.78.0",
"vue-docgen-cli": "^4.79.0",
"vuepress": "2.0.0-rc.0"
}
}

0 comments on commit d4d4ad9

Please sign in to comment.