Skip to content

Commit ca7c69e

Browse files
committed
chore: update dependencies
1 parent f480fc6 commit ca7c69e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:update": "jest --coverage --updateSnapshot"
3939
},
4040
"devDependencies": {
41-
"@coreui/chartjs": "^3.1.1",
41+
"@coreui/chartjs": "^3.1.2",
4242
"@rollup/plugin-commonjs": "^24.0.1",
4343
"@rollup/plugin-node-resolve": "^15.0.1",
4444
"@rollup/plugin-typescript": "^11.0.0",
@@ -61,8 +61,7 @@
6161
"vue-types": "^5.0.2"
6262
},
6363
"peerDependencies": {
64-
"@coreui/chartjs": "^3.0.0",
65-
"chart.js": "^3.7.0",
64+
"chart.js": "^3.9.1",
6665
"vue": "^3.2.21"
6766
}
6867
}

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const plugins = [
1616
tsconfig: './tsconfig.json',
1717
}),
1818
commonjs({
19-
include: ['node_modules/**'],
19+
include: ['../../node_modules/**'],
2020
}),
2121
]
2222

0 commit comments

Comments
 (0)