Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 15, 2022
1 parent 2700146 commit b073f4c
Show file tree
Hide file tree
Showing 19 changed files with 1,542 additions and 1,583 deletions.
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"prettier.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.eslint": true
},
"files.associations": {
"*.css": "postcss",
"*.css": "postcss"
},
"i18n-ally.enabledFrameworks": [
"vue"
Expand All @@ -26,8 +26,8 @@
{
"templates": [
"{{ t('{key}') }}",
"t('{key}')",
],
"t('{key}')"
]
}
],
"i18n-ally.sourceLanguage": "zh-cn"
Expand Down
65 changes: 32 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,57 @@
{
"private": true,
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vite --port 4444",
"netlify": "netlify dev --port 3333 --targetPort 4444",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext=.ts,.vue",
"lint": "eslint .",
"update": "TEST=true vite-node tools/update.ts",
"test": "vitest"
},
"dependencies": {
"@iconify-json/ri": "^1.1.3",
"@supabase/supabase-js": "^1.35.6",
"@vueuse/core": "^9.1.0",
"axios": "^0.27.2",
"canvas-confetti": "^1.5.1",
"html-to-image": "^1.9.0",
"lru-cache": "^7.13.2",
"@iconify-json/ri": "^1.1.4",
"@vueuse/core": "^9.6.0",
"axios": "^1.2.1",
"canvas-confetti": "^1.6.0",
"html-to-image": "^1.11.2",
"lru-cache": "^7.14.1",
"nanoid": "^4.0.0",
"pinyin": "^2.11.2",
"seedrandom": "^3.0.5",
"vue": "^3.2.37"
"vue": "^3.2.45"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@iconify-json/carbon": "^1.1.7",
"@iconify-json/ep": "^1.1.6",
"@iconify-json/mdi": "^1.1.29",
"@iconify-json/noto-v1": "^1.1.3",
"@netlify/functions": "^1.0.0",
"@types/canvas-confetti": "^1.4.3",
"@antfu/eslint-config": "^0.34.0",
"@iconify-json/carbon": "^1.1.11",
"@iconify-json/ep": "^1.1.8",
"@iconify-json/mdi": "^1.1.37",
"@iconify-json/noto-v1": "^1.1.4",
"@netlify/functions": "^1.3.0",
"@types/canvas-confetti": "^1.6.0",
"@types/file-saver": "^2.0.5",
"@types/node": "^18.6.4",
"@types/node": "^18.11.15",
"@types/pinyin": "^2.10.0",
"@types/seedrandom": "^3.0.2",
"@unocss/reset": "^0.45.5",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/test-utils": "^2.0.2",
"@unocss/reset": "^0.47.6",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/test-utils": "^2.2.6",
"cheerio": "^1.0.0-rc.12",
"eslint": "^8.21.0",
"eslint": "^8.29.0",
"file-saver": "^2.0.5",
"jsdom": "^20.0.0",
"ohmyfetch": "^0.4.18",
"jsdom": "^20.0.3",
"ohmyfetch": "^0.4.21",
"picocolors": "^1.0.0",
"pnpm": "^7.8.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.6",
"unocss": "^0.45.5",
"unplugin-auto-import": "^0.11.0",
"unplugin-vue-components": "^0.22.0",
"vite": "^3.0.4",
"vite-node": "^0.21.0",
"vitest": "^0.21.0"
"pnpm": "^7.18.2",
"typescript": "^4.9.4",
"unbuild": "^1.0.2",
"unocss": "^0.47.6",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.1",
"vite-node": "^0.25.8",
"vitest": "^0.25.8"
}
}
34 changes: 17 additions & 17 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,38 @@
"name": "@hankit/tools",
"version": "0.0.1",
"description": "Toolkits for Hanzi and Pinyin",
"keywords": [
"hanzi",
"chinese",
"chinese-character",
"pinyin"
],
"homepage": "https://github.com/antfu/handle/tree/main/packages/tools#readme",
"bugs": {
"url": "https://github.com/antfu/handle/issues"
},
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/handle/tree/main/packages/tools#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/handle.git",
"directory": "packages/tools"
},
"funding": "https://github.com/sponsors/antfu",
"author": "Anthony Fu <[email protected]>",
"sideEffects": false,
"files": [
"dist"
"bugs": {
"url": "https://github.com/antfu/handle/issues"
},
"keywords": [
"hanzi",
"chinese",
"chinese-character",
"pinyin"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"import": "./dist/index.mjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/src/map/shuangpin/xiaohe.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ia": "x",
"ian": "m",
"iang": "l",
"iong":"s",
"iong": "s",
"iao": "n",
"ie": "p",
"in": "b",
Expand Down
Loading

0 comments on commit b073f4c

Please sign in to comment.