@kvdbil/components 17.9.0 → 17.9.2

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 CHANGED
@@ -51,5 +51,4 @@ When adding new icons:
51
51
  - react-day-picker - quite a big task (KVDBIL-3865)
52
52
  - eslint-plugin-mdx - depends on packages that uses cjs and not esm
53
53
  - storybook, @storybook/addon-themes, @storybook/react, @storybook/react-webpack5 - Big task (KVDBIL-6647)
54
- - jest, jest-watch-typeahead, @types/jest - KVDBIL-6648
55
54
  - react-router, react-router-dom - KVDBIL-6650
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kvdbil/components",
3
- "version": "17.9.0",
3
+ "version": "17.9.2",
4
4
  "sideEffects": false,
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
@@ -65,11 +65,11 @@
65
65
  "@storybook/react-webpack5": "^8.3.3",
66
66
  "@svgr/cli": "^8.0.0",
67
67
  "@testing-library/dom": "^10.4.0",
68
- "@testing-library/jest-dom": "^6.5.0",
68
+ "@testing-library/jest-dom": "^6.9.1",
69
69
  "@testing-library/react": "^16.0.1",
70
70
  "@testing-library/react-hooks": "^8.0.1",
71
71
  "@testing-library/user-event": "^14.5.2",
72
- "@types/jest": "^29.5.12",
72
+ "@types/jest": "^30.0.0",
73
73
  "@types/node": "24.10.1",
74
74
  "@types/react": "^18.3.8",
75
75
  "@types/react-collapse": "^5.0.4",
@@ -85,16 +85,16 @@
85
85
  "esbuild": "^0.27.0",
86
86
  "eslint": "^9.32.0",
87
87
  "eslint-config-prettier": "^10.0.1",
88
- "eslint-plugin-mdx": "^3.1.5",
88
+ "eslint-plugin-mdx": "^3.6.2",
89
89
  "eslint-plugin-react": "^7.36.1",
90
90
  "eslint-plugin-react-hooks": "^5.0.0",
91
91
  "globals": "^16.0.0",
92
92
  "husky": "^9.1.5",
93
93
  "identity-obj-proxy": "^3.0.0",
94
- "jest": "^29.7.0",
95
- "jest-environment-jsdom": "^30.0.5",
94
+ "jest": "^30.2.0",
95
+ "jest-environment-jsdom": "^30.2.0",
96
96
  "jest-styled-components": "^7.2.0",
97
- "jest-watch-typeahead": "^2.2.2",
97
+ "jest-watch-typeahead": "^3.0.1",
98
98
  "prettier": "^3.3.3",
99
99
  "react": "^18.3.1",
100
100
  "react-collapse": "^5.0.1",
@@ -112,7 +112,7 @@
112
112
  "standard-version": "^9.3.1",
113
113
  "storybook": "^8.3.2",
114
114
  "styled-components": "^6.1.13",
115
- "ts-jest": "^29.2.4",
115
+ "ts-jest": "^29.4.6",
116
116
  "typescript": "5.9.3"
117
117
  },
118
118
  "description": "KVDBil components library",
package/package.json.tmp CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kvdbil/components",
3
- "version": "17.9.0",
3
+ "version": "17.9.2",
4
4
  "sideEffects": false,
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
@@ -64,11 +64,11 @@
64
64
  "@storybook/react-webpack5": "^8.3.3",
65
65
  "@svgr/cli": "^8.0.0",
66
66
  "@testing-library/dom": "^10.4.0",
67
- "@testing-library/jest-dom": "^6.5.0",
67
+ "@testing-library/jest-dom": "^6.9.1",
68
68
  "@testing-library/react": "^16.0.1",
69
69
  "@testing-library/react-hooks": "^8.0.1",
70
70
  "@testing-library/user-event": "^14.5.2",
71
- "@types/jest": "^29.5.12",
71
+ "@types/jest": "^30.0.0",
72
72
  "@types/node": "24.10.1",
73
73
  "@types/react": "^18.3.8",
74
74
  "@types/react-collapse": "^5.0.4",
@@ -84,16 +84,16 @@
84
84
  "esbuild": "^0.27.0",
85
85
  "eslint": "^9.32.0",
86
86
  "eslint-config-prettier": "^10.0.1",
87
- "eslint-plugin-mdx": "^3.1.5",
87
+ "eslint-plugin-mdx": "^3.6.2",
88
88
  "eslint-plugin-react": "^7.36.1",
89
89
  "eslint-plugin-react-hooks": "^5.0.0",
90
90
  "globals": "^16.0.0",
91
91
  "husky": "^9.1.5",
92
92
  "identity-obj-proxy": "^3.0.0",
93
- "jest": "^29.7.0",
94
- "jest-environment-jsdom": "^30.0.5",
93
+ "jest": "^30.2.0",
94
+ "jest-environment-jsdom": "^30.2.0",
95
95
  "jest-styled-components": "^7.2.0",
96
- "jest-watch-typeahead": "^2.2.2",
96
+ "jest-watch-typeahead": "^3.0.1",
97
97
  "prettier": "^3.3.3",
98
98
  "react": "^18.3.1",
99
99
  "react-collapse": "^5.0.1",
@@ -111,7 +111,7 @@
111
111
  "standard-version": "^9.3.1",
112
112
  "storybook": "^8.3.2",
113
113
  "styled-components": "^6.1.13",
114
- "ts-jest": "^29.2.4",
114
+ "ts-jest": "^29.4.6",
115
115
  "typescript": "5.9.3"
116
116
  },
117
117
  "description": "KVDBil components library",