Skip to content

Commit ef12311

Browse files
committed
npm update
1 parent 0112c5b commit ef12311

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

demo/test/snapshots/linting-config.test.js.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,10 +2072,9 @@ Generated by [AVA](https://ava.li).
20722072
"prettier/prettier": [␊
20732073
"warn",␊
20742074
{␊
2075-
"arrowParens": "always",␊
20762075
"printWidth": 120,␊
2077-
"semi": false,␊
2078-
"singleQuote": true
2076+
"singleQuote": true,␊
2077+
"semi": false
20792078
}␊
20802079
],␊
20812080
"promise/always-return": [␊
-3 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
]
2323
},
2424
"dependencies": {
25-
"@babel/eslint-parser": "^7.19.1",
25+
"@babel/eslint-parser": "^7.21.3",
2626
"@fs/eslint-config-frontier-react": "^11.0.0-alpha.6",
27-
"eslint": "^8.35.0",
27+
"eslint": "^8.36.0",
2828
"eslint-plugin-bestpractices": "github:skye2k2/eslint-plugin-bestpractices",
2929
"eslint-plugin-deprecate": "^0.7.0",
3030
"eslint-plugin-html": "^7.1.0",

0 commit comments

Comments
 (0)