aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJason Miller <[email protected]>2019-10-21 13:00:49 -0400
committerJason Miller <[email protected]>2019-10-21 13:00:49 -0400
commitdbd661a075916409cd816f7057e228614779ae33 (patch)
treea908867f32dbd3c1ec6344e6f1610dbf34d062a1 /package.json
parenta4e20b1849fa327b87da55786999fd8c550a0dfa (diff)
update deps
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/package.json b/package.json
index bb87fea..6275b3a 100644
--- a/package.json
+++ b/package.json
@@ -46,8 +46,11 @@
]
},
"eslintConfig": {
- "parser": "babel-eslint",
"extends": "eslint:recommended",
+ "parser": "babel-eslint",
+ "parserOptions": {
+ "sourceType": "module"
+ },
"env": {
"browser": true,
"mocha": true,
@@ -66,13 +69,13 @@
"typings": "./mitt.d.ts",
"devDependencies": {
"babel-core": "^6.9.1",
- "babel-eslint": "^7.1.1",
+ "babel-eslint": "^10.0.3",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"documentation": "^4.0.0-beta4",
- "eslint": "^3.13.1",
+ "eslint": "^6.5.1",
"esm": "^3.2.25",
"flow-bin": "^0.38.0",
"flow-remove-types": "^1.2.0",