diff options
author | Pauline <git@ethanlibs.co> | 2023-12-20 01:58:22 -0500 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2023-12-20 01:58:22 -0500 |
commit | 8e85be96a154b371b4cf1fb1924155d96150f949 (patch) | |
tree | 22edab0f259bbdba76d1c8fb790ff2c6cf65db60 /package.json | |
parent | 64537e64852193cb735ee4853c0f8d07a5222030 (diff) | |
download | Nexus-8e85be96a154b371b4cf1fb1924155d96150f949.tar.gz Nexus-8e85be96a154b371b4cf1fb1924155d96150f949.tar.bz2 Nexus-8e85be96a154b371b4cf1fb1924155d96150f949.zip |
chore(lint): bump deps and fix linting/format
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
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" } } |