Skip to content

Commit

Permalink
fix: remove 諣 in dict
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Jun 23, 2024
1 parent 4fd4c6a commit cd83844
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cn-lorem-ipsum",
"version": "0.1.2",
"version": "0.1.3",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
"author": "Tony Zhang <[email protected]>",
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@types/bun": "^1.0.0",
"typescript": "^5.2.2",
"@types/bun": "^1.1.5",
"typescript": "^5.5.2",
"unbuild": "^2.0.0"
}
}
26 changes: 13 additions & 13 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@
},
"dependencies": {
"@radix-icons/vue": "^1.0.0",
"@vueuse/core": "^10.9.0",
"@vueuse/core": "^10.11.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cn-lorem-ipsum": "^0.1.2",
"lucide-vue-next": "^0.377.0",
"radix-vue": "^1.7.3",
"radix-vue": "^1.8.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vaul-vue": "^0.1.0",
"vue": "^3.4.21",
"vue-sonner": "^1.1.2"
"vaul-vue": "^0.1.3",
"vue": "^3.4.30",
"vue-sonner": "^1.1.3"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.12.5",
"@vitejs/plugin-vue": "^5.0.4",
"@types/node": "^20.14.8",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"npm-run-all2": "^6.1.2",
"shiki": "^1.4.0",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.0",
"vite": "^5.2.8",
"vue-tsc": "^2.0.11"
"npm-run-all2": "^6.2.0",
"shiki": "^1.9.0",
"tailwindcss": "^3.4.4",
"typescript": "~5.4.5",
"vite": "^5.3.1",
"vue-tsc": "^2.0.22"
}
}
1 change: 0 additions & 1 deletion src/dict.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,6 @@ const dict = [
'石',
'古',
'华',
'諣',
'拿',
'计',
'您',
Expand Down

0 comments on commit cd83844

Please sign in to comment.