Skip to content

Commit bdefb67

Browse files
chore(deps): bump sass from 1.84.0 to 1.85.0 (#3098)
* 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]>
1 parent 62c0d98 commit bdefb67

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

packages/apps/dashboard/client/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"react-number-format": "^5.4.3",
3434
"react-router-dom": "^6.23.1",
3535
"recharts": "^2.13.0-alpha.4",
36-
"sass": "^1.83.4",
3736
"simplebar-react": "^3.2.5",
3837
"styled-components": "^6.1.11",
3938
"swiper": "^11.1.3",
@@ -52,7 +51,7 @@
5251
"eslint-plugin-react-hooks": "^5.1.0",
5352
"eslint-plugin-react-refresh": "^0.4.11",
5453
"prettier": "3.4.2",
55-
"sass": "^1.83.4",
54+
"sass": "^1.85.0",
5655
"stylelint-prettier": "^5.0.0",
5756
"typescript": "^5.6.3",
5857
"vite": "^5.4.7",

packages/apps/staking/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"react": "^18.3.1",
3939
"react-dom": "^18.3.1",
4040
"react-router-dom": "^6.24.1",
41-
"sass": "^1.83.4",
4241
"serve": "^14.2.4",
4342
"vite-plugin-node-polyfills": "^0.22.0",
4443
"wagmi": "^2.14.6"
@@ -53,7 +52,7 @@
5352
"eslint": "^8.57.0",
5453
"eslint-plugin-react-hooks": "^5.1.0",
5554
"eslint-plugin-react-refresh": "^0.4.11",
56-
"sass": "^1.83.4",
55+
"sass": "^1.85.0",
5756
"typescript": "^5.6.3",
5857
"vite": "^5.4.7"
5958
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17731,10 +17731,10 @@ safe-stable-stringify@^2.1.0, safe-stable-stringify@^2.3.1:
1773117731
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
1773217732
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
1773317733

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

0 commit comments

Comments
 (0)