Skip to content

Commit 8232075

Browse files
committed
[optimize] reduce Git diff with Single Quote fomatting
[optimize] update Upstream packages
1 parent 14c97e4 commit 8232075

21 files changed

Lines changed: 1613 additions & 1603 deletions

.vscode/extensions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"redhat.vscode-yaml",
88
"clinyong.vscode-css-modules",
99
"akamud.vscode-caniuse",
10-
"visualstudioexptteam.intellicode-api-usage-examples",
1110
"pflannery.vscode-versionlens",
1211
"christian-kohler.npm-intellisense",
1312
"esbenp.prettier-vscode",
1413
"rangav.vscode-thunder-client",
1514
"eamodio.gitlens",
1615
"github.vscode-pull-request-github",
17-
"github.vscode-github-actions"
16+
"github.vscode-github-actions",
17+
"github.copilot-chat"
1818
]
1919
}

biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.10/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
@@ -73,7 +73,7 @@
7373
"formatter": {
7474
"arrowParentheses": "always",
7575
"jsxQuoteStyle": "double",
76-
"quoteStyle": "double",
76+
"quoteStyle": "single",
7777
"trailingCommas": "all",
7878
"semicolons": "always"
7979
}

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
"dependencies": {
1414
"@lit/react": "^1.0.8",
15-
"@m3e/react": "^2.0.0",
16-
"@m3e/web": "^2.0.0",
17-
"@tailwindcss/postcss": "^4.2.1",
15+
"@m3e/react": "^2.1.3",
16+
"@m3e/web": "^2.1.3",
17+
"@tailwindcss/postcss": "^4.2.2",
1818
"browser-unhandled-rejection": "^1.0.2",
1919
"idb-keyval": "^6.2.2",
20-
"koajax": "^3.1.2",
20+
"koajax": "^3.3.0",
2121
"lit": "^3.3.2",
2222
"lodash": "^4.17.23",
2323
"mobx": "^6.15.0",
@@ -26,29 +26,29 @@
2626
"mobx-react": "^9.2.1",
2727
"mobx-react-helper": "^0.5.1",
2828
"mobx-restful": "^2.1.4",
29-
"preact": "^10.28.4",
30-
"react": "npm:@preact/compat",
31-
"react-dom": "npm:@preact/compat",
32-
"react-router": "^7.13.1",
29+
"preact": "^10.29.0",
30+
"react": "npm:@preact/compat@^18.3.2",
31+
"react-dom": "npm:@preact/compat@^18.3.2",
32+
"react-router": "^7.13.2",
3333
"react-router-class-tools": "^0.2.3",
34-
"react-router-dom": "^7.13.1",
35-
"tailwindcss": "^4.2.1",
34+
"react-router-dom": "^7.13.2",
35+
"tailwindcss": "^4.2.2",
3636
"web-utility": "^4.6.4"
3737
},
3838
"devDependencies": {
39-
"@biomejs/biome": "2.4.4",
39+
"@biomejs/biome": "2.4.10",
4040
"@parcel/config-default": "~2.16.4",
4141
"@parcel/packager-raw-url": "~2.16.4",
4242
"@parcel/transformer-typescript-tsc": "~2.16.4",
4343
"@parcel/transformer-webmanifest": "~2.16.4",
4444
"@types/lodash": "^4.17.24",
45-
"@types/node": "^25.3.0",
45+
"@types/node": "^25.5.0",
4646
"@types/react": "^19.2.14",
4747
"@types/react-dom": "^19.2.3",
4848
"husky": "^9.1.7",
49-
"lint-staged": "^16.2.7",
49+
"lint-staged": "^16.4.0",
5050
"parcel": "~2.16.4",
51-
"postcss": "^8.5.6",
51+
"postcss": "^8.5.8",
5252
"process": "^0.11.10",
5353
"typescript": "~5.9.3",
5454
"workbox-cli": "^7.4.0"

0 commit comments

Comments
 (0)