@digdir/designsystemet-web 1.20.0 → 1.20.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@digdir/designsystemet-web",
3
3
  "type": "module",
4
- "version": "1.20.0",
4
+ "version": "1.20.1",
5
5
  "description": "Javascript for Designsystemet",
6
6
  "author": "Designsystemet team",
7
7
  "repository": {
@@ -111,7 +111,7 @@
111
111
  },
112
112
  "dependencies": {
113
113
  "@floating-ui/dom": "^1.8.0",
114
- "@u-elements/u-combobox": "^2.1.2",
114
+ "@u-elements/u-combobox": "^2.1.3",
115
115
  "@u-elements/u-datalist": "^2.0.3",
116
116
  "@u-elements/u-details": "^1.0.0",
117
117
  "@u-elements/u-tabs": "^1.0.4"
@@ -122,19 +122,17 @@
122
122
  "@testing-library/dom": "10.4.1",
123
123
  "@vitest/browser-playwright": "4.1.10",
124
124
  "custom-element-vs-code-integration": "1.5.0",
125
- "@testing-library/user-event": "14.6.1",
125
+ "@testing-library/user-event": "14.6.4",
126
126
  "invokers-polyfill": "1.0.3",
127
- "rimraf": "6.1.3",
128
- "rolldown": "1.2.3",
129
127
  "tsdown": "0.22.14",
130
128
  "vite": "8.2.1",
131
129
  "vitest": "4.1.10",
132
- "happy-dom": "^20.11.1",
130
+ "happy-dom": "^20.11.2",
133
131
  "jsdom": "^30.0.1"
134
132
  },
135
133
  "scripts": {
136
134
  "start": "vite --config=./vite.config.ts --port=5174",
137
- "build": "rimraf dist && tsdown && rolldown -c && cem analyze",
135
+ "build": "tsdown && cem analyze",
138
136
  "test": "vitest --config=vitest.config.ts"
139
137
  }
140
138
  }