dependencies: update

This commit is contained in:
Philipp Kühn
2021-09-30 09:41:27 +02:00
parent e61521c858
commit e0f77b8fd6
5 changed files with 130 additions and 88 deletions

View File

@@ -9,7 +9,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.3",
"d3": "^7.0.4",
"remixicon": "^2.5.0",
"shiki": "^0.9.11",
"simplify-js": "^1.2.4",
@@ -21,15 +21,15 @@
"devDependencies": {
"@types/uuid": "^8.3.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"@vitejs/plugin-vue": "^1.9.0",
"autoprefixer": "^10.3.5",
"@vitejs/plugin-vue": "^1.9.2",
"autoprefixer": "^10.3.6",
"globby": "^12.0.2",
"iframe-resizer": "^4.3.2",
"postcss": "^8.3.7",
"postcss": "^8.3.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.42.1",
"tailwindcss": "^2.2.15",
"tailwindcss": "^2.2.16",
"typescript": "^4.4.3",
"uuid": "^8.3.2",
"vite": "^2.5.10",