Skip to content

Commit 0a39587

Browse files
committed
chore: update dependencies and devDependencies
@coreui/chartjs ^3.1.1 → ^3.1.2 @rollup/plugin-commonjs ^25.0.0 → ^25.0.1 @rollup/plugin-node-resolve ^15.0.2 → ^15.1.0 @types/lodash ^4.14.194 → ^4.14.195 @types/react 18.2.6 → 18.2.11 jest-canvas-mock ^2.5.0 → ^2.5.1 rollup ^3.21.7 → ^3.25.0
1 parent 6b55e17 commit 0a39587

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,27 @@
4040
"test:update": "jest --coverage --updateSnapshot"
4141
},
4242
"dependencies": {
43-
"@coreui/chartjs": "^3.1.1",
43+
"@coreui/chartjs": "^3.1.2",
4444
"chart.js": "3.9.1"
4545
},
4646
"devDependencies": {
47-
"@rollup/plugin-commonjs": "^25.0.0",
48-
"@rollup/plugin-node-resolve": "^15.0.2",
47+
"@rollup/plugin-commonjs": "^25.0.1",
48+
"@rollup/plugin-node-resolve": "^15.1.0",
4949
"@rollup/plugin-typescript": "^11.1.1",
5050
"@testing-library/jest-dom": "^5.16.5",
5151
"@testing-library/react": "^14.0.0",
52-
"@types/lodash": "^4.14.194",
53-
"@types/react": "18.2.6",
52+
"@types/lodash": "^4.14.195",
53+
"@types/react": "18.2.11",
5454
"@types/react-dom": "^18.2.4",
5555
"classnames": "^2.3.2",
5656
"jest": "^29.5.0",
57-
"jest-canvas-mock": "^2.5.0",
57+
"jest-canvas-mock": "^2.5.1",
5858
"jest-environment-jsdom": "^29.5.0",
5959
"lodash": "^4.17.21",
6060
"prop-types": "^15.8.1",
6161
"react": "^18.2.0",
6262
"react-dom": "^18.2.0",
63-
"rollup": "^3.21.7",
63+
"rollup": "^3.25.0",
6464
"ts-jest": "^29.1.0",
6565
"typescript": "^4.9.5"
6666
},

0 commit comments

Comments
 (0)