@oub/fusion 0.3.9 → 0.3.11
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
|
@@ -52,66 +52,68 @@
|
|
|
52
52
|
"tokens:transform-v2": "node ./style-dictionary-v2/styleDictionaryConfig.js",
|
|
53
53
|
"prepare": "husky install",
|
|
54
54
|
"test:storybook": "test-storybook --url http://172.33.0.5:3031",
|
|
55
|
-
"test:storybook-ci": "npx wait-on tcp:127.0.0.1:3031 && test-storybook --url http://127.0.0.1:3031 --ci --junit --coverageDirectory coverage/storybook"
|
|
55
|
+
"test:storybook-ci": "npx wait-on tcp:127.0.0.1:3031 && test-storybook --url http://127.0.0.1:3031 --ci --junit --coverageDirectory coverage/storybook",
|
|
56
|
+
"audit:ci": "audit-ci --config ./audit-ci.jsonc"
|
|
56
57
|
},
|
|
57
58
|
"jest-junit": {
|
|
58
59
|
"outputDirectory": "coverage/storybook"
|
|
59
60
|
},
|
|
60
61
|
"dependencies": {
|
|
61
|
-
"@uppy/core": "
|
|
62
|
-
"@uppy/xhr-upload": "
|
|
63
|
-
"vue": "
|
|
62
|
+
"@uppy/core": "5.0.1",
|
|
63
|
+
"@uppy/xhr-upload": "5.0.0",
|
|
64
|
+
"vue": "3.5.21"
|
|
64
65
|
},
|
|
65
66
|
"devDependencies": {
|
|
66
|
-
"@fullhuman/postcss-purgecss": "
|
|
67
|
-
"@rushstack/eslint-patch": "
|
|
68
|
-
"@storybook/addon-a11y": "
|
|
69
|
-
"@storybook/addon-coverage": "
|
|
70
|
-
"@storybook/addon-docs": "
|
|
71
|
-
"@storybook/addon-links": "
|
|
72
|
-
"@storybook/addon-themes": "
|
|
73
|
-
"@storybook/test-runner": "
|
|
74
|
-
"@storybook/vue3-vite": "
|
|
75
|
-
"@tsconfig/node18": "
|
|
76
|
-
"@types/jsdom": "
|
|
77
|
-
"@types/node": "
|
|
78
|
-
"@vitejs/plugin-vue": "
|
|
79
|
-
"@vitejs/plugin-vue-jsx": "
|
|
80
|
-
"@vitest/coverage-v8": "
|
|
81
|
-
"@vue/eslint-config-prettier": "
|
|
82
|
-
"@vue/eslint-config-typescript": "
|
|
83
|
-
"@vue/test-utils": "
|
|
84
|
-
"@vue/tsconfig": "
|
|
85
|
-
"@vuepic/vue-datepicker": "
|
|
86
|
-
"@vueuse/components": "
|
|
87
|
-
"@vueuse/core": "
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"eslint
|
|
92
|
-
"eslint-
|
|
93
|
-
"eslint-
|
|
94
|
-
"eslint-plugin-
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"postcss
|
|
100
|
-
"postcss-
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"react
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"vite
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"vue-
|
|
67
|
+
"@fullhuman/postcss-purgecss": "5.0.0",
|
|
68
|
+
"@rushstack/eslint-patch": "1.12.0",
|
|
69
|
+
"@storybook/addon-a11y": "9.1.6",
|
|
70
|
+
"@storybook/addon-coverage": "2.0.0",
|
|
71
|
+
"@storybook/addon-docs": "9.1.6",
|
|
72
|
+
"@storybook/addon-links": "9.1.6",
|
|
73
|
+
"@storybook/addon-themes": "9.1.6",
|
|
74
|
+
"@storybook/test-runner": "0.23.0",
|
|
75
|
+
"@storybook/vue3-vite": "9.1.6",
|
|
76
|
+
"@tsconfig/node18": "2.0.1",
|
|
77
|
+
"@types/jsdom": "21.1.7",
|
|
78
|
+
"@types/node": "18.19.124",
|
|
79
|
+
"@vitejs/plugin-vue": "6.0.1",
|
|
80
|
+
"@vitejs/plugin-vue-jsx": "5.1.1",
|
|
81
|
+
"@vitest/coverage-v8": "0.34.6",
|
|
82
|
+
"@vue/eslint-config-prettier": "7.1.0",
|
|
83
|
+
"@vue/eslint-config-typescript": "11.0.3",
|
|
84
|
+
"@vue/test-utils": "2.4.6",
|
|
85
|
+
"@vue/tsconfig": "0.4.0",
|
|
86
|
+
"@vuepic/vue-datepicker": "7.4.1",
|
|
87
|
+
"@vueuse/components": "10.11.1",
|
|
88
|
+
"@vueuse/core": "10.11.1",
|
|
89
|
+
"audit-ci": "7.1.0",
|
|
90
|
+
"autoprefixer": "10.4.21",
|
|
91
|
+
"csso": "5.0.5",
|
|
92
|
+
"eslint": "8.57.1",
|
|
93
|
+
"eslint-config-airbnb-base": "15.0.0",
|
|
94
|
+
"eslint-import-resolver-typescript": "3.10.1",
|
|
95
|
+
"eslint-plugin-storybook": "9.1.6",
|
|
96
|
+
"eslint-plugin-vue": "9.33.0",
|
|
97
|
+
"husky": "8.0.3",
|
|
98
|
+
"jsdom": "22.1.0",
|
|
99
|
+
"npm-run-all": "4.1.5",
|
|
100
|
+
"postcss": "8.5.6",
|
|
101
|
+
"postcss-csso": "6.0.1",
|
|
102
|
+
"postcss-import": "16.1.1",
|
|
103
|
+
"prettier": "2.8.8",
|
|
104
|
+
"react": "18.3.1",
|
|
105
|
+
"react-dom": "18.3.1",
|
|
106
|
+
"rollup-plugin-visualizer": "5.14.0",
|
|
107
|
+
"sass": "1.92.1",
|
|
108
|
+
"storybook": "9.1.6",
|
|
109
|
+
"style-dictionary": "3.9.2",
|
|
110
|
+
"tailwindcss": "3.4.17",
|
|
111
|
+
"typescript": "5.0.4",
|
|
112
|
+
"vite": "6.3.6",
|
|
113
|
+
"vite-plugin-dts": "4.5.4",
|
|
114
|
+
"vitest": "0.32.4",
|
|
115
|
+
"vue-country-flag-next": "2.3.2",
|
|
116
|
+
"vue-tsc": "1.8.27"
|
|
115
117
|
},
|
|
116
|
-
"version": "0.3.
|
|
118
|
+
"version": "0.3.11"
|
|
117
119
|
}
|