@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": "^5.0.1",
62
- "@uppy/xhr-upload": "^5.0.0",
63
- "vue": "^3.3.4"
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": "^5.0.0",
67
- "@rushstack/eslint-patch": "^1.2.0",
68
- "@storybook/addon-a11y": "^9.1.6",
69
- "@storybook/addon-coverage": "^2.0.0",
70
- "@storybook/addon-docs": "^9.1.6",
71
- "@storybook/addon-links": "^9.1.6",
72
- "@storybook/addon-themes": "^9.1.6",
73
- "@storybook/test-runner": "^0.23.0",
74
- "@storybook/vue3-vite": "^9.1.6",
75
- "@tsconfig/node18": "^2.0.1",
76
- "@types/jsdom": "^21.1.1",
77
- "@types/node": "^18.16.17",
78
- "@vitejs/plugin-vue": "^6.0.1",
79
- "@vitejs/plugin-vue-jsx": "^5.1.1",
80
- "@vitest/coverage-v8": "^0.34.6",
81
- "@vue/eslint-config-prettier": "^7.1.0",
82
- "@vue/eslint-config-typescript": "^11.0.3",
83
- "@vue/test-utils": "^2.3.2",
84
- "@vue/tsconfig": "^0.4.0",
85
- "@vuepic/vue-datepicker": "^7.3.0",
86
- "@vueuse/components": "^10.7.0",
87
- "@vueuse/core": "^10.7.0",
88
- "autoprefixer": "^10.4.17",
89
- "csso": "^5.0.5",
90
- "eslint": "^8.53.0",
91
- "eslint-config-airbnb-base": "^15.0.0",
92
- "eslint-import-resolver-typescript": "^3.6.1",
93
- "eslint-plugin-storybook": "^9.1.6",
94
- "eslint-plugin-vue": "^9.11.0",
95
- "husky": "^8.0.0",
96
- "jsdom": "^22.1.0",
97
- "npm-run-all": "^4.1.5",
98
- "postcss": "^8.4.35",
99
- "postcss-csso": "^6.0.1",
100
- "postcss-import": "^16.0.0",
101
- "prettier": "^2.8.8",
102
- "react": "^18.2.0",
103
- "react-dom": "^18.2.0",
104
- "rollup-plugin-visualizer": "^5.7.0",
105
- "sass": "^1.69.5",
106
- "storybook": "^9.1.6",
107
- "style-dictionary": "^3",
108
- "tailwindcss": "^3.4.1",
109
- "typescript": "~5.0.4",
110
- "vite": "^6.3.6",
111
- "vite-plugin-dts": "^4.5.4",
112
- "vitest": "^0.32.0",
113
- "vue-country-flag-next": "^2.3.2",
114
- "vue-tsc": "^1.6.5"
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.9"
118
+ "version": "0.3.11"
117
119
  }