From 1b930b5d6376743c8c9de1b8468f17f5b41f601d Mon Sep 17 00:00:00 2001 From: Walidoux Date: Fri, 10 Feb 2023 13:18:17 +0100 Subject: [PATCH] chore(deps): update latest --- package.json | 3 +-- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3fd9b7e..0f93ffa 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "lint:editorconfig": "editorconfig-checker", "lint:prettier": "prettier \".\" --check --ignore-unknown '!**/*.hbs' --ignore-path \".gitignore\"", "lint:commit": "commitlint", - "lint:staged": "lint-staged", "release": "semantic-release", "generate": "plop" }, @@ -44,10 +43,10 @@ "postcss": "^8.4.21", "prettier": "^2.8.4", "prettier-plugin-tailwindcss": "^0.2.2", + "eslint-config-next": "13.1.6", "react-icons": "^4.7.1", "semantic-release": "^20.1.0", "tailwindcss": "^3.2.6", - "ts-node": "^10.9.1", "typescript": "^4.9.5" }, "keywords": [ diff --git a/yarn.lock b/yarn.lock index c942f56..6bde3a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5925,7 +5925,7 @@ trim-newlines@^3.0.0: resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144" integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== -ts-node@^10.8.1, ts-node@^10.9.1: +ts-node@^10.8.1: version "10.9.1" resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b" integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==