diff --git a/.gitignore b/.gitignore index 8496e5d..a43bee9 100644 --- a/.gitignore +++ b/.gitignore @@ -23,12 +23,14 @@ pnpm-lock.yaml *.njsproj *.sln *.sw? +*~ # wasm *.wasm public/rime.js public/rime.data public/ime +*.out.js build *.js.map diff --git a/package.json b/package.json index ca19d7b..9c5c995 100644 --- a/package.json +++ b/package.json @@ -46,45 +46,45 @@ "@libreservice/micro-plum": "^0.2.2", "@libreservice/my-widget": "^0.1.4", "@libreservice/my-worker": "^0.4.2", - "@libreservice/wasm-code": "^0.1.4", + "@libreservice/wasm-code": "^0.1.5", "@playwright/test": "^1.40.1", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-replace": "^5.0.5", "@types/js-yaml": "^4.0.9", - "@typescript-eslint/eslint-plugin": "^6.16.0", - "@typescript-eslint/parser": "^6.16.0", + "@typescript-eslint/eslint-plugin": "^6.18.1", + "@typescript-eslint/parser": "^6.18.1", "@vicons/fa": "^0.12.0", "@vicons/fluent": "^0.12.0", "@vicons/material": "^0.12.0", - "@vitejs/plugin-vue": "^5.0.2", + "@vitejs/plugin-vue": "^5.0.3", "client-zip": "^2.4.4", "emoji-regex": "^10.3.0", "esbuild": "^0.19.11", "eslint": "^8.56.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-n": "^16.6.0", + "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-vue": "^9.19.2", + "eslint-plugin-vue": "^9.20.1", "glob": "^10.3.10", "idb": "^8.0.0", "js-yaml": "^4.1.0", "luaparse": "^0.3.1", - "naive-ui": "^2.36.0", + "naive-ui": "^2.37.3", "rimraf": "^5.0.5", - "rollup": "^4.9.2", + "rollup": "^4.9.5", "rollup-plugin-esbuild": "^6.1.0", "rppi": "^0.1.0", "textarea-caret": "^3.1.0", "ts-node": "^10.9.2", "tslib": "^2.6.2", "typescript": "^5.3.3", - "vite": "^5.0.10", + "vite": "^5.0.11", "vite-plugin-pwa": "^0.17.4", "vite-plugin-run": "0.4.1", "vooks": "^0.2.12", - "vue": "^3.4.3", + "vue": "^3.4.13", "vue-router": "^4.2.5", "vue-tsc": "^1.8.27" } diff --git a/src/App.vue b/src/App.vue index b34a55a..8ebf694 100644 --- a/src/App.vue +++ b/src/App.vue @@ -47,7 +47,7 @@ const osThemeRef = useOsTheme() :homepage="homepage" commit="__COMMIT__" build-date="__BUILD_DATE__" - copyright="2022-2023 Qijia Liu and contributors" + copyright="2022-2024 Qijia Liu and contributors" />