Skip to content

Commit b455f66

Browse files
authored
Update dependencies (#4368)
* Update dependencies * Update storybook * Update rollup * Update babel * Update more rollup * Remove unused cordova lib * Miscellaneous dependencies * Update inquirer * Update less * Update postcss * Update prettier * Update vue-loader * Update vitest * Reset yarn.lock * Fix per review
1 parent 2738b0c commit b455f66

File tree

3 files changed

+1617
-8008
lines changed

3 files changed

+1617
-8008
lines changed

package.json

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -43,57 +43,56 @@
4343
"@capacitor/android": "^7.0.1",
4444
"@capacitor/core": "^7.0.1",
4545
"@fortawesome/fontawesome-free": "^6.5.2",
46-
"@vitejs/plugin-vue": "^5.1.4",
46+
"@vitejs/plugin-vue": "^5.2.1",
4747
"crypto-es": "^2.1.0",
4848
"d3": "^7.9.0",
4949
"djv": "^2.1.4",
5050
"dompurify": "^3.2.4",
51-
"i18next": "^19.9.2",
52-
"i18next-vue": "^5.0.0",
51+
"i18next": "^24.2.2",
52+
"i18next-vue": "^5.2.0",
5353
"i18next-xhr-backend": "^3.2.2",
5454
"inflection": "^1.13.4",
5555
"jbox": "^1.3.3",
5656
"jquery": "^3.7.1",
5757
"jquery-textcomplete": "^1.8.5",
5858
"jquery-touchswipe": "^1.6.19",
59-
"jquery-ui": "^1.13.3",
60-
"jsdom": "^21.1.2",
59+
"jquery-ui": "^1.14.1",
60+
"jsdom": "^26.0.0",
6161
"lodash.debounce": "^4.0.8",
62-
"marked": "^4.3.0",
62+
"marked": "^15.0.7",
6363
"multicast-dns": "^7.2.5",
64-
"multiple-select": "^1.6.0",
65-
"ol": "^8.2.0",
64+
"multiple-select": "^2.0.9",
65+
"ol": "^10.4.0",
6666
"select2": "^4.0.13",
6767
"semver-min": "^0.7.2",
68-
"short-unique-id": "^4.4.4",
68+
"short-unique-id": "^5.2.0",
6969
"switchery-latest": "^0.8.2",
7070
"three": "~0.97.0",
7171
"tiny-emitter": "^2.1.0",
72-
"vite-plugin-pwa": "^0.17.5",
72+
"vite-plugin-pwa": "^0.21.1",
7373
"vue": "^3.5.13"
7474
},
7575
"devDependencies": {
76-
"@babel/core": "^7.24.4",
76+
"@babel/core": "^7.26.9",
7777
"@capacitor/cli": "^7.0.1",
7878
"@quanle94/innosetup": "^6.0.2",
79-
"@rollup/plugin-alias": "^4.0.2",
80-
"@rollup/plugin-commonjs": "^24.0.0",
81-
"@rollup/plugin-node-resolve": "^15.0.1",
82-
"@rollup/plugin-replace": "^5.0.2",
83-
"@storybook/addon-actions": "^6.5.16",
84-
"@storybook/addon-essentials": "^6.5.16",
85-
"@storybook/addon-links": "^6.5.16",
86-
"@storybook/vue": "^6.5.16",
87-
"babel-loader": "^8.3.0",
79+
"@rollup/plugin-alias": "^5.1.1",
80+
"@rollup/plugin-commonjs": "^28.0.2",
81+
"@rollup/plugin-node-resolve": "^16.0.0",
82+
"@rollup/plugin-replace": "^6.0.2",
83+
"@storybook/addon-actions": "^8.6.3",
84+
"@storybook/addon-essentials": "^8.6.3",
85+
"@storybook/addon-links": "^8.6.3",
86+
"@storybook/vue3": "^8.6.3",
87+
"babel-loader": "^10.0.0",
8888
"command-exists": "^1.2.9",
89-
"cordova-lib": "^11.0.0",
90-
"del": "^6.1.1",
89+
"del": "^8.0.0",
9190
"eslint": "^9.21.0",
9291
"eslint-config-prettier": "^10.0.2",
9392
"eslint-plugin-vue": "^9.32.0",
94-
"follow-redirects": "^1.15.2",
95-
"fs-extra": "^10.1.0",
96-
"glob": "^8.0.3",
93+
"follow-redirects": "^1.15.9",
94+
"fs-extra": "^11.3.0",
95+
"glob": "^11.0.1",
9796
"gulp": "^4.0.2",
9897
"gulp-debian": "^0.3.2",
9998
"gulp-json-editor": "^2.5.6",
@@ -107,21 +106,21 @@
107106
"gulp-yarn": "^3.0.0",
108107
"gulp-zip": "^5.1.0",
109108
"husky": "^8.0.2",
110-
"inquirer": "^9.3.1",
111-
"less": "^4.2.0",
109+
"inquirer": "^12.4.2",
110+
"less": "^4.2.2",
112111
"lint-staged": "^15.4.3",
113112
"nw-builder": "^3.8.6",
114113
"os": "^0.1.2",
115-
"postcss": "^8.4.17",
116-
"prettier": "2.8.1",
117-
"rollup": "^3.9.0",
114+
"postcss": "^8.5.3",
115+
"prettier": "^3.5.2",
116+
"rollup": "^4.34.9",
118117
"rollup-plugin-copy": "^3.5.0",
119-
"rollup-plugin-vue": "^5.*.*",
118+
"rollup-plugin-vue": "^6.0.0",
120119
"rpm-builder": "^1.2.1",
121120
"run-script-os": "^1.1.6",
122121
"vite": "^4.5.3",
123-
"vitest": "^0.27.3",
124-
"vue-loader": "^15.11.1",
122+
"vitest": "^3.0.7",
123+
"vue-loader": "^17.4.2",
125124
"vue-template-compiler": "^2.7.16",
126125
"yarn": "^1.22.22"
127126
},

src/js/utils/AutoBackup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class AutoBackup {
5959

6060
FileSystem.pickSaveFile(
6161
filename,
62-
i18n.getMessage("fileSystemPickerFiles", { types: suffix.toUpperCase() }),
62+
i18n.getMessage("fileSystemPickerFiles", { typeof: suffix.toUpperCase() }),
6363
`.${suffix}`,
6464
)
6565
.then((file) => {

0 commit comments

Comments
 (0)