@digdir/designsystemet-web 1.13.2 → 1.14.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@digdir/designsystemet-web",
3
3
  "type": "module",
4
- "version": "1.13.2",
4
+ "version": "1.14.0",
5
5
  "description": "Javascript for Designsystemet",
6
6
  "author": "Designsystemet team",
7
7
  "repository": {
@@ -96,26 +96,26 @@
96
96
  },
97
97
  "dependencies": {
98
98
  "@floating-ui/dom": "^1.7.6",
99
- "@u-elements/u-combobox": "^1.0.7",
100
- "@u-elements/u-datalist": "^1.1.0",
99
+ "@u-elements/u-combobox": "^2.0.4",
100
+ "@u-elements/u-datalist": "^2.0.1",
101
101
  "@u-elements/u-details": "^1.0.0",
102
- "@u-elements/u-tabs": "^0.1.2"
102
+ "@u-elements/u-tabs": "^1.0.3"
103
103
  },
104
104
  "devDependencies": {
105
105
  "@custom-elements-manifest/analyzer": "0.11.0",
106
106
  "@testing-library/dom": "10.4.1",
107
- "@vitest/browser-playwright": "4.1.2",
107
+ "@vitest/browser-playwright": "4.1.5",
108
108
  "custom-element-vs-code-integration": "1.5.0",
109
- "invokers-polyfill": "1.0.2",
109
+ "invokers-polyfill": "1.0.3",
110
110
  "rimraf": "6.1.3",
111
111
  "rolldown": "1.0.0-rc.13",
112
- "tsup": "8.5.1",
112
+ "tsdown": "0.21.10",
113
113
  "vite": "7.3.2",
114
- "vitest": "4.1.2"
114
+ "vitest": "4.1.5"
115
115
  },
116
116
  "scripts": {
117
117
  "start": "vite --config=./vite.config.ts --port=5174",
118
- "build": "rimraf dist && tsup && rolldown -c && cem analyze",
118
+ "build": "rimraf dist && tsdown && rolldown -c && cem analyze",
119
119
  "test": "vitest --config=vitest.config.ts"
120
120
  }
121
121
  }