Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall-Sun committed Jun 7, 2022
1 parent 18b3858 commit 197d451
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 382 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,38 @@
{
"private": true,
"packageManager": "pnpm@7.1.7",
"packageManager": "pnpm@7.1.9",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --host",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview --host",
"test": "vitest"
},
"dependencies": {
"@vueuse/core": "^8.6.0",
"vue": "^3.2.36"
"vue": "^3.2.37"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.0",
"@antfu/eslint-config": "^0.25.1",
"@iconify-json/carbon": "^1.1.5",
"@types/node": "^17.0.38",
"@unocss/reset": "^0.37.2",
"@types/node": "^17.0.40",
"@unocss/reset": "^0.38.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/test-utils": "^2.0.0",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"jsdom": "^19.0.0",
"pnpm": "^7.1.7",
"typescript": "^4.7.2",
"unocss": "^0.37.2",
"unplugin-auto-import": "^0.8.6",
"pnpm": "^7.1.9",
"typescript": "^4.7.3",
"unocss": "^0.38.0",
"unplugin-auto-import": "^0.8.7",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.9",
"vite": "^2.9.10",
"vite-plugin-pages": "^0.23.0",
"vite-plugin-pwa": "^0.12.0",
"vitest": "^0.13.1",
"vue-tsc": "^0.35.2"
"vitest": "^0.14.1",
"vue-tsc": "^0.37.1"
},
"eslintConfig": {
"extends": "@antfu"
Expand Down

0 comments on commit 197d451

Please sign in to comment.