Skip to content

Commit

Permalink
update npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Aug 23, 2024
1 parent 0be8dd2 commit 629429b
Show file tree
Hide file tree
Showing 5 changed files with 1,503 additions and 1,092 deletions.
42 changes: 22 additions & 20 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "predicTCR",
"name": "predictcr",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
Expand All @@ -24,28 +25,29 @@
"devDependencies": {
"@cypress/code-coverage": "^3.12.45",
"@rushstack/eslint-patch": "^1.10.4",
"@testing-library/vue": "^6.6.1",
"@types/jsdom": "^20.0.1",
"@types/node": "^16.18.105",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"@vitest/coverage-c8": "^0.25.8",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@testing-library/vue": "^8.1.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.5.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.1.3",
"cypress": "^10.11.0",
"@vue/tsconfig": "^0.5.1",
"cypress": "^13.13.3",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-vue": "^9.27.0",
"jsdom": "^20.0.3",
"jsdom": "^24.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"start-server-and-test": "^1.15.4",
"typescript": "~4.7.4",
"vite": "^3.2.10",
"vite-plugin-istanbul": "^3.0.4",
"vitest": "^0.23.4",
"vue-tsc": "^0.40.13"
"prettier": "^3.3.3",
"start-server-and-test": "^2.0.5",
"typescript": "~5.5.4",
"vite": "^5.4.2",
"vite-plugin-istanbul": "^6.0.2",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
}
}
Loading

0 comments on commit 629429b

Please sign in to comment.