@rijkshuisstijl-community/text-input-react 1.0.1 → 1.0.3
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/CHANGELOG.md +13 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @rijkshuisstijl-community/text-input-react
|
|
2
2
|
|
|
3
|
+
## 1.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3845c86]
|
|
8
|
+
- @rijkshuisstijl-community/text-input-css@1.1.0
|
|
9
|
+
|
|
10
|
+
## 1.0.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 89b2604: Fix security vulnerabilities identified by pnpm audit by upgrading vitest and @vitest/coverage-v8 from 4.1.8 to 4.1.10.
|
|
15
|
+
|
|
3
16
|
## 1.0.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.
|
|
2
|
+
"version": "1.0.3",
|
|
3
3
|
"author": "Community for Rijkshuisstijl-Community Design System",
|
|
4
4
|
"description": "Text Input Component",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@types/lodash.chunk": "4.2.9",
|
|
55
55
|
"@types/react": "19.2.17",
|
|
56
56
|
"@vitejs/plugin-react": "4.7.0",
|
|
57
|
-
"@vitest/coverage-v8": "4.1.
|
|
57
|
+
"@vitest/coverage-v8": "4.1.10",
|
|
58
58
|
"clsx": "2.1.1",
|
|
59
59
|
"react": "19.2.7",
|
|
60
60
|
"react-dom": "19.2.7",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"rollup-plugin-typescript2": "0.37.0",
|
|
68
68
|
"typescript": "5.9.3",
|
|
69
69
|
"vite": "7.3.5",
|
|
70
|
-
"vitest": "4.1.
|
|
70
|
+
"vitest": "4.1.10"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"react": ">=18.2.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"@utrecht/component-library-react": "13.3.1",
|
|
78
|
-
"@rijkshuisstijl-community/text-input-css": "1.
|
|
78
|
+
"@rijkshuisstijl-community/text-input-css": "1.1.0"
|
|
79
79
|
},
|
|
80
80
|
"scripts": {
|
|
81
81
|
"build": "rollup --config rollup.config.mjs",
|