Skip to content

Commit 26ed0da

Browse files
committed
chore: update dependencies and devDependencies
@coreui/chartjs ^3.0.0 → ^3.1.1 @testing-library/react ^13.4.0 → ^14.0.0 @types/react 18.0.27 → 18.0.28 @types/react-dom ^18.0.6 → ^18.0.11 jest ^29.4.1 → ^29.5.0 jest-environment-jsdom ^29.4.1 → ^29.5.0 rollup ^3.14.0 → ^3.19.1
1 parent d85b8f6 commit 26ed0da

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
@@ -38,26 +38,26 @@
3838
"build": "rollup -c --bundleConfigAsCjs"
3939
},
4040
"dependencies": {
41-
"@coreui/chartjs": "^3.0.0",
41+
"@coreui/chartjs": "^3.1.1",
4242
"chart.js": "3.9.1"
4343
},
4444
"devDependencies": {
4545
"@rollup/plugin-commonjs": "^24.0.1",
4646
"@rollup/plugin-node-resolve": "^15.0.1",
4747
"@rollup/plugin-typescript": "^11.0.0",
4848
"@testing-library/jest-dom": "^5.16.5",
49-
"@testing-library/react": "^13.4.0",
49+
"@testing-library/react": "^14.0.0",
5050
"@types/lodash": "^4.14.191",
51-
"@types/react": "18.0.27",
52-
"@types/react-dom": "^18.0.6",
51+
"@types/react": "18.0.28",
52+
"@types/react-dom": "^18.0.11",
5353
"classnames": "^2.3.2",
54-
"jest": "^29.4.1",
55-
"jest-environment-jsdom": "^29.4.1",
54+
"jest": "^29.5.0",
55+
"jest-environment-jsdom": "^29.5.0",
5656
"lodash": "^4.17.21",
5757
"prop-types": "^15.8.1",
5858
"react": "^18.2.0",
5959
"react-dom": "^18.2.0",
60-
"rollup": "^3.14.0",
60+
"rollup": "^3.19.1",
6161
"ts-jest": "^29.0.5",
6262
"typescript": "^4.9.5"
6363
},

0 commit comments

Comments
 (0)