Skip to content

Commit

Permalink
chore: update dependencies and devDependencies
Browse files Browse the repository at this point in the history
@coreui/coreui                    ^5.0.0-rc.2  →  ^5.0.0-rc-2
@rollup/plugin-typescript             ^11.1.5  →      ^11.1.6
@types/jest                          ^29.5.11  →     ^29.5.12
@typescript-eslint/eslint-plugin       ^7.1.1  →       ^7.3.1
@typescript-eslint/parser              ^7.1.1  →       ^7.3.1
@vue/test-utils                        ^2.4.3  →       ^2.4.5
eslint-plugin-vue                     ^9.22.0  →      ^9.23.0
rollup                                 ^4.9.2  →      ^4.13.0
ts-jest                               ^29.1.1  →      ^29.1.2
typescript                             ^5.3.3  →       ^5.4.3
vue                                    ^3.4.3  →      ^3.4.21
vue-docgen-cli                        ^4.67.0  →      ^4.78.0
  • Loading branch information
mrholek committed Mar 22, 2024
1 parent c4f5da9 commit ef6acab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@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.22.0",
"eslint-plugin-vue": "^9.23.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^51.0.1",
"lerna": "^8.1.2",
Expand Down
16 changes: 8 additions & 8 deletions packages/coreui-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,24 @@
"test:update": "jest --coverage --updateSnapshot"
},
"dependencies": {
"@coreui/coreui": "^5.0.0-rc.2",
"@coreui/coreui": "^5.0.0-rc.3",
"@popperjs/core": "^2.11.8"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest": "^29.5.11",
"@vue/test-utils": "^2.4.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.12",
"@vue/test-utils": "^2.4.5",
"@vue/vue3-jest": "29.2.6",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rollup": "^4.9.2",
"rollup": "^4.13.0",
"rollup-plugin-vue": "^6.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",
"vue": "^3.4.3",
"ts-jest": "^29.1.2",
"typescript": "^5.4.3",
"vue": "^3.4.21",
"vue-types": "^5.1.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"devDependencies": {
"@coreui/chartjs": "^4.0.0-rc.0",
"@coreui/coreui": "^5.0.0-rc-2",
"@coreui/coreui": "^5.0.0-rc.3",
"@coreui/icons": "^3.0.1",
"@coreui/icons-vue": "^2.0.0",
"@coreui/utils": "^2.0.2",
Expand All @@ -19,7 +19,7 @@
"@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.67.0",
"vue-docgen-cli": "^4.78.0",
"vuepress": "2.0.0-rc.0"
}
}

0 comments on commit ef6acab

Please sign in to comment.