Skip to content

Commit 2143f99

Browse files
committed
Update to TypeScript 6
1 parent f912d24 commit 2143f99

4 files changed

Lines changed: 1828 additions & 1877 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ obj/
33

44
*.pch
55
dump.txt
6+
docs/
67

78
# My own notes
89
NOTE.md

package.json

Lines changed: 39 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,22 @@
66
"origami"
77
],
88
"license": "GPL-2.0",
9+
"private": true,
910
"author": "Mu-Tsun Tsai <don.m.t.tsai@gmail.com> (https://github.com/MuTsunTsai)",
1011
"contributors": [
11-
"Robert J. Lang <robert@langorigami.com>",
12-
"Mu-Tsun Tsai <don.m.t.tsai@gmail.com> (https://github.com/MuTsunTsai)",
13-
"Omri Shavit (https://github.com/Omri-Shavit)"
12+
{
13+
"name": "Robert J. Lang <>",
14+
"email": "robert@langorigami.com"
15+
},
16+
{
17+
"name": "Mu-Tsun Tsai",
18+
"email": "don.m.t.tsai@gmail.com",
19+
"url": "https://github.com/MuTsunTsai"
20+
},
21+
{
22+
"name": "Omri Shavit",
23+
"url": "https://github.com/Omri-Shavit"
24+
}
1425
],
1526
"type": "module",
1627
"scripts": {
@@ -24,48 +35,48 @@
2435
"@dnd-kit/core": "^6.3.1",
2536
"@dnd-kit/sortable": "^10.0.0",
2637
"@dnd-kit/utilities": "^3.2.2",
27-
"@fortawesome/fontawesome-free": "^7.1.0",
38+
"@fortawesome/fontawesome-free": "^7.2.0",
2839
"@ungap/structured-clone": "^1.3.0",
2940
"bootstrap": "^5.3.8",
3041
"chart.js": "^4.5.1",
3142
"chartjs-plugin-datalabels": "^2.2.0",
32-
"i18next": "^25.6.0",
33-
"i18next-browser-languagedetector": "^8.2.0",
43+
"i18next": "^26.0.3",
44+
"i18next-browser-languagedetector": "^8.2.1",
3445
"idb": "^8.0.3",
3546
"math-expression-evaluator": "^2.0.7",
3647
"probably-china": "^1.1.0",
3748
"rabbit-ear": "^0.9.32",
38-
"react": "^19.2.0",
39-
"react-chartjs-2": "^5.3.0",
40-
"react-dom": "^19.2.0",
41-
"react-i18next": "^16.0.1",
42-
"zustand": "^5.0.8"
49+
"react": "^19.2.4",
50+
"react-chartjs-2": "^5.3.1",
51+
"react-dom": "^19.2.4",
52+
"react-i18next": "^17.0.2",
53+
"zustand": "^5.0.12"
4354
},
4455
"devDependencies": {
45-
"@mutsuntsai/eslint": "^1.3.7",
56+
"@mutsuntsai/eslint": "^1.4.4",
4657
"@mutsuntsai/rsbuild-utils": "^1.0.1",
47-
"@rsbuild/core": "^1.5.17",
48-
"@rsbuild/plugin-assets-retry": "^1.4.3",
49-
"@rsbuild/plugin-check-syntax": "^1.4.0",
50-
"@rsbuild/plugin-react": "^1.4.1",
51-
"@rsbuild/plugin-sass": "^1.4.0",
58+
"@rsbuild/core": "^1.7.5",
59+
"@rsbuild/plugin-assets-retry": "^1.5.2",
60+
"@rsbuild/plugin-check-syntax": "^1.6.1",
61+
"@rsbuild/plugin-react": "^1.4.6",
62+
"@rsbuild/plugin-sass": "^1.5.1",
5263
"@types/bootstrap": "^5.2.10",
53-
"@types/emscripten": "^1.41.2",
64+
"@types/emscripten": "^1.41.5",
5465
"@types/gtag.js": "^0.0.20",
55-
"@types/gulp": "^4.0.17",
56-
"@types/react": "^19.2.2",
57-
"@types/react-dom": "^19.2.2",
66+
"@types/gulp": "^4.0.18",
67+
"@types/react": "^19.2.14",
68+
"@types/react-dom": "^19.2.3",
5869
"@types/ungap__structured-clone": "^1.2.0",
59-
"eslint": "^9.37.0",
70+
"eslint": "^10.1.0",
6071
"eslint-plugin-react": "^7.37.5",
61-
"glob": "^11.0.3",
72+
"glob": "^13.0.6",
6273
"gulp": "^5.0.1",
6374
"gulp-fontawesome": "^1.1.0",
6475
"gulp-through2": "^1.1.0",
65-
"postcss": "^8.5.6",
66-
"purgecss-webpack-plugin": "^7.0.2",
67-
"rsbuild-plugin-html-minifier-terser": "^1.1.2",
68-
"typescript": "^5.9.3",
69-
"workbox-webpack-plugin": "^7.3.0"
76+
"postcss": "^8.5.8",
77+
"purgecss-webpack-plugin": "^8.0.0",
78+
"rsbuild-plugin-html-minifier-terser": "^1.1.3",
79+
"typescript": "^6.0.2",
80+
"workbox-webpack-plugin": "^7.4.0"
7081
}
7182
}

0 commit comments

Comments
 (0)