Skip to content

Commit 32c0228

Browse files
committedNov 14, 2023
chore: update dependencies and devDependencies
@babel/core ^7.23.2 → ^7.23.3 @babel/preset-env ^7.23.2 → ^7.23.3 @coreui/coreui ^5.0.0-beta.0 → ^5.0.0-rc.0 rollup ^4.3.0 → ^4.4.1
1 parent ed65350 commit 32c0228

File tree

2 files changed

+342
-326
lines changed

2 files changed

+342
-326
lines changed
 

‎package-lock.json

+338-322
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@
6666
"watch-js": "nodemon --ignore dist/ -e js -x npm run js"
6767
},
6868
"dependencies": {
69-
"@coreui/coreui": "^5.0.0-beta.0",
69+
"@coreui/coreui": "^5.0.0-rc.0",
7070
"chart.js": "^4.4.0"
7171
},
7272
"devDependencies": {
7373
"@babel/cli": "^7.23.0",
74-
"@babel/core": "^7.23.2",
75-
"@babel/preset-env": "^7.23.2",
74+
"@babel/core": "^7.23.3",
75+
"@babel/preset-env": "^7.23.3",
7676
"@rollup/plugin-babel": "^6.0.4",
7777
"@rollup/plugin-commonjs": "^25.0.7",
7878
"@rollup/plugin-node-resolve": "^15.2.3",
@@ -92,7 +92,7 @@
9292
"npm-run-all": "^4.1.5",
9393
"postcss": "^8.4.31",
9494
"postcss-cli": "^10.1.0",
95-
"rollup": "^4.3.0",
95+
"rollup": "^4.4.1",
9696
"rollup-plugin-istanbul": "^5.0.0",
9797
"sass": "^1.69.5",
9898
"shelljs": "^0.8.5",

0 commit comments

Comments
 (0)
Please sign in to comment.