@digitalservicebund/ris-ui 3.11.1 → 3.12.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/dist/components/RisAutoComplete/RisAutoComplete.vue.d.ts +1 -1
- package/dist/components/RisChipsInput/ChipInput.vue.d.ts +2 -2
- package/dist/components/RisChipsInput/RisChipsInput.vue.d.ts +1 -1
- package/dist/components/RisCopyableLabel/RisCopyableLabel.vue.d.ts +1 -1
- package/dist/components/RisExpandableText/RisExpandableText.vue.d.ts +1 -1
- package/dist/components/RisGhostButton/RisGhostButton.vue.d.ts +1 -1
- package/dist/components/RisPaginator/RisPaginator.vue.d.ts +1 -1
- package/dist/components/RisSingleAccordion/RisSingleAccordion.vue.d.ts +1 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +129 -115
- package/dist/components/index.js.map +1 -1
- package/dist/mockServiceWorker.js +1 -1
- package/dist/primevue/index.cjs +1 -1
- package/dist/primevue/index.cjs.map +1 -1
- package/dist/primevue/index.js +38 -36
- package/dist/primevue/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitalservicebund/ris-ui",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.12.0",
|
|
4
4
|
"description": "Component library for NeuRIS",
|
|
5
5
|
"author": "digitalservicebund",
|
|
6
6
|
"license": "GPL-3.0-only",
|
|
@@ -57,15 +57,15 @@
|
|
|
57
57
|
"@commitlint/config-conventional": "~19.8.1",
|
|
58
58
|
"@digitalservice4germany/angie": "~2.0.1",
|
|
59
59
|
"@eslint/compat": "~1.3.1",
|
|
60
|
-
"@eslint/js": "~9.
|
|
60
|
+
"@eslint/js": "~9.34.0",
|
|
61
61
|
"@iconify-json/ic": "~1.2.2",
|
|
62
62
|
"@iconify-json/material-symbols": "~1.2.30",
|
|
63
63
|
"@iconify-json/mdi": "~1.2.3",
|
|
64
64
|
"@iconify/vue": "~5.0.0",
|
|
65
|
-
"@storybook/addon-docs": "~9.
|
|
66
|
-
"@storybook/vue3-vite": "~9.0
|
|
65
|
+
"@storybook/addon-docs": "~9.1.1",
|
|
66
|
+
"@storybook/vue3-vite": "~9.1.0",
|
|
67
67
|
"@tailwindcss/postcss": "~4.1.11",
|
|
68
|
-
"@testing-library/jest-dom": "~6.
|
|
68
|
+
"@testing-library/jest-dom": "~6.8.0",
|
|
69
69
|
"@testing-library/user-event": "~14.6.1",
|
|
70
70
|
"@testing-library/vue": "~8.1.0",
|
|
71
71
|
"@types/lodash": "~4.17.20",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"@vue/test-utils": "~2.4.6",
|
|
74
74
|
"eslint": "~9.32.0",
|
|
75
75
|
"eslint-config-prettier": "~10.1.8",
|
|
76
|
-
"eslint-plugin-storybook": "~9.0
|
|
77
|
-
"eslint-plugin-vue": "~10.
|
|
76
|
+
"eslint-plugin-storybook": "~9.1.0",
|
|
77
|
+
"eslint-plugin-vue": "~10.4.0",
|
|
78
78
|
"globals": "~16.3.0",
|
|
79
79
|
"jsdom": "~26.1.0",
|
|
80
80
|
"license-checker": "~25.0.1",
|
|
@@ -83,12 +83,12 @@
|
|
|
83
83
|
"msw-storybook-addon": "^2.0.5",
|
|
84
84
|
"prettier": "~3.6.2",
|
|
85
85
|
"prettier-plugin-tailwindcss": "~0.6.14",
|
|
86
|
-
"storybook": "~9.
|
|
86
|
+
"storybook": "~9.1.1",
|
|
87
87
|
"storybook-vue3-router": "~6.0.0",
|
|
88
|
-
"typescript": "~5.
|
|
89
|
-
"typescript-eslint": "~8.
|
|
90
|
-
"unplugin-icons": "~22.
|
|
91
|
-
"vite": "~7.
|
|
88
|
+
"typescript": "~5.9.2",
|
|
89
|
+
"typescript-eslint": "~8.39.1",
|
|
90
|
+
"unplugin-icons": "~22.2.0",
|
|
91
|
+
"vite": "~7.1.2",
|
|
92
92
|
"vitest": "~3.2.4",
|
|
93
93
|
"vue-tsc": "~3.0.3"
|
|
94
94
|
},
|