File tree Expand file tree Collapse file tree 9 files changed +1739
-2000
lines changed Expand file tree Collapse file tree 9 files changed +1739
-2000
lines changed Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
32
32
# Initializes the CodeQL tools for scanning.
33
33
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 16
16
node : [18.x]
17
17
timeout-minutes : 10
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- name : Setup Node.JS ${{ matrix.node }}
21
- uses : actions/setup-node@v4
21
+ uses : actions/setup-node@v5
22
22
with :
23
23
node-version : ${{ matrix.node }}
24
24
cache : ' yarn'
Original file line number Diff line number Diff line change 11
11
"url" : " https://foxypanda.me/"
12
12
},
13
13
"resolutions" : {
14
- "**/typescript" : " 5.6.3 " ,
15
- "**/immer" : " 10.1.1 "
14
+ "**/typescript" : " 5.9.2 " ,
15
+ "**/immer" : " 10.1.3 "
16
16
},
17
17
"scripts" : {
18
18
"build" : " cd ./packages/chonky && npm run build && cd ../chonky-icon-fontawesome && npm run build"
Original file line number Diff line number Diff line change 16
16
"scheduler/tracing" : " ../node_modules/scheduler/tracing-profiling"
17
17
},
18
18
"devDependencies" : {
19
- "@types/react" : " ^18 .0.0" ,
20
- "@types/react-dom" : " ^18 .0.0" ,
19
+ "@types/react" : " ^19 .0.0" ,
20
+ "@types/react-dom" : " ^19 .0.0" ,
21
21
"parcel" : " ^2.0.0" ,
22
22
"typescript" : " ^5.0.0"
23
23
}
Original file line number Diff line number Diff line change 52
52
"devDependencies" : {
53
53
"@size-limit/preset-small-lib" : " ^11.0.2" ,
54
54
"@types/node" : " ^22.0.0" ,
55
- "@types/react" : " ^18.2.56 " ,
56
- "@types/react-dom" : " ^18.2.19 " ,
55
+ "@types/react" : " ^19.0.0 " ,
56
+ "@types/react-dom" : " ^19.0.0 " ,
57
57
"dts-cli" : " ^2.0.4" ,
58
58
"husky" : " ^9.0.11" ,
59
- "react" : " ^18.2 .0" ,
60
- "react-dom" : " ^18.2 .0" ,
59
+ "react" : " ^19.0 .0" ,
60
+ "react-dom" : " ^19.0 .0" ,
61
61
"size-limit" : " ^11.0.2" ,
62
62
"tslib" : " ^2.6.2" ,
63
63
"typescript" : " ^5.3.3"
64
64
},
65
65
"dependencies" : {
66
66
"@aperturerobotics/chonky" : " ^0.3.1" ,
67
- "@fortawesome/fontawesome-svg-core" : " ^6.5.1 " ,
68
- "@fortawesome/free-brands-svg-icons" : " 6.6.0 " ,
69
- "@fortawesome/free-solid-svg-icons" : " ^6.5.1 " ,
70
- "@fortawesome/react-fontawesome" : " ^0.2 .0"
67
+ "@fortawesome/fontawesome-svg-core" : " ^7.0.0 " ,
68
+ "@fortawesome/free-brands-svg-icons" : " 7.0.1 " ,
69
+ "@fortawesome/free-solid-svg-icons" : " ^7.0.0 " ,
70
+ "@fortawesome/react-fontawesome" : " ^3.0 .0"
71
71
},
72
72
"homepage" : " https://chonky.io/" ,
73
73
"author" : {
Original file line number Diff line number Diff line change 11
11
"react-app-polyfill" : " ^3.0.0"
12
12
},
13
13
"devDependencies" : {
14
- "@types/react" : " ^18 .0.28 " ,
15
- "@types/react-dom" : " ^18 .0.10 " ,
14
+ "@types/react" : " ^19 .0.0 " ,
15
+ "@types/react-dom" : " ^19 .0.0 " ,
16
16
"parcel" : " ^2.8.3" ,
17
17
"process" : " ^0.11.10" ,
18
18
"typescript" : " ^5.0.0"
You can’t perform that action at this time.
0 commit comments