Skip to content

Commit

Permalink
chore(deps): bump sass from 1.84.0 to 1.85.0 (#3098)
Browse files Browse the repository at this point in the history
* chore(deps): bump sass from 1.84.0 to 1.85.0

Bumps [sass](https://github.com/sass/dart-sass) from 1.84.0 to 1.85.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.84.0...1.85.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: remove sass dependency from staking and dashboard client packages

* chore(deps): update multiple package versions in yarn.lock

* chore(deps): add sass dependency to dashboard client package

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francisco López <[email protected]>
  • Loading branch information
dependabot[bot] and flopez7 authored Feb 25, 2025
1 parent 62c0d98 commit bdefb67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions packages/apps/dashboard/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"react-number-format": "^5.4.3",
"react-router-dom": "^6.23.1",
"recharts": "^2.13.0-alpha.4",
"sass": "^1.83.4",
"simplebar-react": "^3.2.5",
"styled-components": "^6.1.11",
"swiper": "^11.1.3",
Expand All @@ -52,7 +51,7 @@
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.11",
"prettier": "3.4.2",
"sass": "^1.83.4",
"sass": "^1.85.0",
"stylelint-prettier": "^5.0.0",
"typescript": "^5.6.3",
"vite": "^5.4.7",
Expand Down
3 changes: 1 addition & 2 deletions packages/apps/staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.1",
"sass": "^1.83.4",
"serve": "^14.2.4",
"vite-plugin-node-polyfills": "^0.22.0",
"wagmi": "^2.14.6"
Expand All @@ -53,7 +52,7 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.11",
"sass": "^1.83.4",
"sass": "^1.85.0",
"typescript": "^5.6.3",
"vite": "^5.4.7"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17731,10 +17731,10 @@ safe-stable-stringify@^2.1.0, safe-stable-stringify@^2.3.1:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==

sass@^1.83.4:
version "1.84.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.84.0.tgz#da9154cbccb2d2eac7a9486091b6d9ba93ef5bad"
integrity sha512-XDAbhEPJRxi7H0SxrnOpiXFQoUJHwkR2u3Zc4el+fK/Tt5Hpzw5kkQ59qVDfvdaUq6gCrEZIbySFBM2T9DNKHg==
sass@^1.85.0:
version "1.85.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.85.0.tgz#0127ef697d83144496401553f0a0e87be83df45d"
integrity sha512-3ToiC1xZ1Y8aU7+CkgCI/tqyuPXEmYGJXO7H4uqp0xkLXUqp88rQQ4j1HmP37xSJLbCJPaIiv+cT1y+grssrww==
dependencies:
chokidar "^4.0.0"
immutable "^5.0.2"
Expand Down

0 comments on commit bdefb67

Please sign in to comment.