Skip to content

Commit

Permalink
chore(sass): bump sass version down until we can update v10 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Aug 10, 2023
1 parent 1db120c commit f3754dd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"rollup": "^2.79.1",
"rollup-plugin-strip-banner": "^3.0.0",
"rtlcss": "^4.0.0",
"sass": "^1.65.1",
"sass": "^1.51.0",
"sass-loader": "^13.0.0",
"storybook": "^7.1.0",
"storybook-readme": "^5.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"postcss": "^8.4.14",
"postcss-flexbugs-fixes": "^5.0.2",
"rimraf": "^5.0.0",
"sass": "^1.65.1"
"sass": "^1.51.0"
},
"sideEffects": [
"index.scss",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2208,7 +2208,7 @@ __metadata:
rollup: ^2.79.1
rollup-plugin-strip-banner: ^3.0.0
rtlcss: ^4.0.0
sass: ^1.65.1
sass: ^1.51.0
sass-loader: ^13.0.0
storybook: ^7.1.0
storybook-readme: ^5.0.9
Expand Down Expand Up @@ -2256,7 +2256,7 @@ __metadata:
postcss: ^8.4.14
postcss-flexbugs-fixes: ^5.0.2
rimraf: ^5.0.0
sass: ^1.65.1
sass: ^1.51.0
peerDependencies:
sass: ^1.33.0
peerDependenciesMeta:
Expand Down Expand Up @@ -27717,16 +27717,16 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:^1.51.0, sass@npm:^1.65.1":
version: 1.65.1
resolution: "sass@npm:1.65.1"
"sass@npm:^1.51.0":
version: 1.62.1
resolution: "sass@npm:1.62.1"
dependencies:
chokidar: ">=3.0.0 <4.0.0"
immutable: ^4.0.0
source-map-js: ">=0.6.2 <2.0.0"
bin:
sass: sass.js
checksum: 33e325fc80cd07489992e0814cd4929496f87493ffe78c423c2dbafa5746a574e6f3bde20c2a3e4ea47b16ee3d6bc5afcf1d36b405227b829d6c4c9ddcc7f8e2
checksum: 1b1b3584b38a63dd94156b65f13b90e3f84b170a38c3d5e3fa578b7a32a37aeb349b4926b0eaf9448d48e955e86b1ee01b13993f19611dad8068af07a607c13b
languageName: node
linkType: hard

Expand Down

0 comments on commit f3754dd

Please sign in to comment.