Skip to content

Commit 0e27dfb

Browse files
committed
[hygiene] Dependencies
1 parent 2dc3cf2 commit 0e27dfb

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

client/bun.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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",
@@ -23,7 +23,7 @@
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",
@@ -34,12 +34,12 @@
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
}

docs/dependencies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ SOFTWARE.
795795
---
796796

797797
Name: tinybase
798-
Version: 6.2.0-beta.4
798+
Version: 6.2.0
799799
License: MIT
800800
Private: false
801801
Description: A reactive data store and sync engine.
@@ -905,7 +905,7 @@ SOFTWARE.
905905
---
906906

907907
Name: @icons-pack/react-simple-icons
908-
Version: 12.9.0
908+
Version: 13.0.0
909909
License: MIT
910910
Private: false
911911
Description: This package provides the Simple Icons packaged as a set of React components.

0 commit comments

Comments
 (0)