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 11, 2024
1 parent 2bb4cae commit fe060fb
Show file tree
Hide file tree
Showing 5 changed files with 7,070 additions and 6,056 deletions.
71 changes: 36 additions & 35 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "examples",
"version": "0.0.1",
"type": "module",
"private": true,
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@9.10.0",
"description": "unocss-preset-chinese-examples",
"keywords": [],
"main": "src/main.ts",
Expand All @@ -20,48 +21,48 @@
},
"dependencies": {
"@kirklin/logger": "^0.0.2",
"@kirklin/reset-css": "^0.0.3",
"@vueuse/core": "^10.7.2",
"iso-639-1": "^3.1.0",
"@kirklin/reset-css": "^0.0.6",
"@vueuse/core": "^11.0.3",
"iso-639-1": "^3.1.3",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.4.13",
"vue-i18n": "^9.9.0",
"vue-router": "^4.2.5"
"pinia": "^2.2.2",
"vue": "^3.5.4",
"vue-i18n": "^10.0.0",
"vue-router": "^4.4.4"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/tabler": "^1.1.104",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@kirklin/eslint-config": "^2.0.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/tabler": "^1.2.2",
"@intlify/unplugin-vue-i18n": "^5.0.0",
"@kirklin/eslint-config": "^2.6.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.1",
"@types/node": "^22.5.4",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue": "^5.1.3",
"@vitest/coverage-c8": "^0.33.0",
"@vue/compiler-dom": "^3.4.13",
"@vue/test-utils": "^2.4.3",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.0",
"pnpm": "^8.14.1",
"sass": "^1.69.7",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"@vue/compiler-dom": "^3.5.4",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.10.0",
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.10",
"pnpm": "^9.10.0",
"sass": "^1.78.0",
"typescript": "^5.6.2",
"unocss": "^0.62.3",
"unocss-preset-chinese": "workspace:*",
"unocss-preset-ease": "^0.0.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-icons": "^0.18.2",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.11",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-vue-devtools": "^7.0.10",
"vitest": "^1.2.0",
"vue-tsc": "^1.8.27"
"unocss-preset-ease": "^0.0.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.4",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-vue-devtools": "^7.4.4",
"vitest": "^2.0.5",
"vue-tsc": "^2.1.6"
},
"lint-staged": {
"**/*": "eslint --fix"
Expand Down
Loading

0 comments on commit fe060fb

Please sign in to comment.