Skip to content

Commit 06012b1

Browse files
authored
Merge branch 'main' into main
2 parents f39b981 + 479e43d commit 06012b1

File tree

3 files changed

+63
-68
lines changed

3 files changed

+63
-68
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
"typescript": "^5.9.2"
3838
},
3939
"dependencies": {
40-
"@biomejs/biome": "^2.2.2",
40+
"@biomejs/biome": "^2.3.2",
4141
"@hello-pangea/dnd": "^18.0.1",
4242
"chroma-js": "^3.1.1",
43-
"i18next": "^25.5.2",
43+
"i18next": "^25.6.0",
4444
"i18next-browser-languagedetector": "^8.2.0",
4545
"prismjs": "^1.30.0",
4646
"react-dropdown": "^1.11.0",
47-
"react-i18next": "^15.6.1",
47+
"react-i18next": "^16.2.3",
4848
"react-simple-code-editor": "^0.14.1",
4949
"semver": "^7.7.2"
5050
},

pnpm-lock.yaml

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

resources/snippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
{
531531
"title": "Remove Unused Space in Topbar",
532532
"description": "Remove the unused space in topbar.",
533-
"code": ".Kgjmt7IX5samBYUpbkBu { display: none !important; }",
533+
"code": ".Kgjmt7IX5samBYUpbkBu, .OPsY6bKl1_FfA8jFpq1V { display: none !important; }",
534534
"preview": "resources/assets/snippets/remove-unused-space.png"
535535
},
536536
{

0 commit comments

Comments
 (0)