Skip to content

Commit 68e1cca

Browse files
authored
Merge pull request #45 from atom-community/flow/jsx-in-js
feat: allow flow and jsx in javascript
2 parents 307725e + 6e01035 commit 68e1cca

3 files changed

Lines changed: 266 additions & 96 deletions

File tree

package.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,24 @@
3232
"bump": "ncu -u -x coffeescript"
3333
},
3434
"dependencies": {
35-
"eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
3635
"@babel/core": "^7",
37-
"@babel/eslint-parser": "^7.14.3",
38-
"@typescript-eslint/eslint-plugin": "^4.25.0",
39-
"@typescript-eslint/parser": "^4.25.0",
36+
"@babel/eslint-parser": "^7.14.5",
37+
"@babel/plugin-syntax-flow": "^7.14.5",
38+
"@babel/plugin-syntax-jsx": "^7.14.5",
39+
"@typescript-eslint/eslint-plugin": "^4.27.0",
40+
"@typescript-eslint/parser": "^4.27.0",
4041
"coffeescript": "^1",
4142
"eslint": "^7",
4243
"eslint-config-prettier": "^8.3.0",
4344
"eslint-plugin-coffee": "^0.1.14",
4445
"eslint-plugin-html": "^6.1.2",
45-
"eslint-plugin-import": "^2.23.3",
46+
"eslint-plugin-import": "^2.23.4",
4647
"eslint-plugin-json": "^3.0.0",
4748
"eslint-plugin-node": "^11.1.0",
49+
"eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
4850
"eslint-plugin-optimize-regex": "^1.2.0",
49-
"eslint-plugin-react": "^7.23.2",
50-
"eslint-plugin-yaml": "^0.4.2",
51+
"eslint-plugin-react": "^7.24.0",
52+
"eslint-plugin-yaml": "^0.5.0",
5153
"prettier": "^2",
5254
"typescript": "^4"
5355
},
@@ -56,9 +58,9 @@
5658
},
5759
"devDependencies": {
5860
"eslint": "^7.22.0",
59-
"execa": "^5.0.0",
60-
"gitly": "^2.1.0",
61-
"npm-check-updates": "11.5.13",
61+
"execa": "^5.1.1",
62+
"gitly": "^2.1.1",
63+
"npm-check-updates": "11.6.0",
6264
"prettier-config-atomic": "^2.0.5",
6365
"shelljs": "^0.8.4"
6466
}

0 commit comments

Comments
 (0)