Skip to content

Commit

Permalink
chore: update dependencies and devDependencies
Browse files Browse the repository at this point in the history
@coreui/coreui           ^5.0.0-alpha.2  →  ^5.0.0-beta.0
@rollup/plugin-commonjs         ^25.0.5  →        ^25.0.7
@rollup/plugin-replace           ^5.0.3  →         ^5.0.5
eslint                          ^8.51.0  →        ^8.52.0
eslint-plugin-import            ^2.28.1  →        ^2.29.0
rollup                           ^4.0.2  →         ^4.1.5
sass                            ^1.69.3  →        ^1.69.5
stylelint                      ^15.10.3  →       ^15.11.0
terser                           5.21.0  →         5.23.0
  • Loading branch information
mrholek committed Oct 30, 2023
1 parent 394b63f commit 7a9a323
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,24 +66,24 @@
"watch-js": "nodemon --ignore dist/ -e js -x npm run js"
},
"dependencies": {
"@coreui/coreui": "^5.0.0-alpha.2",
"@coreui/coreui": "^5.0.0-beta.0",
"chart.js": "^4.4.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.3",
"@rollup/plugin-replace": "^5.0.5",
"auto-changelog": "^2.4.0",
"autoprefixer": "^10.4.16",
"clean-css-cli": "^5.6.2",
"cross-env": "^7.0.3",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-xo": "^0.43.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-unicorn": "^48.0.1",
"find-unused-sass-variables": "^5.0.0",
"globby": "^11.1.0",
Expand All @@ -92,12 +92,12 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"rollup": "^4.0.2",
"rollup": "^4.1.5",
"rollup-plugin-istanbul": "^4.0.0",
"sass": "^1.69.3",
"sass": "^1.69.5",
"shelljs": "^0.8.5",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-config-twbs-bootstrap": "^11.0.1",
"terser": "5.21.0"
"terser": "5.23.0"
}
}

0 comments on commit 7a9a323

Please sign in to comment.