dependencies: update

This commit is contained in:
Philipp Kühn
2021-09-20 09:41:58 +02:00
parent 23d05630b5
commit 69076f256e
3 changed files with 41 additions and 41 deletions

View File

@@ -8,7 +8,7 @@
"ts": "tsc --project tsconfig.base.json --noEmit && tsc --project tsconfig.react.json --noEmit && tsc --project tsconfig.vue-2.json --noEmit && tsc --project tsconfig.vue-3.json --noEmit"
},
"dependencies": {
"d3": "^7.0.1",
"d3": "^7.0.3",
"remixicon": "^2.5.0",
"shiki": "^0.9.11",
"simplify-js": "^1.2.4",
@@ -20,7 +20,7 @@
"devDependencies": {
"@types/uuid": "^8.3.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"@vitejs/plugin-vue": "^1.7.0",
"@vitejs/plugin-vue": "^1.8.1",
"@vue/compiler-sfc": "^3.2.12",
"autoprefixer": "^10.3.4",
"globby": "^11.0.4",
@@ -32,7 +32,7 @@
"tailwindcss": "^2.2.15",
"typescript": "^4.4.3",
"uuid": "^8.3.2",
"vite": "^2.5.7",
"vite": "^2.5.10",
"vite-plugin-checker": "^0.3.4",
"vue": "^3.0.5",
"vue-router": "^4.0.11"