Skip to content

Commit 5ea5739

Browse files
Evan Jacobsquantizor
authored andcommitted
pull in minor dep updates, swap out babel eslint parser package
1 parent 4fcfd98 commit 5ea5739

File tree

3 files changed

+1104
-1007
lines changed

3 files changed

+1104
-1007
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"env": {
44
"jest": true
55
},
6-
"parser": "babel-eslint",
6+
"parser": "@babel/eslint-parser",
77
"plugins": ["prettier"]
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
},
2626
"devDependencies": {
2727
"@babel/core": "^7.0.0",
28+
"@babel/eslint-parser": "^7.16.0",
2829
"@babel/plugin-proposal-class-properties": "^7.0.0",
2930
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
3031
"@babel/preset-env": "^7.0.0",
3132
"@babel/preset-react": "^7.0.0",
3233
"@testing-library/react": "^9.3.2",
3334
"@types/styled-components": "^5.1.11",
3435
"babel-core": "^7.0.0-bridge.0",
35-
"babel-eslint": "^10.0.1",
3636
"babel-jest": "^26.0.0",
3737
"enzyme": "^3.6.0",
3838
"enzyme-adapter-preact-pure": "^2.2.0",

0 commit comments

Comments
 (0)