|
82 | 82 | "vue-tsc": "vue-tsc --declaration --emitDeclarationOnly"
|
83 | 83 | },
|
84 | 84 | "dependencies": {
|
85 |
| - "@gouvfr/dsfr": "^1.3.1", |
| 85 | + "@gouvfr/dsfr": "^1.4.1", |
86 | 86 | "focus-trap": "^6.7.3",
|
87 | 87 | "focus-trap-vue": "^3.2.1",
|
88 | 88 | "oh-vue-icons": "^1.0.0-rc2",
|
89 | 89 | "vue": "^3.2.31"
|
90 | 90 | },
|
91 | 91 | "devDependencies": {
|
92 |
| - "@babel/core": "^7.17.8", |
| 92 | + "@babel/core": "^7.17.9", |
93 | 93 | "@babel/eslint-parser": "^7.17.0",
|
94 | 94 | "@babel/plugin-syntax-jsx": "^7.16.7",
|
95 | 95 | "@babel/preset-env": "^7.16.11",
|
96 | 96 | "@cypress/vite-dev-server": "^2.2.2",
|
97 | 97 | "@cypress/vue": "^3.1.1",
|
98 | 98 | "@rollup/plugin-alias": "^3.1.9",
|
99 | 99 | "@rollup/plugin-babel": "^5.3.1",
|
100 |
| - "@rollup/plugin-commonjs": "^21.0.2", |
| 100 | + "@rollup/plugin-commonjs": "^21.0.3", |
101 | 101 | "@rollup/plugin-node-resolve": "^13.1.3",
|
102 | 102 | "@rollup/plugin-replace": "^4.0.0",
|
103 | 103 | "@rollup/plugin-url": "^6.1.0",
|
104 | 104 | "@rushstack/eslint-patch": "^1.1.1",
|
105 |
| - "@storybook/addon-actions": "^6.4.19", |
106 |
| - "@storybook/addon-docs": "^6.4.19", |
107 |
| - "@storybook/addon-essentials": "^6.4.19", |
108 |
| - "@storybook/addon-links": "^6.4.19", |
| 105 | + "@storybook/addon-actions": "^6.4.20", |
| 106 | + "@storybook/addon-docs": "^6.4.20", |
| 107 | + "@storybook/addon-essentials": "^6.4.20", |
| 108 | + "@storybook/addon-links": "^6.4.20", |
109 | 109 | "@storybook/addon-postcss": "^2.0.0",
|
110 |
| - "@storybook/builder-webpack5": "^6.4.19", |
111 |
| - "@storybook/client-api": "^6.4.19", |
112 |
| - "@storybook/core-common": "^6.4.19", |
113 |
| - "@storybook/manager-webpack5": "^6.4.19", |
114 |
| - "@storybook/vue3": "^6.4.19", |
115 |
| - "@testing-library/jest-dom": "^5.16.3", |
116 |
| - "@testing-library/user-event": "^13.5.0", |
| 110 | + "@storybook/builder-vite": "^0.1.24", |
| 111 | + "@storybook/builder-webpack5": "^6.4.20", |
| 112 | + "@storybook/client-api": "^6.4.20", |
| 113 | + "@storybook/core-common": "^6.4.20", |
| 114 | + "@storybook/manager-webpack5": "^6.4.20", |
| 115 | + "@storybook/vue3": "^6.4.20", |
| 116 | + "@testing-library/jest-dom": "^5.16.4", |
| 117 | + "@testing-library/user-event": "^14.0.4", |
117 | 118 | "@testing-library/vue": "^6.5.1",
|
118 | 119 | "@types/jest": "^27.4.1",
|
119 | 120 | "@types/jsdom": "^16.2.14",
|
120 | 121 | "@types/node": "^17.0.23",
|
121 | 122 | "@types/vue": "^2.0.0",
|
122 |
| - "@typescript-eslint/eslint-plugin": "^5.16.0", |
123 |
| - "@typescript-eslint/parser": "^5.16.0", |
124 |
| - "@vitejs/plugin-vue": "^2.2.4", |
125 |
| - "@vitejs/plugin-vue-jsx": "^1.3.8", |
| 123 | + "@typescript-eslint/eslint-plugin": "^5.18.0", |
| 124 | + "@typescript-eslint/parser": "^5.18.0", |
| 125 | + "@vitejs/plugin-vue": "^2.3.1", |
| 126 | + "@vitejs/plugin-vue-jsx": "^1.3.9", |
126 | 127 | "@vue/compiler-sfc": "^3.2.31",
|
127 | 128 | "@vue/eslint-config-standard": "^6.1.0",
|
128 | 129 | "@vue/eslint-config-typescript": "^10.0.0",
|
129 |
| - "@vue/test-utils": "^2.0.0-rc.18", |
| 130 | + "@vue/test-utils": "2.0.0-rc.19", |
130 | 131 | "@vue/tsconfig": "^0.1.3",
|
131 | 132 | "autoprefixer": "^10.4.4",
|
132 |
| - "babel-loader": "^8.2.3", |
| 133 | + "babel-loader": "^8.2.4", |
133 | 134 | "babel-plugin-transform-import-meta": "^2.1.1",
|
134 |
| - "chalk": "^5.0.1", |
135 | 135 | "c8": "^7.11.0",
|
| 136 | + "chalk": "^5.0.1", |
136 | 137 | "copyfiles": "^2.4.1",
|
137 | 138 | "core-js": "^3.21.1",
|
138 | 139 | "cross-env": "^7.0.3",
|
139 |
| - "cypress": "^9.5.2", |
| 140 | + "cypress": "^9.5.3", |
140 | 141 | "cypress-plugin-tab": "^1.0.5",
|
141 |
| - "eslint": "^8.11.0", |
| 142 | + "eslint": "^8.12.0", |
142 | 143 | "eslint-plugin-cypress": "^2.12.1",
|
143 |
| - "eslint-plugin-import": "^2.25.4", |
| 144 | + "eslint-plugin-import": "^2.26.0", |
144 | 145 | "eslint-plugin-node": "^11.1.0",
|
145 | 146 | "eslint-plugin-promise": "^6.0.0",
|
146 | 147 | "eslint-plugin-storybook": "^0.5.7",
|
147 |
| - "eslint-plugin-vue": "^8.5.0", |
| 148 | + "eslint-plugin-vue": "^8.6.0", |
148 | 149 | "globby": "^13.1.1",
|
149 | 150 | "inquirer": "^8.2.2",
|
150 | 151 | "jsdom": "^19.0.0",
|
|
167 | 168 | "rollup-plugin-vue": "^6.0.0",
|
168 | 169 | "semantic-release": "^19.0.2",
|
169 | 170 | "start-server-and-test": "^1.14.0",
|
170 |
| - "storybook-builder-vite": "^0.1.21", |
171 | 171 | "tsd-jsdoc": "^2.5.0",
|
172 | 172 | "typescript": "^4.6.3",
|
173 |
| - "vite": "^2.8.6", |
174 |
| - "vitest": "^0.7.11", |
| 173 | + "vite": "^2.9.1", |
| 174 | + "vitest": "^0.9.0", |
175 | 175 | "vue-loader": "^17.0.0",
|
176 | 176 | "vue-router": "^4.0.14",
|
177 | 177 | "vue-router-mock": "^0.1.7",
|
|
0 commit comments