Skip to content

Commit

Permalink
updated npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
linusang committed Sep 18, 2023
1 parent 95a2ec4 commit 11b55e5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
Binary file modified bun.lockb
Binary file not shown.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,34 @@
},
"dependencies": {
"vue": "^3.3.4",
"vue-router": "^4.2.1"
"vue-router": "^4.2.4"
},
"devDependencies": {
"@cypress/vite-dev-server": "^5.0.5",
"@cypress/vite-dev-server": "^5.0.6",
"@cypress/vue": "^5.0.5",
"@iconify-json/heroicons": "^1.1.10",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-dom": "^3.2.45",
"@iconify-json/heroicons": "^1.1.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/compiler-dom": "^3.3.4",
"@vue/compiler-sfc": "^3.3.4",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.0.0",
"autoprefixer": "^10.4.7",
"cypress": "^12.10.0",
"eslint": "^8.41.0",
"@vue/test-utils": "^2.4.1",
"autoprefixer": "^10.4.15",
"cypress": "^12.17.4",
"eslint": "^8.49.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-vue": "^9.14.1",
"postcss": "^8.4.14",
"eslint-plugin-vue": "^9.17.0",
"postcss": "^8.4.29",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"unplugin-icons": "^0.16.1",
"vite": "^4.3.9",
"vitest": "^0.31.1",
"vue-tsc": "^1.6.5"
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"unplugin-icons": "^0.16.6",
"vite": "^4.4.9",
"vitest": "^0.31.4",
"vue-tsc": "^1.8.11"
}
}

0 comments on commit 11b55e5

Please sign in to comment.