File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1212 "prePublish" : " prettier --check . && eslint . && cspell --quiet . && tsc && vite build"
1313 },
1414 "devDependencies" : {
15- "@eslint/js" : " ^9.27 .0" ,
15+ "@eslint/js" : " ^9.28 .0" ,
1616 "@types/bun" : " latest" ,
1717 "@types/react-dom" : " ^19.1.5" ,
1818 "@types/react" : " ^19.1.6" ,
2323 "eslint-plugin-import" : " ^2.31.0" ,
2424 "eslint-plugin-react-hooks" : " ^5.2.0" ,
2525 "eslint-plugin-react" : " ^7.37.5" ,
26- "eslint" : " ^9.27 .0" ,
26+ "eslint" : " ^9.28 .0" ,
2727 "globals" : " ^16.2.0" ,
2828 "prettier-plugin-organize-imports" : " ^4.1.0" ,
2929 "prettier" : " ^3.5.3" ,
3434 "vite" : " ^6.3.5"
3535 },
3636 "dependencies" : {
37- "@icons-pack/react-simple-icons" : " ^12.9 .0" ,
37+ "@icons-pack/react-simple-icons" : " ^13.0 .0" ,
3838 "lucide-react" : " ^0.511.0" ,
3939 "octokit" : " ^5.0.3" ,
4040 "react" : " ^19.1.0" ,
4141 "react-dom" : " ^19.1.0" ,
42- "tinybase" : " ^6.2.0-beta.4 " ,
42+ "tinybase" : " ^6.2.0" ,
4343 "tinytick" : " ^1.2.8" ,
4444 "tinywidgets" : " ^1.2.4"
4545 }
Original file line number Diff line number Diff line change @@ -795,7 +795,7 @@ SOFTWARE.
795795---
796796
797797Name: tinybase
798- Version: 6.2.0-beta.4
798+ Version: 6.2.0
799799License: MIT
800800Private: false
801801Description: A reactive data store and sync engine.
@@ -905,7 +905,7 @@ SOFTWARE.
905905---
906906
907907Name: @icons-pack/react-simple-icons
908- Version: 12.9 .0
908+ Version: 13.0 .0
909909License: MIT
910910Private: false
911911Description: This package provides the Simple Icons packaged as a set of React components.
You can’t perform that action at this time.
0 commit comments