Skip to content

Commit

Permalink
vue-tsc override for vulnerability fix
Browse files Browse the repository at this point in the history
  • Loading branch information
silverbackdan committed Oct 14, 2024
1 parent b182a1f commit 92c28bb
Show file tree
Hide file tree
Showing 2 changed files with 1,867 additions and 1,609 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"luxon": "^3.5.0",
"mitt": "^3.0.1",
"nuxt": "^3.13.2",
"pinia": "^2.2.2",
"pinia": "^2.2.4",
"slugify": "^1.6.6",
"uuid": "^9.0.1",
"vue": "^3.5.8",
"vue": "^3.5.12",
"vue-input-autowidth": "^2.2.1",
"vuejs-confirm-dialog": "^0.5.2"
},
Expand All @@ -68,14 +68,14 @@
"@nuxt/kit": "^3.13.2",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@nuxt/test-utils": "^3.14.3",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia/testing": "^0.0.14",
"@stryker-mutator/core": "^7.3.0",
"@stryker-mutator/vitest-runner": "^7.3.0",
"@tailwindcss/forms": "^0.5.9",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.10",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.4.2",
"@types/object-hash": "^3.0.6",
Expand All @@ -88,9 +88,9 @@
"globby": "^14.0.2",
"happy-dom": "^12.10.3",
"pathe": "^1.1.2",
"playwright-core": "^1.47.2",
"playwright-core": "^1.48.0",
"postcss-cli": "^10.1.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "1.3.1",
"vitest-environment-nuxt": "^1.0.1"
Expand All @@ -100,7 +100,8 @@
"vite": ">=5.0.12",
"semver": ">=7.5.2",
"ufo": ">=1.5",
"rollup": ">=3.29.5"
"rollup": ">=3.29.5",
"vue-tsc": ">=2.1.6"
},
"auditConfig": {
"ignoreCves": []
Expand Down
Loading

0 comments on commit 92c28bb

Please sign in to comment.