diff --git a/package.json b/package.json index d27eaaeb..a65298d9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "homepage": "https://github.com/ahmadawais/create-guten-block#readme", "devDependencies": { - "babel-eslint": "^8.2.1", + "babel-eslint": "^10.0.3", "chalk": "^2.4.2", "eslint": "^4.17.0", "eslint-config-wordpress": "^2.0.0", diff --git a/packages/cgb-scripts/package.json b/packages/cgb-scripts/package.json index 2bdd840f..a94da490 100644 --- a/packages/cgb-scripts/package.json +++ b/packages/cgb-scripts/package.json @@ -32,7 +32,7 @@ "dependencies": { "autoprefixer": "^7.2.4", "babel-core": "^6.25.0", - "babel-eslint": "^8.2.1", + "babel-eslint": "^10.0.3", "babel-loader": "^7.1.1", "babel-preset-cgb": "^1.7.0", "cgb-dev-utils": "^1.6.0",