diff options
author | Vitaly Takmazov | 2022-10-27 21:01:55 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 2146a98bd98b7e275a0ee7bc7a243981b597f34c (patch) | |
tree | 4e326986b5d0379c8c8569780973f60a5a1bc62b /vnext/package.json | |
parent | 30a86db0dcd00583f76c333127028c314d98b4fc (diff) |
Switch from `babel-eslint` to `@babel/eslint-parser`
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 4aea0ead..7e2e0ea8 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -12,10 +12,10 @@ "license": "AGPL-3.0-or-later", "devDependencies": { "@babel/core": "7.19.6", + "@babel/eslint-parser": "^7.19.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "7.19.4", "@babel/preset-react": "7.18.6", - "babel-eslint": "^10.1.0", "babel-jest": "^29.2.2", "babel-loader": "^9.0.0", "css-loader": "^6.7.1", |