Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sass from 1.80.2 to 1.80.6 #1500

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/nocode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@akala/pages": "workspace:^",
"@floating-ui/core": "^1.6.8",
"@floating-ui/dom": "^1.6.11",
"sass": "^1.80.2"
"sass": "^1.80.6"
},
"private": true,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"sass": "sass scss:dist/css"
},
"devDependencies": {
"sass": "^1.80.2"
"sass": "^1.80.6"
},
"dependencies": {
"@akala/client": "workspace:^",
Expand Down
15 changes: 9 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ __metadata:
"@floating-ui/core": "npm:^1.6.8"
"@floating-ui/dom": "npm:^1.6.11"
esbuild: "npm:^0.24.0"
sass: "npm:^1.80.2"
sass: "npm:^1.80.6"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -502,7 +502,7 @@ __metadata:
"@akala/client": "workspace:^"
"@akala/core": "workspace:^"
"@floating-ui/dom": "npm:^1.6.11"
sass: "npm:^1.80.2"
sass: "npm:^1.80.6"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8463,17 +8463,20 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:^1.80.2":
version: 1.80.2
resolution: "sass@npm:1.80.2"
"sass@npm:^1.80.6":
version: 1.80.6
resolution: "sass@npm:1.80.6"
dependencies:
"@parcel/watcher": "npm:^2.4.1"
chokidar: "npm:^4.0.0"
immutable: "npm:^4.0.0"
source-map-js: "npm:>=0.6.2 <2.0.0"
dependenciesMeta:
"@parcel/watcher":
optional: true
bin:
sass: sass.js
checksum: 10/c9c379eb4eb1f6b1d031c9ecd0fcebcabc88dd7863abda50618cca3a7f4656b5e8ebc4544630cfda06fe163226d70299006aaf6d726f386bd092fd6bd599d009
checksum: 10/a01996fa06bb9249cdae623b9b86930cebfe98fd39bba8700bb76b022e436b83085ef84c22310d44ee6ea5992e13ea86d6422c4b687323bb17ad88597cb39e81
languageName: node
linkType: hard

Expand Down
Loading