@digitalservicebund/ris-ui 3.15.1 → 3.17.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": "@digitalservicebund/ris-ui",
3
- "version": "3.15.1",
3
+ "version": "3.17.0",
4
4
  "description": "Component library for NeuRIS",
5
5
  "author": "digitalservicebund",
6
6
  "license": "GPL-3.0-only",
@@ -9,14 +9,25 @@
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/digitalservicebund/ris-ui.git"
11
11
  },
12
+ "devEngines": {
13
+ "runtime": {
14
+ "name": "node",
15
+ "version": "~24.11.0",
16
+ "onFail": "error"
17
+ },
18
+ "packageManager": {
19
+ "name": "npm",
20
+ "version": "~11.6.0",
21
+ "onFail": "error"
22
+ }
23
+ },
12
24
  "files": [
13
25
  "dist"
14
26
  ],
15
27
  "exports": {
16
28
  "./primevue": {
17
29
  "types": "./dist/primevue/index.d.ts",
18
- "import": "./dist/primevue/index.js",
19
- "require": "./dist/primevue/index.cjs"
30
+ "import": "./dist/primevue/index.js"
20
31
  },
21
32
  "./style.css": {
22
33
  "import": "./dist/style.css",
@@ -28,8 +39,7 @@
28
39
  },
29
40
  "./components": {
30
41
  "types": "./dist/components/index.d.ts",
31
- "import": "./dist/components/index.js",
32
- "require": "./dist/components/index.cjs"
42
+ "import": "./dist/components/index.js"
33
43
  }
34
44
  },
35
45
  "scripts": {
@@ -44,7 +54,7 @@
44
54
  "eslint:fix": "npm run eslint:check -- --fix",
45
55
  "audit:licenses": "license-checker --production --excludePrivatePackages --excludePackages @digitalservicebund/ris-ui@$(cat package.json | jq -r '.version') --onlyAllow \"$(. ./parse-allowed-licenses.sh)\" --csv --out ./frontend-license-report.csv",
46
56
  "typecheck": "vue-tsc",
47
- "sync-fonts": "rm ./public/fonts/*.woff ./public/fonts/*.woff2; cp ./node_modules/@digitalservice4germany/angie/fonts/* ./public/fonts/; cp ./node_modules/@digitalservice4germany/angie/fonts.css ./public/",
57
+ "sync-fonts": "rm ./public/fonts/*.woff ./public/fonts/*.woff2; cp ./node_modules/@digitalservice4germany/angie/fonts/* ./public/fonts/; cp ./node_modules/@digitalservice4germany/angie/fonts.css ./public/",
48
58
  "test": "vitest run",
49
59
  "test:watch": "vitest watch"
50
60
  },
@@ -56,41 +66,41 @@
56
66
  "devDependencies": {
57
67
  "@commitlint/config-conventional": "~20.0.0",
58
68
  "@digitalservice4germany/angie": "~2.4.0",
59
- "@eslint/compat": "~1.4.0",
60
- "@eslint/js": "~9.38.0",
61
- "@iconify-json/ic": "~1.2.2",
62
- "@iconify-json/material-symbols": "~1.2.30",
69
+ "@eslint/compat": "~1.4.1",
70
+ "@eslint/js": "~9.39.1",
71
+ "@iconify-json/ic": "~1.2.4",
72
+ "@iconify-json/material-symbols": "~1.2.44",
63
73
  "@iconify-json/mdi": "~1.2.3",
64
74
  "@iconify/vue": "~5.0.0",
65
- "@storybook/addon-docs": "~9.1.1",
66
- "@storybook/vue3-vite": "~9.1.0",
67
- "@tailwindcss/postcss": "~4.1.11",
68
- "@testing-library/jest-dom": "~6.8.0",
75
+ "@storybook/addon-docs": "~10.0.6",
76
+ "@storybook/vue3-vite": "~10.0.6",
77
+ "@tailwindcss/postcss": "~4.1.17",
78
+ "@testing-library/jest-dom": "~6.9.1",
69
79
  "@testing-library/user-event": "~14.6.1",
70
80
  "@testing-library/vue": "~8.1.0",
71
81
  "@types/lodash": "~4.17.20",
72
- "@vitejs/plugin-vue": "~6.0.0",
82
+ "@vitejs/plugin-vue": "~6.0.1",
73
83
  "@vue/test-utils": "~2.4.6",
74
- "eslint": "~9.36.0",
84
+ "eslint": "~9.39.1",
75
85
  "eslint-config-prettier": "~10.1.8",
76
- "eslint-plugin-storybook": "~9.1.0",
86
+ "eslint-plugin-storybook": "~10.0.6",
77
87
  "eslint-plugin-vue": "~10.5.1",
78
- "globals": "~16.4.0",
79
- "jsdom": "~27.0.0",
88
+ "globals": "~16.5.0",
89
+ "jsdom": "~27.1.0",
80
90
  "license-checker": "~25.0.1",
81
91
  "lodash": "~4.17.21",
82
- "msw": "~2.11.1",
83
- "msw-storybook-addon": "^2.0.5",
92
+ "msw": "~2.12.1",
93
+ "msw-storybook-addon": "^2.0.6",
84
94
  "prettier": "~3.6.2",
85
- "prettier-plugin-tailwindcss": "~0.6.14",
86
- "storybook": "~9.1.1",
87
- "storybook-vue3-router": "~6.0.0",
88
- "typescript": "~5.9.2",
89
- "typescript-eslint": "~8.43.0",
90
- "unplugin-icons": "~22.4.2",
91
- "vite": "~7.1.2",
92
- "vitest": "~3.2.4",
93
- "vue-tsc": "~3.1.1"
95
+ "prettier-plugin-tailwindcss": "~0.7.1",
96
+ "storybook": "~10.0.6",
97
+ "storybook-vue3-router": "~6.0.2",
98
+ "typescript": "~5.9.3",
99
+ "typescript-eslint": "~8.46.4",
100
+ "unplugin-icons": "~22.5.0",
101
+ "vite": "~7.2.2",
102
+ "vitest": "~4.0.8",
103
+ "vue-tsc": "~3.1.3"
94
104
  },
95
105
  "msw": {
96
106
  "workerDirectory": [