Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Sep 15, 2023
1 parent ee9f49e commit 82357e5
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 346 deletions.
24 changes: 12 additions & 12 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "examples",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].5",
"description": "palette-examples",
"keywords": [],
"main": "src/main.ts",
Expand All @@ -22,34 +22,34 @@
"@kirklin/logger": "^0.0.2",
"@kirklin/reset-css": "^0.0.3",
"@vueuse/core": "^10.4.1",
"iso-639-1": "^3.0.1",
"iso-639-1": "^3.1.0",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-i18n": "^9.4.1",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@iconify-json/mdi": "^1.1.54",
"@iconify-json/tabler": "^1.1.89",
"@intlify/unplugin-vue-i18n": "^1.0.0",
"@iconify-json/tabler": "^1.1.91",
"@intlify/unplugin-vue-i18n": "^1.2.0",
"@kirklin/eslint-config": "^0.5.3",
"@types/lodash-es": "^4.17.9",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vitest/coverage-c8": "^0.33.0",
"@vue/compiler-dom": "^3.3.4",
"@vue/test-utils": "^2.4.1",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"pnpm": "^8.7.1",
"sass": "^1.66.1",
"pnpm": "^8.7.5",
"sass": "^1.67.0",
"typescript": "^5.2.2",
"unocss": "^0.55.7",
"unocss-preset-chinese": "workspace:*",
Expand All @@ -59,9 +59,9 @@
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38",
"vite-plugin-vue-devtools": "^1.0.0-rc.3",
"vitest": "^0.34.3",
"vue-tsc": "^1.8.8"
"vite-plugin-vue-devtools": "^1.0.0-rc.4",
"vitest": "^0.34.4",
"vue-tsc": "^1.8.11"
},
"lint-staged": {
"**/*": "eslint --fix"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unocss-preset-chinese",
"version": "0.2.1",
"packageManager": "[email protected].1",
"packageManager": "[email protected].5",
"description": "",
"author": "Kirk Lin <https://github.com/kirklin>",
"license": "MIT",
Expand Down Expand Up @@ -68,18 +68,18 @@
"devDependencies": {
"@antfu/ni": "^0.21.8",
"@kirklin/eslint-config": "^0.5.3",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"@unocss/autocomplete": "^0.55.7",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"esno": "^0.17.0",
"pnpm": "^8.7.1",
"pnpm": "^8.7.5",
"rimraf": "^5.0.1",
"taze": "^0.11.2",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"unocss": "^0.55.7",
"vite": "^4.4.9",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
}
}
Loading

0 comments on commit 82357e5

Please sign in to comment.