diff --git a/package.json b/package.json index 3ee54a0c9..c553c15a1 100644 --- a/package.json +++ b/package.json @@ -84,8 +84,6 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.16.5", - "@types/lodash": "^4.14.178", - "@types/validator": "^13.6.3", "@use-gesture/vanilla": "^10.3.0", "@vueuse/core": "10.7.0", "dayjs": "^1.10.7", @@ -102,7 +100,6 @@ "@babel/plugin-transform-runtime": "^7.16.4", "@babel/preset-env": "^7.12.11", "@babel/preset-typescript": "^7.16.0", - "@babel/runtime": "^7.16.5", "@babel/helper-module-imports": "7.22.5", "@commitlint/cli": "^12.0.1", "@commitlint/config-conventional": "^12.0.1", @@ -116,8 +113,10 @@ "@rollup/plugin-url": "^6.0.0", "@soerenmartius/vue3-clipboard": "^0.1.1", "@types/jest": "^28.1.6", + "@types/lodash": "^4.14.178", "@types/node": "18.8.0", "@types/prismjs": "^1.16.2", + "@types/validator": "^13.6.3", "@typescript-eslint/eslint-plugin": "^5.5.0", "@typescript-eslint/parser": "~5.34.0", "@vitejs/plugin-vue": "^2.3.1",