Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu committed Aug 12, 2024
1 parent 910ef7a commit 189c7d3
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 153 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,26 @@
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-vue": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.7.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-no-type-assertion": "^1.3.0",
"eslint-plugin-sonarjs": "^1.0.3",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.8.0",
"globals": "^15.9.0",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"typescript": "5.5.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.3.3",
"vite-plugin-checker": "^0.7.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.9",
"typescript": "5.5.4",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.0",
"vite-plugin-checker": "^0.7.2",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.26"
"vue-tsc": "^2.0.29"
}
}
Loading

0 comments on commit 189c7d3

Please sign in to comment.