diff --git a/js/noms/package.json b/js/noms/package.json index 0acae6d7cc..ba1bd0e126 100644 --- a/js/noms/package.json +++ b/js/noms/package.json @@ -16,7 +16,7 @@ "tingodb": "^0.4.2" }, "devDependencies": { - "@attic/eslintrc": "^4.0.0", + "@attic/eslintrc": "4.3.0", "babel-cli": "^6.14.0", "babel-core": "^6.14.0", "babel-generator": "^6.14.0", diff --git a/js/perf/package.json b/js/perf/package.json index 4a70eeb230..4c4f4732d4 100644 --- a/js/perf/package.json +++ b/js/perf/package.json @@ -4,7 +4,7 @@ "description": "Shared node modules", "license": "Apache-2.0", "dependencies": { - "@attic/eslintrc": "^4.0.0", + "@attic/eslintrc": "4.3.0", "@attic/noms": "file:../../js/noms", "@attic/webpack-config": "^2.1.0", "babel-cli": "^6.14.0", diff --git a/samples/js/package.json b/samples/js/package.json index 06fd5fee61..7c02d3b803 100644 --- a/samples/js/package.json +++ b/samples/js/package.json @@ -4,7 +4,7 @@ "description": "Shared node modules", "license": "Apache-2.0", "dependencies": { - "@attic/eslintrc": "^4.0.0", + "@attic/eslintrc": "4.3.0", "@attic/noms": "file:../../js/noms", "@attic/webpack-config": "^2.1.0", "aspect-fit": "1.0.2",