Skip to content

Commit

Permalink
chore: update dependencies and devDependencies
Browse files Browse the repository at this point in the history
 @rollup/plugin-typescript          ^10.0.1  →  ^11.0.0
 @typescript-eslint/eslint-plugin   ^5.48.0  →  ^5.54.1
 @typescript-eslint/parser          ^5.48.0  →  ^5.54.1
 clean-css-cli                       ^5.6.1  →   ^5.6.2
 eslint                             ^8.31.0  →  ^8.35.0
 postcss                            ^8.4.20  →  ^8.4.21
 rimraf                              ^3.0.2  →   ^4.3.1
 rollup                              ^3.9.1  →  ^3.18.0
 sass                               ^1.57.1  →  ^1.58.3
 stylelint                         ^14.16.1  →  ^15.2.0
 typescript                          ^4.9.4  →   ^4.9.5
  • Loading branch information
mrholek committed Mar 7, 2023
1 parent a5fbf8f commit 87cbc07
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 134 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,22 @@
},
"homepage": "https://github.com/coreui/coreui-icons#readme",
"devDependencies": {
"@rollup/plugin-typescript": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@rollup/plugin-typescript": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"autoprefixer": "^10.4.13",
"clean-css-cli": "^5.6.1",
"clean-css-cli": "^5.6.2",
"concat": "^1.0.3",
"eslint": "^8.31.0",
"eslint": "^8.35.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.20",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"rimraf": "^3.0.2",
"rollup": "^3.9.1",
"sass": "^1.57.1",
"stylelint": "^14.16.1",
"rimraf": "^4.3.1",
"rollup": "^3.18.0",
"sass": "^1.58.3",
"stylelint": "^15.2.0",
"stylelint-config-twbs-bootstrap": "^7.0.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"files": [
"css/",
Expand Down
Loading

0 comments on commit 87cbc07

Please sign in to comment.