summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 80ec1a2..cb6b890 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@lightscale/eslint-config",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Lightscale basic eslint config",
"license": "MIT",
"author": "Sam Light <sam@lightscale.co.uk>",
@@ -14,9 +14,9 @@
"access": "public"
},
"dependencies": {
- "@babel/eslint-parser": "^7.16.0",
- "@eslint/js": "^9.23.0",
- "globals": "^16.0.0"
+ "@babel/eslint-parser": "^8.0.0",
+ "@eslint/js": "^10.0.0",
+ "globals": "^17.11.0"
},
"peerDependencies": {
"@babel/core": ">= 7",