@factoringplus/pl-components-pack-v3 0.5.90 → 0.5.92-pre-01
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/dist/style.css +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"require": "./dist/pl-components-pack-v3.umd.js"
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
|
-
"version": "0.5.
|
|
16
|
+
"version": "0.5.92-pre-01",
|
|
17
17
|
"scripts": {
|
|
18
18
|
"dev": "vite",
|
|
19
19
|
"build": "vite build",
|
|
@@ -62,22 +62,37 @@
|
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@babel/core": "^7.22.8",
|
|
65
|
-
"@
|
|
65
|
+
"@babel/eslint-parser": "^7.22.5",
|
|
66
|
+
"@babel/preset-env": "^7.22.5",
|
|
67
|
+
"@playwright/test": "^1.37.1",
|
|
66
68
|
"@storybook/addon-actions": "^7.0.12",
|
|
67
69
|
"@storybook/addon-essentials": "^7.0.26",
|
|
68
70
|
"@storybook/addon-links": "^7.0.26",
|
|
69
71
|
"@storybook/vue3": "^7.0.12",
|
|
70
72
|
"@storybook/vue3-vite": "^7.0.26",
|
|
71
73
|
"@types/node": "^20.4.0",
|
|
74
|
+
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
75
|
+
"@typescript-eslint/parser": "^5.57.0",
|
|
72
76
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
73
77
|
"@vue/compiler-sfc": "^3.3.1",
|
|
78
|
+
"@vue/eslint-config-airbnb": "^7.0.0",
|
|
74
79
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
80
|
+
"@vue/eslint-config-typescript": "^11.0.2",
|
|
81
|
+
"@vue/tsconfig": "^0.1.3",
|
|
75
82
|
"allure-playwright": "^2.4.0",
|
|
83
|
+
"autoprefixer": "^10.4.14",
|
|
76
84
|
"babel-eslint": "^10.1.0",
|
|
77
85
|
"babel-loader": "^9.1.2",
|
|
78
86
|
"eslint": "^8.44.0",
|
|
87
|
+
"eslint-config-prettier": "8.8.0",
|
|
88
|
+
"eslint-plugin-import": "^2.27.5",
|
|
79
89
|
"eslint-plugin-prettier": "^4.2.1",
|
|
80
90
|
"eslint-plugin-vue": "^9.15.1",
|
|
91
|
+
"eslint-plugin-vuejs-accessibility": "^1.2.0",
|
|
92
|
+
"husky": "8.0.3",
|
|
93
|
+
"lint-staged": "13.2.2",
|
|
94
|
+
"node-sass": "^9.0.0",
|
|
95
|
+
"postcss-preset-env": "^8.3.0",
|
|
81
96
|
"prettier": "^2.8.8",
|
|
82
97
|
"react": "^18.2.0",
|
|
83
98
|
"react-dom": "^18.2.0",
|
|
@@ -86,28 +101,13 @@
|
|
|
86
101
|
"storybook": "^7.0.26",
|
|
87
102
|
"style-dictionary": "^3.8.0",
|
|
88
103
|
"typescript": "^4.7.4",
|
|
104
|
+
"unplugin-auto-import": "^0.15.2",
|
|
89
105
|
"unplugin-vue-components": "^0.24.1",
|
|
90
106
|
"vite": "^4.4.2",
|
|
107
|
+
"vite-plugin-checker": "^0.5.6",
|
|
108
|
+
"vite-plugin-eslint": "^1.8.1",
|
|
91
109
|
"vite-svg-loader": "^4.0.0",
|
|
92
110
|
"vue-loader": "^17.2.2",
|
|
93
|
-
"vue-tsc": "^1.8.4"
|
|
94
|
-
"@babel/eslint-parser": "^7.22.5",
|
|
95
|
-
"@babel/preset-env": "^7.22.5",
|
|
96
|
-
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
97
|
-
"@typescript-eslint/parser": "^5.57.0",
|
|
98
|
-
"@vue/eslint-config-airbnb": "^7.0.0",
|
|
99
|
-
"@vue/eslint-config-typescript": "^11.0.2",
|
|
100
|
-
"@vue/tsconfig": "^0.1.3",
|
|
101
|
-
"autoprefixer": "^10.4.14",
|
|
102
|
-
"eslint-config-prettier": "8.8.0",
|
|
103
|
-
"eslint-plugin-import": "^2.27.5",
|
|
104
|
-
"eslint-plugin-vuejs-accessibility": "^1.2.0",
|
|
105
|
-
"husky": "8.0.3",
|
|
106
|
-
"lint-staged": "13.2.2",
|
|
107
|
-
"node-sass": "^9.0.0",
|
|
108
|
-
"postcss-preset-env": "^8.3.0",
|
|
109
|
-
"unplugin-auto-import": "^0.15.2",
|
|
110
|
-
"vite-plugin-checker": "^0.5.6",
|
|
111
|
-
"vite-plugin-eslint": "^1.8.1"
|
|
111
|
+
"vue-tsc": "^1.8.4"
|
|
112
112
|
}
|
|
113
113
|
}
|