File tree Expand file tree Collapse file tree 8 files changed +2064
-1699
lines changed Expand file tree Collapse file tree 8 files changed +2064
-1699
lines changed Original file line number Diff line number Diff line change 29
29
"release" : " tsx --trace-uncaught --trace-warnings --env-file=.env tools/release/src/release.ts"
30
30
},
31
31
"devDependencies" : {
32
- "@nx/js" : " 20.2.1 " ,
33
- "@types/node" : " ^22.10.1 " ,
34
- "chalk" : " ^5.3.0 " ,
35
- "chokidar" : " ^4.0.1 " ,
36
- "execa" : " ^9.5.1 " ,
37
- "nx" : " 20.2.1 " ,
32
+ "@nx/js" : " 20.4.0 " ,
33
+ "@types/node" : " ^22.12.0 " ,
34
+ "chalk" : " ^5.4.1 " ,
35
+ "chokidar" : " ^4.0.3 " ,
36
+ "execa" : " ^9.5.2 " ,
37
+ "nx" : " 20.4.0 " ,
38
38
"prettier" : " ^3.4.2" ,
39
39
"tsx" : " ^4.19.2" ,
40
- "typescript" : " ^5.7.2 "
40
+ "typescript" : " ^5.7.3 "
41
41
},
42
42
"pnpm" : {
43
43
"updateConfig" : {
Original file line number Diff line number Diff line change 23
23
},
24
24
"dependencies" : {
25
25
"autoprefixer" : " ^10.4.20" ,
26
- "esbuild" : " ^0.24.0 " ,
27
- "fast-glob" : " ^3.3.2 " ,
28
- "postcss" : " ^8.4.49 " ,
26
+ "esbuild" : " ^0.24.2 " ,
27
+ "fast-glob" : " ^3.3.3 " ,
28
+ "postcss" : " ^8.5.1 " ,
29
29
"postcss-import" : " ^16.1.0" ,
30
30
"tailwindcss" : " ^3.4.16"
31
31
}
Original file line number Diff line number Diff line change 21
21
"react" : " ^19.0.0" ,
22
22
"react-dom" : " ^19.0.0" ,
23
23
"superjson" : " ^2.2.2" ,
24
- "zod" : " ^3.23.8 " ,
25
- "zustand" : " ^5.0.2 "
24
+ "zod" : " ^3.24.1 " ,
25
+ "zustand" : " ^5.0.3 "
26
26
},
27
27
"devDependencies" : {
28
28
"@types/eslint" : " ^9.6.1" ,
29
- "@types/react" : " ^19.0.1 " ,
30
- "@types/react-dom" : " ^19.0.1 " ,
29
+ "@types/react" : " ^19.0.8 " ,
30
+ "@types/react-dom" : " ^19.0.3 " ,
31
31
"@virtuallyunknown/esbuild" : " workspace:*" ,
32
32
"@virtuallyunknown/eslint-config" : " workspace:*" ,
33
33
"@virtuallyunknown/tsconfig" : " workspace:*" ,
34
- "eslint-plugin-tailwindcss" : " ^3.17.5 " ,
34
+ "eslint-plugin-tailwindcss" : " ^3.18.0 " ,
35
35
"tailwindcss" : " ^3.4.16" ,
36
- "typescript" : " ^5.7.2 "
36
+ "typescript" : " ^5.7.3 "
37
37
}
38
38
}
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ export const RuleEditor = () => {
150
150
151
151
< div className = 'mt-4 flex items-center justify-end gap-x-4' >
152
152
< Button color = 'gray' text = 'Cancel' onClick = { ( ) => setPage ( 'rules' ) } />
153
- < Button color = 'blue' text = 'Save' onClick = { submitRule } disabled = { selectedRule . removed } />
153
+ < Button color = 'blue' disabled = { selectedRule . removed } text = 'Save' onClick = { submitRule } />
154
154
</ div >
155
155
156
156
< hr className = 'my-2 h-px border-0 bg-gray-200' />
Original file line number Diff line number Diff line change 23
23
"." : " ./src/index.js"
24
24
},
25
25
"dependencies" : {
26
- "@stylistic/eslint-plugin" : " 2.12 .0" ,
27
- "eslint" : " 9.16 .0" ,
28
- "eslint-plugin-react" : " 7.37.2 " ,
26
+ "@stylistic/eslint-plugin" : " 3.0 .0" ,
27
+ "eslint" : " 9.19 .0" ,
28
+ "eslint-plugin-react" : " 7.37.4 " ,
29
29
"eslint-plugin-react-hooks" : " 5.1.0" ,
30
30
"eslint-plugin-unicorn" : " 56.0.1" ,
31
- "globals" : " ^15.4 .0" ,
32
- "typescript-eslint" : " 8.18 .0"
31
+ "globals" : " ^15.14 .0" ,
32
+ "typescript-eslint" : " 8.22 .0"
33
33
}
34
34
}
You can’t perform that action at this time.
0 commit comments