Merge pull request #430 from STEMMechanics/dependabot/npm_and_yarn/vitejs/plugin-vue-5.0.3

This commit was merged in pull request #430.
This commit is contained in:
2024-01-26 19:45:07 +10:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"@tiptap/pm": "^2.0.3",
"@tiptap/starter-kit": "^2.1.8",
"@tiptap/vue-3": "^2.0.3",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^5.0.3",
"dompurify": "^3.0.4",
"dotenv": "^16.0.3",
"pinia": "^2.0.28",
@@ -3422,14 +3422,14 @@
}
},
"node_modules/@vitejs/plugin-vue": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.6.2.tgz",
"integrity": "sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw==",
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.3.tgz",
"integrity": "sha512-b8S5dVS40rgHdDrw+DQi/xOM9ed+kSRZzfm1T74bMmBDCd8XO87NKlFYInzCtwvtWwXZvo1QxE2OSspTATWrbA==",
"engines": {
"node": "^14.18.0 || >=16.0.0"
"node": "^18.0.0 || >=20.0.0"
},
"peerDependencies": {
"vite": "^4.0.0 || ^5.0.0",
"vite": "^5.0.0",
"vue": "^3.2.25"
}
},

View File

@@ -43,7 +43,7 @@
"@tiptap/pm": "^2.0.3",
"@tiptap/starter-kit": "^2.1.8",
"@tiptap/vue-3": "^2.0.3",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^5.0.3",
"dompurify": "^3.0.4",
"dotenv": "^16.0.3",
"pinia": "^2.0.28",