Skip to content

Commit a67b603

Browse files
committed
chore: update dependencies and devDependencies
@types/lodash ^4.14.191 → ^4.14.192 @vue/test-utils ^2.2.10 → ^2.3.2 rollup ^3.15.0 → ^3.20.2
1 parent 4819a46 commit a67b603

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@
3939
"@rollup/plugin-commonjs": "^24.0.1",
4040
"@rollup/plugin-node-resolve": "^15.0.1",
4141
"@rollup/plugin-typescript": "^11.0.0",
42-
"@types/lodash": "^4.14.191",
43-
"@vue/test-utils": "^2.2.10",
42+
"@types/lodash": "^4.14.192",
43+
"@vue/test-utils": "^2.3.2",
4444
"chart.js": "^3.9.1",
4545
"lodash": "^4.17.21",
46-
"rollup": "^3.15.0",
46+
"rollup": "^3.20.2",
4747
"rollup-plugin-peer-deps-external": "^2.2.4",
4848
"rollup-plugin-vue": "^6.0.0",
49+
"tslib": "^2.5.0",
4950
"typescript": "^4.9.5",
5051
"vue": "^3.2.47",
5152
"vue-types": "^5.0.2"

0 commit comments

Comments
 (0)