@factoringplus/pl-components-pack-v3 1.9.8-pre-02 → 1.9.8-pre-04

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "require": "./dist/pl-components-pack-v3.cjs.js"
16
16
  }
17
17
  },
18
- "version": "1.9.8-pre-02",
18
+ "version": "1.9.8-pre-04",
19
19
  "scripts": {
20
20
  "dev": "vite",
21
21
  "build": "vite build",
@@ -28,7 +28,10 @@
28
28
  "lint:styles:fix": "stylelint --fix \"**/*.{css,html,vue,scss}\"",
29
29
  "lint:prettier": "prettier --write .",
30
30
  "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
31
- "lint:scripts": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore --fix"
31
+ "lint:scripts": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore --fix",
32
+ "test:components": "playwright test -c playwright-ct.config.ts",
33
+ "test:components-coverage": "monocart show-report test-results/index.html",
34
+ "test:allure": "allure generate allure-results --clean -o allure-report && allure open allure-report"
32
35
  },
33
36
  "lint-staged": {
34
37
  "src/**/*.{js,vue}": [
@@ -45,6 +48,7 @@
45
48
  "axios": "^1.7.9",
46
49
  "dayjs": "1.11.11",
47
50
  "element-plus": "2.3.7",
51
+ "esbuild": "0.25.8",
48
52
  "lodash": "4.17.21",
49
53
  "lodash.isequal": "4.5.0",
50
54
  "maska": "1.5.2",
@@ -66,45 +70,48 @@
66
70
  "@babel/preset-env": "7.24.8",
67
71
  "@factoringplus/frontend-configs": "^1.0.8",
68
72
  "@faker-js/faker": "8.4.1",
69
- "@playwright/test": "1.45.1",
73
+ "@playwright/experimental-ct-vue": "^1.54.2",
74
+ "@playwright/test": "^1.54.2",
70
75
  "@types/node": "18.19.39",
76
+ "@typescript-eslint/eslint-plugin": "^5.57.0",
77
+ "@typescript-eslint/parser": "^5.57.0",
71
78
  "@vitejs/plugin-vue": "4.6.2",
72
- "@vue/tsconfig": "0.1.3",
73
- "allure-playwright": "2.15.1",
74
- "babel-loader": "9.1.3",
75
- "lint-staged": "13.2.2",
76
- "postcss-html": "1.7.0",
77
- "rollup-plugin-visualizer": "5.12.0",
78
- "sass": "1.85.0",
79
- "style-dictionary": "3.9.2",
80
- "unplugin-auto-import": "0.15.3",
81
- "unplugin-vue-components": "0.24.1",
82
- "vite": "4.4.3",
83
- "vite-plugin-checker": "0.5.6",
84
- "vite-plugin-dts": "3.9.1",
85
- "vue-tsc": "1.8.27",
86
79
  "@vue/eslint-config-airbnb": "^7.0.0",
87
80
  "@vue/eslint-config-prettier": "^7.1.0",
88
81
  "@vue/eslint-config-typescript": "^11.0.2",
89
- "@typescript-eslint/eslint-plugin": "^5.57.0",
90
- "@typescript-eslint/parser": "^5.57.0",
82
+ "@vue/tsconfig": "0.1.3",
83
+ "allure-commandline": "^2.34.1",
84
+ "allure-playwright": "^3.3.3",
85
+ "babel-loader": "9.1.3",
91
86
  "eslint": "^8.37.0",
92
87
  "eslint-config-prettier": "^8.8.0",
93
88
  "eslint-plugin-import": "^2.27.5",
94
89
  "eslint-plugin-prettier": "^5.0.0",
95
90
  "eslint-plugin-vue": "^9.10.0",
96
91
  "eslint-plugin-vuejs-accessibility": "^2.1.0",
92
+ "husky": "^8.0.0",
93
+ "lint-staged": "13.2.2",
94
+ "monocart-reporter": "^2.9.21",
95
+ "postcss-html": "1.7.0",
97
96
  "postcss-preset-env": "^8.3.0",
98
97
  "prettier": "^3.1.1",
99
- "vite-plugin-eslint": "^1.8.1",
100
- "vite-plugin-stylelint": "^5.3.1",
101
- "vite-svg-loader": "^4.0.0",
98
+ "rollup-plugin-visualizer": "5.12.0",
99
+ "sass": "1.85.0",
100
+ "style-dictionary": "3.9.2",
102
101
  "stylelint": "^16.1.0",
103
102
  "stylelint-config-html": "^1.1.0",
104
103
  "stylelint-config-recess-order": "^4.4.0",
105
104
  "stylelint-config-standard-scss": "^13.0.0",
106
105
  "stylelint-prettier": "^5.0.0",
107
106
  "typescript": "5.0.4",
108
- "husky": "^8.0.0"
107
+ "unplugin-auto-import": "0.15.3",
108
+ "unplugin-vue-components": "0.24.1",
109
+ "vite": "4.4.3",
110
+ "vite-plugin-checker": "0.5.6",
111
+ "vite-plugin-dts": "3.9.1",
112
+ "vite-plugin-eslint": "^1.8.1",
113
+ "vite-plugin-stylelint": "^5.3.1",
114
+ "vite-svg-loader": "^4.0.0",
115
+ "vue-tsc": "1.8.27"
109
116
  }
110
117
  }