From 3df7dcd27667782e007c878141b8e34ee2bb9bce Mon Sep 17 00:00:00 2001 From: Badisi Date: Tue, 6 Dec 2022 12:21:48 +0100 Subject: [PATCH] dist(10.0.0) --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index bd8b242..5652776 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,26 +1,26 @@ { "name": "@hug/eslint-config", - "version": "9.0.1", + "version": "10.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hug/eslint-config", - "version": "9.0.1", + "version": "10.0.0", "license": "GPL-3.0-only", "dependencies": { - "@angular-eslint/builder": "^15.1.0", - "@angular-eslint/eslint-plugin": "^15.1.0", - "@angular-eslint/eslint-plugin-template": "^15.1.0", - "@angular-eslint/template-parser": "^15.1.0", - "@rushstack/eslint-patch": "^1.2.0", - "@typescript-eslint/eslint-plugin": "^5.45.1", - "@typescript-eslint/parser": "^5.45.1", + "@angular-eslint/builder": "15.1.0", + "@angular-eslint/eslint-plugin": "15.1.0", + "@angular-eslint/eslint-plugin-template": "15.1.0", + "@angular-eslint/template-parser": "15.1.0", + "@rushstack/eslint-patch": "1.2.0", + "@typescript-eslint/eslint-plugin": "5.45.1", + "@typescript-eslint/parser": "5.45.1", "eslint-plugin-chai-friendly": "0.7.2", "eslint-plugin-cypress": "2.12.1", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jsdoc": "^39.6.4", - "eslint-plugin-jsonc": "^2.5.0", + "eslint-plugin-jsdoc": "39.6.4", + "eslint-plugin-jsonc": "2.5.0", "eslint-plugin-no-loops": "0.3.0", "eslint-plugin-no-secrets": "0.8.9", "eslint-plugin-prefer-arrow": "1.2.3", diff --git a/package.json b/package.json index 2fd84e5..82fed6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hug/eslint-config", - "version": "9.0.1", + "version": "10.0.0", "description": "ESLint shareable configuration with great defaults", "homepage": "https://github.com/DSI-HUG/eslint-config", "license": "GPL-3.0-only",