File tree Expand file tree Collapse file tree 7 files changed +1057
-549
lines changed Expand file tree Collapse file tree 7 files changed +1057
-549
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ jobs:
59
59
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
60
60
# format to the repository Actions tab.
61
61
- name : " Upload artifact"
62
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
62
+ uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
63
63
with :
64
64
name : SARIF file
65
65
path : results.sarif
66
66
retention-days : 5
67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@6a89f57882288b3d2f190cda65000eec9e9ebb7c # v2.27 .0
70
+ uses : github/codeql-action/upload-sarif@673cceb2b4886e2dfff697ab64a1ecd1c0a14a05 # v2.28 .0
71
71
with :
72
72
sarif_file : results.sarif
Original file line number Diff line number Diff line change 9
9
"@helpwave/common" : " workspace:*" ,
10
10
"@helpwave/proto-ts" : " 0.61.0-e1d7c0c.0" ,
11
11
"@tanstack/react-query" : " 4.36.1" ,
12
- "@tanstack/react-query-devtools" : " 5.62.7 " ,
12
+ "@tanstack/react-query-devtools" : " 5.62.14 " ,
13
13
"@types/google-protobuf" : " 3.15.12" ,
14
14
"cookies-next" : " 2.1.2" ,
15
15
"google-protobuf" : " 3.21.4" ,
24
24
"devDependencies" : {
25
25
"@helpwave/eslint-config" : " workspace:*" ,
26
26
"@types/js-cookie" : " 3.0.6" ,
27
- "@types/node" : " 20.17.10 " ,
28
- "@types/react" : " 18.3.17 "
27
+ "@types/node" : " 20.17.11 " ,
28
+ "@types/react" : " 18.3.18 "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 12
12
"eslint-plugin-import" : " 2.31.0" ,
13
13
"eslint-plugin-n" : " 16.6.2" ,
14
14
"eslint-plugin-promise" : " 6.6.0" ,
15
- "eslint-plugin-react" : " 7.37.2 " ,
15
+ "eslint-plugin-react" : " 7.37.3 " ,
16
16
"eslint-plugin-react-hooks" : " 4.6.2" ,
17
17
"eslint-plugin-tailwindcss" : " 3.17.5"
18
18
}
Original file line number Diff line number Diff line change 18
18
"@twind/preset-tailwind-forms" : " 1.1.2" ,
19
19
"@twind/preset-typography" : " 1.0.7" ,
20
20
"csstype" : " 3.1.3" ,
21
- "lucide-react" : " 0.468 .0" ,
22
- "next" : " 13.5.7 " ,
21
+ "lucide-react" : " 0.469 .0" ,
22
+ "next" : " 13.5.8 " ,
23
23
"react" : " 18.3.1" ,
24
24
"react-dom" : " 18.3.1" ,
25
- "react-hot-toast" : " 2.4 .1" ,
26
- "react-intersection-observer" : " 9.14.0 " ,
25
+ "react-hot-toast" : " 2.5 .1" ,
26
+ "react-intersection-observer" : " 9.14.1 " ,
27
27
"vanilla-cookieconsent" : " 3.0.1" ,
28
28
"react-custom-scrollbars-2" : " 4.5.0"
29
29
},
30
30
"devDependencies" : {
31
- "@types/node" : " 20.17.10 " ,
32
- "@types/react" : " 18.3.17 " ,
31
+ "@types/node" : " 20.17.11 " ,
32
+ "@types/react" : " 18.3.18 " ,
33
33
"@types/react-dom" : " 18.3.5" ,
34
- "@next/eslint-plugin-next" : " 14.2.20 " ,
34
+ "@next/eslint-plugin-next" : " 14.2.22 " ,
35
35
"@helpwave/eslint-config" : " workspace:*" ,
36
36
"typescript" : " 5.7.2"
37
37
}
Original file line number Diff line number Diff line change 20
20
"@types/tinycolor2" : " 1.4.6" ,
21
21
"csstype" : " 3.1.3" ,
22
22
"keycloak-js" : " 25.0.6" ,
23
- "lucide-react" : " 0.468 .0" ,
23
+ "lucide-react" : " 0.469 .0" ,
24
24
"react" : " 18.3.1" ,
25
25
"react-custom-scrollbars-2" : " 4.5.0" ,
26
26
"react-dom" : " 18.3.1" ,
43
43
"@storybook/nextjs" : " 7.6.20" ,
44
44
"@storybook/react" : " 7.6.20" ,
45
45
"@storybook/testing-library" : " 0.2.2" ,
46
- "@types/react" : " 18.3.17 " ,
46
+ "@types/react" : " 18.3.18 " ,
47
47
"@types/react-dom" : " 18.3.5" ,
48
- "next" : " 14.2.20 " ,
48
+ "next" : " 14.2.22 " ,
49
49
"prop-types" : " 15.8.1" ,
50
50
"storybook" : " 7.6.20"
51
51
},
You can’t perform that action at this time.
0 commit comments