Commit 44165b39 authored by Дмитрий Малюгин's avatar Дмитрий Малюгин 🕓
Browse files

fix: trying to fix aliases for lib

parent d91d4dcf
Loading
Loading
Loading
Loading
Loading
+40.4 KiB (636 KiB)

File changed.

No diff preview for this file type.

+7 −4
Original line number Diff line number Diff line
{
  "name": "@d.malygin/UI_storybook",
  "version": "1.0.2",
  "version": "1.0.3",
  "type": "module",
  "scripts": {
    "dev": "vite",
@@ -165,6 +165,9 @@
    "./icons/Mono/Warning": "./src/icons/Mono/WarningIcon.vue"
  },
  "dependencies": {
    "@vitejs/plugin-vue": "^5.1.4",
    "vite": "^5.4.10",
    "vite-plugin-vue-devtools": "^7.5.4",
    "vue": "^3.5.12"
  },
  "devDependencies": {
@@ -178,7 +181,6 @@
    "@tsconfig/node22": "^22.0.0",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^22.10.1",
    "@vitejs/plugin-vue": "^5.1.4",
    "@vitest/eslint-plugin": "1.1.7",
    "@vue/eslint-config-prettier": "^10.1.0",
    "@vue/eslint-config-typescript": "^14.1.3",
@@ -192,8 +194,6 @@
    "prettier": "^3.3.3",
    "storybook": "^8.5.0",
    "typescript": "~5.6.3",
    "vite": "^5.4.10",
    "vite-plugin-vue-devtools": "^7.5.4",
    "vitest": "^2.1.4",
    "vue-tsc": "^2.1.10"
  },
@@ -201,5 +201,8 @@
    "extends": [
      "plugin:storybook/recommended"
    ]
  },
  "volta": {
    "node": "22.0.0"
  }
}
+6726 −4434

File changed.

Preview size limit exceeded, changes collapsed.