Skip to content

Commit

Permalink
feat(core): update dependencies (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch authored Jun 13, 2024
1 parent 80aea77 commit df37388
Show file tree
Hide file tree
Showing 8 changed files with 962 additions and 536 deletions.
28 changes: 14 additions & 14 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"rxjs": "^7.5.5"
},
"dependencies": {
"@floating-ui/dom": "1.6.3",
"@floating-ui/dom": "1.6.5",
"@haiilo/catalyst-tokens": "workspace:*",
"@stencil/core": "4.12.6",
"@stencil/core": "4.18.3",
"@types/cleave.js": "^1.4.12",
"autosize": "6.0.1",
"autosize-input": "1.0.2",
Expand All @@ -60,31 +60,31 @@
"toastify-js": "1.12.0"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@haiilo/catalyst-icons": "^2.2.5",
"@babel/core": "^7.24.7",
"@haiilo/catalyst-icons": "^2.6.1",
"@stencil/angular-output-target": "^0.8.4",
"@stencil/react-output-target": "^0.5.3",
"@stencil/sass": "^3.0.10",
"@stencil/sass": "^3.0.12",
"@stencil/vue-output-target": "^0.8.7",
"@types/autosize": "^4.0.3",
"@types/jest": "^29.5.10",
"@types/node": "^20.11.30",
"@types/node": "^20.14.2",
"@types/toastify-js": "^1.12.3",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"babel-loader": "^9.1.3",
"eslint": "^8.57.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"prettier": "^3.2.5",
"puppeteer": "^22.2.0",
"replace-in-file": "^7.1.0",
"prettier": "^3.3.2",
"puppeteer": "^22.11.0",
"replace-in-file": "^7.2.0",
"rxjs": "^7.5.5",
"stencil-inline-svg": "^1.1.0",
"stylelint": "^16.2.1",
"stylelint": "^16.6.1",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"typescript": "~5.3.2"
"typescript": "~5.4.5"
}
}
2 changes: 1 addition & 1 deletion core/src/styles/core/_dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$-dialog-padding: 1.5rem;

.cat-backdrop {
background-color: rgb(#{cat-token('color.ui.background.backdrop', cat-token('opacity.backdrop'), $wrap: false)});
background-color: RGB(#{cat-token('color.ui.background.backdrop', cat-token('opacity.backdrop'), $wrap: false)});
}

.cat-dialog {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"husky": "^8.0.3",
"replace-in-file": "^7.1.0",
"replace-in-file": "^7.2.0",
"standard-version": "^9.5.0"
}
}
Loading

0 comments on commit df37388

Please sign in to comment.