We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3933c commit 95d1958Copy full SHA for 95d1958
bun.lockb
-4.77 KB
package.json
@@ -21,10 +21,10 @@
21
"ui-add": "turbo run ui-add"
22
},
23
"devDependencies": {
24
- "@turbo/gen": "^2.3.0",
+ "@turbo/gen": "^2.3.2",
25
"@yuki/prettier-config": "workspace:*",
26
"prettier": "latest",
27
- "turbo": "^2.3.0",
+ "turbo": "^2.3.2",
28
"typescript": "latest"
29
30
"packageManager": "bun@1.1.34",
tooling/eslint/package.json
@@ -29,7 +29,7 @@
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
31
"eslint-plugin-react-hooks": "^5.0.0",
32
- "eslint-plugin-turbo": "^2.3.0",
+ "eslint-plugin-turbo": "^2.3.2",
33
"typescript-eslint": "^8.15.0"
34
}
35
0 commit comments