Skip to content

Commit

Permalink
draggable split in wasm_code
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Jan 13, 2024
1 parent 19c43c3 commit c126fee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit c126fee

Please sign in to comment.