Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit102b669

Browse files
committed
chore: update dependencies and devDependencies
@coreui/chartjs ^4.0.0-rc.0 → ^4.0.0@rollup/plugin-typescript ^11.1.5 → ^11.1.6@types/jest ^29.5.8 → ^29.5.12@types/lodash ^4.14.201 → ^4.17.0@vue/test-utils ^2.4.2 → ^2.4.5chart.js ^4.4.0 → ^4.4.2rollup ^4.4.1 → ^4.13.2ts-jest ^29.1.1 → ^29.1.2typescript ^5.2.2 → ^5.4.3vue ^3.3.8 → ^3.4.21
1 parent4915760 commit102b669

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

‎LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c)2023 creativeLabs Łukasz Holeczek
3+
Copyright (c)2024 creativeLabs Łukasz Holeczek
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,27 @@
3939
"test:update":"jest --coverage --updateSnapshot"
4040
},
4141
"dependencies": {
42-
"@coreui/chartjs":"^4.0.0-rc.0",
43-
"chart.js":"^4.4.0"
42+
"@coreui/chartjs":"^4.0.0",
43+
"chart.js":"^4.4.2"
4444
},
4545
"devDependencies": {
4646
"@rollup/plugin-commonjs":"^25.0.7",
4747
"@rollup/plugin-node-resolve":"^15.2.3",
48-
"@rollup/plugin-typescript":"^11.1.5",
49-
"@types/lodash":"^4.14.201",
50-
"@types/jest":"^29.5.8",
51-
"@vue/test-utils":"^2.4.2",
48+
"@rollup/plugin-typescript":"^11.1.6",
49+
"@types/lodash":"^4.17.0",
50+
"@types/jest":"^29.5.12",
51+
"@vue/test-utils":"^2.4.5",
5252
"@vue/vue3-jest":"29.2.6",
5353
"jest":"^29.7.0",
5454
"jest-canvas-mock":"^2.5.2",
5555
"jest-environment-jsdom":"^29.7.0",
5656
"lodash":"^4.17.21",
57-
"rollup":"^4.4.1",
57+
"rollup":"^4.13.2",
5858
"rollup-plugin-vue":"^6.0.0",
59-
"ts-jest":"^29.1.1",
59+
"ts-jest":"^29.1.2",
6060
"tslib":"^2.6.2",
61-
"typescript":"^5.2.2",
62-
"vue":"^3.3.8",
61+
"typescript":"^5.4.3",
62+
"vue":"^3.4.21",
6363
"vue-types":"^5.1.1"
6464
},
6565
"peerDependencies": {

‎rollup.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default [
3030
exports:'named',
3131
sourcemap:true,
3232
},
33-
external:['@coreui/chartjs','chart.js','vue'],
33+
external:['chart.js','vue'],
3434
plugins:[...plugins,vue()],
3535
},
3636
// SSR build.
@@ -42,7 +42,7 @@ export default [
4242
exports:'named',
4343
sourcemap:true,
4444
},
45-
external:['@coreui/chartjs','chart.js','vue'],
45+
external:['chart.js','vue'],
4646
plugins:[...plugins,vue({template:{optimizeSSR:true}})],
4747
},
4848
]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp