Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 7, 2022
1 parent 2863881 commit 97be503
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 88 deletions.
2 changes: 1 addition & 1 deletion index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test('works with postcss-each', () => {
runWithPlugins(
[require('postcss-each')({ plugins: { afterEach: plugin() } })],
'@each $n, $w in (a, b, c), (1, 2, 3) {.a-$n {width: $w;}}',
'.a-a {width: 1;}.a-b {width: 2;}.a-c {width: 3;}'
'.a-a {width: 1;}\n.a-b {width: 2;}\n.a-c {width: 3;}'
)
})

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"@logux/eslint-config": "^48.0.0",
"c8": "^7.12.0",
"clean-publish": "^4.0.1",
"eslint": "^8.27.0",
"eslint": "^8.29.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"postcss": "^8.4.18",
"postcss": "^8.4.19",
"postcss-each": "^1.1.0",
"postcss-for": "^2.1.1",
"postcss-mixins": "^9.0.4",
Expand Down

0 comments on commit 97be503

Please sign in to comment.