@lab-anssi/ui-kit 1.31.0 → 1.33.0
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lab-anssi/ui-kit",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.33.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/betagouv/lab-anssi-ui-kit.git"
|
|
@@ -35,46 +35,46 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@chromatic-com/storybook": "^4.1.1",
|
|
38
|
-
"@eslint/compat": "^1.
|
|
39
|
-
"@eslint/js": "^9.
|
|
38
|
+
"@eslint/compat": "^1.4.0",
|
|
39
|
+
"@eslint/js": "^9.38.0",
|
|
40
40
|
"@fullhuman/postcss-purgecss": "^7.0.2",
|
|
41
|
-
"@gouvfr/dsfr": "
|
|
42
|
-
"@storybook/addon-a11y": "^9.1.
|
|
43
|
-
"@storybook/addon-docs": "^9.1.
|
|
44
|
-
"@storybook/addon-svelte-csf": "^5.0.
|
|
45
|
-
"@storybook/addon-themes": "^9.1.
|
|
46
|
-
"@storybook/addon-vitest": "^9.1.
|
|
47
|
-
"@storybook/svelte-vite": "^9.1.
|
|
48
|
-
"@sveltejs/vite-plugin-svelte": "^6.2.
|
|
49
|
-
"@testing-library/jest-dom": "^6.
|
|
41
|
+
"@gouvfr/dsfr": "1.14.2",
|
|
42
|
+
"@storybook/addon-a11y": "^9.1.13",
|
|
43
|
+
"@storybook/addon-docs": "^9.1.13",
|
|
44
|
+
"@storybook/addon-svelte-csf": "^5.0.10",
|
|
45
|
+
"@storybook/addon-themes": "^9.1.13",
|
|
46
|
+
"@storybook/addon-vitest": "^9.1.13",
|
|
47
|
+
"@storybook/svelte-vite": "^9.1.13",
|
|
48
|
+
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
49
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
50
50
|
"@testing-library/svelte": "^5.2.8",
|
|
51
|
-
"@types/node": "^
|
|
51
|
+
"@types/node": "^24.9.1",
|
|
52
52
|
"@vitest/browser": "3.2.4",
|
|
53
53
|
"@vitest/coverage-v8": "3.2.4",
|
|
54
54
|
"cssnano": "^7.1.1",
|
|
55
|
-
"dotenv": "^
|
|
56
|
-
"eslint": "^9.
|
|
55
|
+
"dotenv": "^17.2.3",
|
|
56
|
+
"eslint": "^9.38.0",
|
|
57
57
|
"eslint-config-prettier": "^10.1.8",
|
|
58
|
-
"eslint-plugin-storybook": "^9.1.
|
|
59
|
-
"eslint-plugin-svelte": "^3.12.
|
|
60
|
-
"globals": "^16.
|
|
58
|
+
"eslint-plugin-storybook": "^9.1.13",
|
|
59
|
+
"eslint-plugin-svelte": "^3.12.5",
|
|
60
|
+
"globals": "^16.4.0",
|
|
61
61
|
"husky": "^9.1.7",
|
|
62
|
-
"lint-staged": "^16.
|
|
63
|
-
"playwright": "^1.
|
|
62
|
+
"lint-staged": "^16.2.5",
|
|
63
|
+
"playwright": "^1.56.1",
|
|
64
64
|
"postcss": "^8.5.6",
|
|
65
65
|
"postcss-discard-empty": "^7.0.1",
|
|
66
66
|
"postcss-root-to-host": "^0.0.0",
|
|
67
67
|
"prettier": "^3.6.2",
|
|
68
68
|
"prettier-plugin-svelte": "^3.4.0",
|
|
69
|
-
"publint": "^0.3.
|
|
70
|
-
"sass": "^1.
|
|
71
|
-
"storybook": "^9.1.
|
|
72
|
-
"svelte": "^5.
|
|
73
|
-
"svelte-check": "^4.3.
|
|
74
|
-
"typescript": "^5.9.
|
|
75
|
-
"typescript-eslint": "^8.
|
|
76
|
-
"vite": "^7.1.
|
|
77
|
-
"vitest": "^3.
|
|
69
|
+
"publint": "^0.3.15",
|
|
70
|
+
"sass": "^1.93.2",
|
|
71
|
+
"storybook": "^9.1.13",
|
|
72
|
+
"svelte": "^5.41.1",
|
|
73
|
+
"svelte-check": "^4.3.3",
|
|
74
|
+
"typescript": "^5.9.3",
|
|
75
|
+
"typescript-eslint": "^8.46.2",
|
|
76
|
+
"vite": "^7.1.11",
|
|
77
|
+
"vitest": "^3.2.4"
|
|
78
78
|
},
|
|
79
79
|
"lint-staged": {
|
|
80
80
|
"*.js": "eslint --cache --fix",
|