From 8e85be96a154b371b4cf1fb1924155d96150f949 Mon Sep 17 00:00:00 2001 From: Pauline Date: Wed, 20 Dec 2023 01:58:22 -0500 Subject: chore(lint): bump deps and fix linting/format --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index bed0fb4..ad0e375 100644 --- a/package.json +++ b/package.json @@ -33,15 +33,15 @@ "codegen": "cargo test -p nexus-core api::tests::gen -- --exact" }, "devDependencies": { - "@flowr/eslint-config": "^2.1.1-alpha.15", - "@storybook/react-vite": "^7.5.3", + "@flowr/eslint-config": "^2.1.1-alpha.17", + "@storybook/react-vite": "^7.6.6", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.4.4", - "turbo": "^1.10.16", - "turbo-ignore": "^1.10.16", - "typescript": "^5.3.2", - "vite": "^5.0.2" + "eslint-plugin-react-refresh": "^0.4.5", + "turbo": "^1.11.2", + "turbo-ignore": "^1.11.2", + "typescript": "^5.3.3", + "vite": "^5.0.10" } } -- cgit