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

chore(deps): update dependency sass to v1.83.0 #462

Merged
merged 1 commit into from
Dec 13, 2024
Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@unhead/vue": "1.11.14",
"happy-dom": "13.10.1",
"sass": "1.82.0",
"sass": "1.83.0",
"typescript": "5.7.2",
"unbuild": "2.0.0",
"vite": "5.4.11",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@unhead/vue": "1.11.14",
"happy-dom": "13.10.1",
"nuxt": "3.14.1592",
"sass": "1.82.0",
"sass": "1.83.0",
"typescript": "5.7.2",
"unbuild": "2.0.0",
"vite": "5.4.11",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,7 @@ __metadata:
"@vueuse/core": "npm:^10.0.0"
happy-dom: "npm:13.10.1"
nuxt: "npm:3.14.1592"
sass: "npm:1.82.0"
sass: "npm:1.83.0"
typescript: "npm:5.7.2"
unbuild: "npm:2.0.0"
vite: "npm:5.4.11"
Expand All @@ -1828,7 +1828,7 @@ __metadata:
"@unhead/vue": "npm:1.11.14"
"@vueuse/core": "npm:^10.0.0"
happy-dom: "npm:13.10.1"
sass: "npm:1.82.0"
sass: "npm:1.83.0"
typescript: "npm:5.7.2"
unbuild: "npm:2.0.0"
vite: "npm:5.4.11"
Expand Down Expand Up @@ -7268,9 +7268,9 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:1.82.0":
version: 1.82.0
resolution: "sass@npm:1.82.0"
"sass@npm:1.83.0":
version: 1.83.0
resolution: "sass@npm:1.83.0"
dependencies:
"@parcel/watcher": "npm:^2.4.1"
chokidar: "npm:^4.0.0"
Expand All @@ -7281,7 +7281,7 @@ __metadata:
optional: true
bin:
sass: sass.js
checksum: 10/35fca01aef652e8cb1fede83fe4214e3c2ba10c9af3d7f101eec7c3c3d1064001f9c7d09a7fdb9548062b60fee62e5f1f931d90aecac02f6bc8deaa4b7516c5f
checksum: 10/cae7c489ffeb1324ac7e766dda60206a6d7a318d0689b490290a32a6414ef1fd0f376f92d45fb1610e507baa6f6594f1a61d4d706df2f105122ff9a83d2a28e1
languageName: node
linkType: hard

Expand Down
Loading