Skip to content

Commit 070b5e3

Browse files
committed
chore: update dependencies and devDependencies
1 parent ea86b40 commit 070b5e3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/coreui-vue-chartjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coreui/vue-chartjs",
33
"description": "Vue component wrapper for chart.js",
4-
"version": "2.0.0-rc.0",
4+
"version": "2.0.0-rc.1",
55
"license": "MIT",
66
"main": "dist/index.cjs.js",
77
"module": "dist/index.esm.js",
@@ -53,7 +53,7 @@
5353
"@types/lodash": "^4.14.176",
5454
"chart.js": "^3.6.0",
5555
"lodash": "^4.17.21",
56-
"rollup": "^2.58.0",
56+
"rollup": "^2.58.3",
5757
"rollup-plugin-peer-deps-external": "^2.2.4",
5858
"rollup-plugin-vue": "^6.0.0",
5959
"typescript": "^4.4.3",

packages/coreui-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@rollup/plugin-node-resolve": "^13.0.6",
4646
"@rollup/plugin-typescript": "^8.3.0",
4747
"@vue/test-utils": "^2.0.0-0",
48-
"rollup": "^2.58.0",
48+
"rollup": "^2.58.3",
4949
"rollup-plugin-vue": "^6.0.0",
5050
"typescript": "^4.4.4",
5151
"vue": "^3.2.20",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8158,10 +8158,10 @@ rollup-pluginutils@^2.8.2:
81588158
dependencies:
81598159
estree-walker "^0.6.1"
81608160

8161-
rollup@^2.58.0:
8162-
version "2.58.0"
8163-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.58.0.tgz#a643983365e7bf7f5b7c62a8331b983b7c4c67fb"
8164-
integrity sha512-NOXpusKnaRpbS7ZVSzcEXqxcLDOagN6iFS8p45RkoiMqPHDLwJm758UF05KlMoCRbLBTZsPOIa887gZJ1AiXvw==
8161+
rollup@^2.58.3:
8162+
version "2.58.3"
8163+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.58.3.tgz#71a08138d9515fb65043b6a18618b2ed9ac8d239"
8164+
integrity sha512-ei27MSw1KhRur4p87Q0/Va2NAYqMXOX++FNEumMBcdreIRLURKy+cE2wcDJKBn0nfmhP2ZGrJkP1XPO+G8FJQw==
81658165
optionalDependencies:
81668166
fsevents "~2.3.2"
81678167

0 commit comments

Comments
 (0)