Skip to content

Commit

Permalink
chore(deps): update dependency sugarss to v5 (#18747)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
  • Loading branch information
renovate[bot] and bluwy authored Nov 25, 2024
1 parent a3a4400 commit bac1089
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion playground/css-sourcemap/__tests__/css-sourcemap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ describe.runIf(isServe)('serve', () => {
const map = extractSourcemap(css)
expect(formatSourcemapForSnapshot(map)).toMatchInlineSnapshot(`
{
"mappings": "AAAA;EACE;AADc",
"mappings": "AAAA;EACE;AADe",
"sources": [
"/root/imported.sss",
],
Expand Down
2 changes: 1 addition & 1 deletion playground/css-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"magic-string": "^0.30.13",
"sass": "^1.81.0",
"stylus": "^0.64.0",
"sugarss": "^4.0.1"
"sugarss": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion playground/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"postcss-nested": "^7.0.2",
"sass": "^1.81.0",
"stylus": "^0.64.0",
"sugarss": "^4.0.1",
"sugarss": "^5.0.0",
"tinyglobby": "^0.2.10"
},
"imports": {
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bac1089

Please sign in to comment.