File tree Expand file tree Collapse file tree 9 files changed +1748
-2003
lines changed Expand file tree Collapse file tree 9 files changed +1748
-2003
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 # Initializes the CodeQL tools for scanning.
3333 - name : Initialize CodeQL
34- uses : github/codeql-action/init@v3
34+ uses : github/codeql-action/init@v4
3535 with :
3636 languages : ${{ matrix.language }}
3737 # If you wish to specify custom queries, you can do so here or in a config file.
4545 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4646 # If this step fails, then you should remove it and run the build manually (see below)
4747 - name : Autobuild
48- uses : github/codeql-action/autobuild@v3
48+ uses : github/codeql-action/autobuild@v4
4949
5050 # ℹ️ Command-line programs to run using the OS shell.
5151 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
5858 # ./location_of_script_within_repo/buildscript.sh
5959
6060 - name : Perform CodeQL Analysis
61- uses : github/codeql-action/analyze@v3
61+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 1616 node : [18.x]
1717 timeout-minutes : 10
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Setup Node.JS ${{ matrix.node }}
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@v5
2222 with :
2323 node-version : ${{ matrix.node }}
2424 cache : ' yarn'
Original file line number Diff line number Diff line change 1111 "url" : " https://foxypanda.me/"
1212 },
1313 "resolutions" : {
14- "**/typescript" : " 5.6 .3" ,
15- "**/immer" : " 10.1.1 "
14+ "**/typescript" : " 5.9 .3" ,
15+ "**/immer" : " 10.1.3 "
1616 },
1717 "scripts" : {
1818 "build" : " cd ./packages/chonky && npm run build && cd ../chonky-icon-fontawesome && npm run build"
Original file line number Diff line number Diff line change 1616 "scheduler/tracing" : " ../node_modules/scheduler/tracing-profiling"
1717 },
1818 "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" ,
2121 "parcel" : " ^2.0.0" ,
2222 "typescript" : " ^5.0.0"
2323 }
Original file line number Diff line number Diff line change 5252 "devDependencies" : {
5353 "@size-limit/preset-small-lib" : " ^11.0.2" ,
5454 "@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 " ,
5757 "dts-cli" : " ^2.0.4" ,
5858 "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" ,
6161 "size-limit" : " ^11.0.2" ,
6262 "tslib" : " ^2.6.2" ,
6363 "typescript" : " ^5.3.3"
6464 },
6565 "dependencies" : {
6666 "@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.1 .0" ,
69+ "@fortawesome/free-solid-svg-icons" : " ^7.0.0 " ,
70+ "@fortawesome/react-fontawesome" : " ^3.0 .0"
7171 },
7272 "homepage" : " https://chonky.io/" ,
7373 "author" : {
Original file line number Diff line number Diff line change 1111 "react-app-polyfill" : " ^3.0.0"
1212 },
1313 "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 " ,
1616 "parcel" : " ^2.8.3" ,
1717 "process" : " ^0.11.10" ,
1818 "typescript" : " ^5.0.0"
You can’t perform that action at this time.
0 commit comments