From 55f45392a8997feddad7c88e3388c9c40934c0d9 Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Thu, 18 Apr 2024 16:29:40 +0200 Subject: [PATCH] prepare 9.0.5 --- package.json | 4 ++-- pnpm-lock.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 46ae7c44..d70da9c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chessground", - "version": "9.0.4", + "version": "9.0.5", "description": "lichess.org chess ui", "type": "module", "main": "dist/chessground.js", @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^7.7.0", "@typescript-eslint/parser": "^7.7.0", "esbuild": "^0.20.2", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "prettier": "^3.2.5", "typescript": "^5.4.5" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a959c44d..406b2210 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,7 +15,7 @@ devDependencies: specifier: ^0.20.2 version: 0.20.2 eslint: - specifier: ^8.56.0 + specifier: ^8.57.0 version: 8.57.0 prettier: specifier: ^3.2.5