@modul/mbui 0.0.41-beta-for-dev-0ceb1db9 → 0.0.41-beta-pv-53999-395bf814

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@modul/mbui",
3
- "version": "0.0.41-beta-for-dev-0ceb1db9",
3
+ "version": "0.0.41-beta-pv-53999-395bf814",
4
4
  "packageManager": "yarn@3.5.1",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -13,7 +13,8 @@
13
13
  "dev:demo": "webpack serve --config ./demo/webpack.config.js --open",
14
14
  "demo": "yarn dlx http-server demo/dist -so -c-1",
15
15
  "storybook": "storybook dev -p 6006",
16
- "build:storybook": "storybook build"
16
+ "build:storybook": "storybook build",
17
+ "test": "jest"
17
18
  },
18
19
  "lintConfig": "./.eslintrc.json",
19
20
  "files": [
@@ -71,10 +72,15 @@
71
72
  "@storybook/test": "^8.5.8",
72
73
  "@svgr/cli": "8.1.0",
73
74
  "@tailwindcss/forms": "^0.5.7",
75
+ "@testing-library/dom": "^10.4.0",
76
+ "@testing-library/jest-dom": "^6.6.3",
77
+ "@testing-library/react": "^16.2.0",
78
+ "@types/jest": "^29.5.14",
74
79
  "@types/node": "18.11.9",
75
- "@types/react": "^18.2.6",
80
+ "@types/react": "^19.0.10",
76
81
  "@types/react-datepicker": "4.15.0",
77
- "@types/react-dom": "^18.2.4",
82
+ "@types/react-dom": "^19.0.4",
83
+ "@types/testing-library__jest-dom": "^6.0.0",
78
84
  "@typescript-eslint/eslint-plugin": "5.39.0",
79
85
  "@typescript-eslint/parser": "5.39.0",
80
86
  "@vitejs/plugin-react": "^4.0.0",
@@ -103,6 +109,8 @@
103
109
  "imagemin-mozjpeg": "^10.0.0",
104
110
  "imagemin-pngquant": "^10.0.0",
105
111
  "imagemin-svgo": "^11.0.1",
112
+ "jest": "^29.7.0",
113
+ "jest-environment-jsdom": "^29.7.0",
106
114
  "listr": "0.14.3",
107
115
  "mini-css-extract-plugin": "^2.9.0",
108
116
  "postcss": "^8.4.39",
@@ -113,7 +121,9 @@
113
121
  "storybook": "^8.5.8",
114
122
  "style-loader": "^3.3.3",
115
123
  "terser-webpack-plugin": "^5.3.10",
124
+ "ts-jest": "^29.2.6",
116
125
  "ts-loader": "^9.4.2",
126
+ "ts-node": "^10.9.2",
117
127
  "tslib": "^2.5.0",
118
128
  "typescript": "4.5.5",
119
129
  "uglify-js": "^3.18.0",