@kvdbil/components 17.0.0 → 17.0.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/README.md +2 -1
- package/package.json +4 -5
- package/package.json.tmp +4 -5
package/README.md
CHANGED
|
@@ -48,4 +48,5 @@ When adding new icons:
|
|
|
48
48
|
## Outdated dependencies
|
|
49
49
|
|
|
50
50
|
- @types/react, @types/react-dom, react, react-dom, react-is - Waiting for React 19
|
|
51
|
-
- react-day-picker - quite a big task (KVDBIL-3865)
|
|
51
|
+
- react-day-picker - quite a big task (KVDBIL-3865)
|
|
52
|
+
- eslint-plugin-mdx - depends on packages that uses cjs and not esm
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kvdbil/components",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.1",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"main": "cjs/index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -49,8 +49,7 @@
|
|
|
49
49
|
],
|
|
50
50
|
"resolutions": {
|
|
51
51
|
"**/@types/react": "^18.3.12",
|
|
52
|
-
"
|
|
53
|
-
"**/@babel/runtime": "^7.26.10"
|
|
52
|
+
"**/brace-expansion": "^1.1.12"
|
|
54
53
|
},
|
|
55
54
|
"devDependencies": {
|
|
56
55
|
"@babel/core": "^7.11.6",
|
|
@@ -86,7 +85,7 @@
|
|
|
86
85
|
"cross-env": "^7.0.3",
|
|
87
86
|
"date-fns": "^4.1.0",
|
|
88
87
|
"esbuild": "^0.25.0",
|
|
89
|
-
"eslint": "^9.
|
|
88
|
+
"eslint": "^9.32.0",
|
|
90
89
|
"eslint-config-prettier": "^10.0.1",
|
|
91
90
|
"eslint-plugin-mdx": "^3.1.5",
|
|
92
91
|
"eslint-plugin-react": "^7.36.1",
|
|
@@ -95,7 +94,7 @@
|
|
|
95
94
|
"husky": "^9.1.5",
|
|
96
95
|
"identity-obj-proxy": "^3.0.0",
|
|
97
96
|
"jest": "^29.7.0",
|
|
98
|
-
"jest-environment-jsdom": "^
|
|
97
|
+
"jest-environment-jsdom": "^30.0.5",
|
|
99
98
|
"jest-styled-components": "^7.2.0",
|
|
100
99
|
"jest-watch-typeahead": "^2.2.2",
|
|
101
100
|
"prettier": "^3.3.3",
|
package/package.json.tmp
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kvdbil/components",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.1",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"main": "cjs/index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -48,8 +48,7 @@
|
|
|
48
48
|
],
|
|
49
49
|
"resolutions": {
|
|
50
50
|
"**/@types/react": "^18.3.12",
|
|
51
|
-
"
|
|
52
|
-
"**/@babel/runtime": "^7.26.10"
|
|
51
|
+
"**/brace-expansion": "^1.1.12"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
54
|
"@babel/core": "^7.11.6",
|
|
@@ -85,7 +84,7 @@
|
|
|
85
84
|
"cross-env": "^7.0.3",
|
|
86
85
|
"date-fns": "^4.1.0",
|
|
87
86
|
"esbuild": "^0.25.0",
|
|
88
|
-
"eslint": "^9.
|
|
87
|
+
"eslint": "^9.32.0",
|
|
89
88
|
"eslint-config-prettier": "^10.0.1",
|
|
90
89
|
"eslint-plugin-mdx": "^3.1.5",
|
|
91
90
|
"eslint-plugin-react": "^7.36.1",
|
|
@@ -94,7 +93,7 @@
|
|
|
94
93
|
"husky": "^9.1.5",
|
|
95
94
|
"identity-obj-proxy": "^3.0.0",
|
|
96
95
|
"jest": "^29.7.0",
|
|
97
|
-
"jest-environment-jsdom": "^
|
|
96
|
+
"jest-environment-jsdom": "^30.0.5",
|
|
98
97
|
"jest-styled-components": "^7.2.0",
|
|
99
98
|
"jest-watch-typeahead": "^2.2.2",
|
|
100
99
|
"prettier": "^3.3.3",
|