Skip to content

Commit 8baefe4

Browse files
authored
chore: update style test fixtures (#407)
1 parent 2a5cbe0 commit 8baefe4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"eslint-scope": "^7.0.0",
5757
"eslint-visitor-keys": "^3.0.0",
5858
"espree": "^9.0.0",
59-
"postcss": "^8.4.28",
60-
"postcss-scss": "^4.0.7"
59+
"postcss": "^8.4.29",
60+
"postcss-scss": "^4.0.8"
6161
},
6262
"devDependencies": {
6363
"@changesets/changelog-github": "^0.4.8",

tests/fixtures/parser/style-context/simple-scss-output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"end": {
4141
"line": 10,
4242
"column": 34,
43-
"offset": 196
43+
"offset": 197
4444
},
4545
"inputId": 0,
4646
"start": {

tests/fixtures/parser/style-location-converter/simple-scss-output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
[
6262
169,
63-
197
63+
198
6464
]
6565
],
6666
[

0 commit comments

Comments
 (0)