Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major) (#548)
Browse files Browse the repository at this point in the history
* fix(deps): update dependencies (non-major)

* style: rectify linter errors

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sabertazimi <[email protected]>
  • Loading branch information
renovate[bot] and sabertazimi authored Jul 21, 2024
1 parent 5820dfa commit 881ef74
Show file tree
Hide file tree
Showing 4 changed files with 578 additions and 575 deletions.
2 changes: 2 additions & 0 deletions notes/Web/CSS/CSSBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,7 @@ In `position`/`size`/`margin`/`padding`/`border`/`text alignment`:

```css
.logical {
/* stylelint-disable shorthand-property-no-redundant-values */
inset-block: 0 0;
inset-inline: 0 0;
inline-size: fit-content;
Expand All @@ -1248,6 +1249,7 @@ In `position`/`size`/`margin`/`padding`/`border`/`text alignment`:
border-block-end: 1px solid blue;
border-inline-start: 1px solid blue;
border-inline-end: 1px solid blue;
/* stylelint-enable shorthand-property-no-redundant-values */
}
```

Expand Down
1 change: 1 addition & 0 deletions notes/Web/CSS/SassBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ only assign when variables hadn't been assigned
```scss
@mixin box-shadow($x, $y, $blur, $c) {
// stylelint-disable-next-line declaration-block-no-duplicate-properties
box-shadow: $x, $y, $blur, $c;
// stylelint-disable-next-line declaration-block-no-duplicate-properties
box-shadow: $x, $y, $blur, $c;
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "awesome-notes",
"version": "3.18.7",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"description": "Personal Learning Notes (TIL)",
"author": "sabertazimi",
"license": "MIT",
Expand Down Expand Up @@ -47,9 +47,9 @@
"dependencies": {
"@docusaurus/core": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@easyops-cn/docusaurus-search-local": "^0.44.2",
"@easyops-cn/docusaurus-search-local": "^0.44.4",
"clsx": "^2.1.1",
"katex": "^0.16.10",
"katex": "^0.16.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-katex": "^7.0.0",
Expand All @@ -63,14 +63,14 @@
"@docusaurus/tsconfig": "3.4.0",
"@docusaurus/types": "3.4.0",
"@mdx-js/react": "^3.0.1",
"@types/node": "^20.14.8",
"@types/node": "^20.14.11",
"ci-info": "^4.0.0",
"commit-and-tag-version": "^12.4.1",
"eslint": "^8.57.0",
"markdownlint-cli": "^0.41.0",
"prettier": "^3.3.2",
"stylelint": "^16.6.1",
"typescript": "^5.5.2"
"prettier": "^3.3.3",
"stylelint": "^16.7.0",
"typescript": "^5.5.3"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 881ef74

Please sign in to comment.