build: run npm update

This commit is contained in:
Sebin Nyshkim 2022-10-11 23:04:21 +02:00
parent f9d6c8e4dc
commit 98de3bc095
2 changed files with 609 additions and 585 deletions

1190
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -15,7 +15,7 @@
}, },
"devDependencies": { "devDependencies": {
"@rushstack/eslint-patch": "^1.1.4", "@rushstack/eslint-patch": "^1.1.4",
"@types/node": "^16.11.56", "@types/node": "^18.8.4",
"@types/vue-markdown": "^2.2.1", "@types/vue-markdown": "^2.2.1",
"@vitejs/plugin-vue": "^3.0.3", "@vitejs/plugin-vue": "^3.0.3",
"@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-prettier": "^7.0.0",
@ -27,9 +27,9 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"sass": "^1.55.0", "sass": "^1.55.0",
"typescript": "~4.7.4", "typescript": "^4.8.4",
"vite": "^3.0.9", "vite": "^3.0.9",
"vite-imagetools": "^4.0.9", "vite-imagetools": "^4.0.9",
"vue-tsc": "^0.40.7" "vue-tsc": "^1.0.3"
} }
} }