@xapp/form-widget 1.72.0 → 1.72.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/package.json CHANGED
@@ -1,17 +1,18 @@
1
1
  {
2
2
  "name": "@xapp/form-widget",
3
- "version": "1.72.0",
3
+ "version": "1.72.2",
4
4
  "description": "Form Widget",
5
5
  "scripts": {
6
6
  "clean": "rm -rf ./lib/* && rm -rf ./dist/*",
7
7
  "lint": "eslint src/**/* --ext .ts,.tsx --fix --no-error-on-unmatched-pattern",
8
8
  "test": "jest --maxWorkers=50%",
9
- "build": "rollup -c",
9
+ "types": "tsc",
10
+ "build": "rollup -c --bundleConfigAsCjs",
10
11
  "start": "rollup -c -w && npm run prettier-watch",
11
12
  "prepare": "npm run build",
12
13
  "prettier-watch": "onchange 'src/**/*' -- prettier --write {{changed}}",
13
- "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
14
- "storybook:build": "build-storybook"
14
+ "storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 6006",
15
+ "storybook:build": "storybook build"
15
16
  },
16
17
  "repository": {
17
18
  "type": "git",
@@ -40,63 +41,65 @@
40
41
  },
41
42
  "homepage": "https://github.com/XappMedia/chat-widget#readme",
42
43
  "devDependencies": {
43
- "@babel/core": "7.24.7",
44
- "@rollup/plugin-commonjs": "22.0.2",
45
- "@rollup/plugin-node-resolve": "13.3.0",
46
- "@storybook/addon-actions": "6.5.16",
47
- "@storybook/addon-essentials": "6.5.16",
48
- "@storybook/addon-links": "6.5.16",
49
- "@storybook/react": "6.5.16",
50
- "@testing-library/jest-dom": "5.16.5",
51
- "@types/enzyme": "3.10.12",
52
- "@types/enzyme-adapter-react-16": "1.0.9",
44
+ "@babel/core": "7.24.9",
45
+ "@chromatic-com/storybook": "^1.6.1",
46
+ "@rollup/plugin-commonjs": "26.0.1",
47
+ "@rollup/plugin-node-resolve": "15.2.3",
48
+ "@storybook/addon-actions": "8.2.5",
49
+ "@storybook/addon-essentials": "8.2.5",
50
+ "@storybook/addon-links": "8.2.5",
51
+ "@storybook/addon-webpack5-compiler-swc": "1.0.4",
52
+ "@storybook/react": "8.2.5",
53
+ "@storybook/react-webpack5": "8.2.5",
54
+ "@types/enzyme": "3.10.18",
53
55
  "@types/jest": "27.5.2",
54
56
  "@types/lodash.template": "4.5.3",
55
57
  "@types/react": "18.3.3",
56
58
  "@types/socket.io-client": "1.4.36",
57
- "@types/store": "2.0.2",
58
- "@typescript-eslint/eslint-plugin": "6.19.1",
59
- "@typescript-eslint/parser": "6.19.1",
59
+ "@types/store": "2.0.5",
60
+ "@typescript-eslint/eslint-plugin": "6.21.0",
61
+ "@typescript-eslint/parser": "6.21.0",
62
+ "@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
60
63
  "babel-eslint": "10.1.0",
61
64
  "babel-jest": "27.5.1",
62
65
  "babel-loader": "8.3.0",
63
66
  "cross-env": "7.0.3",
64
67
  "enzyme": "3.11.0",
65
- "enzyme-adapter-react-16": "1.15.8",
66
- "eslint": "8.56.0",
68
+ "eslint": "8.57.0",
67
69
  "eslint-config-prettier": "9.1.0",
68
70
  "eslint-config-react-app": "7.0.1",
69
71
  "eslint-plugin-flowtype": "8.0.3",
70
72
  "eslint-plugin-import": "2.29.1",
71
- "eslint-plugin-jsx-a11y": "6.8.0",
72
- "eslint-plugin-react": "7.32.2",
73
+ "eslint-plugin-jsx-a11y": "6.9.0",
74
+ "eslint-plugin-react": "7.34.4",
73
75
  "eslint-plugin-react-hooks": "4.6.2",
74
- "jest": "27.5.1",
76
+ "jest": "29.7.0",
75
77
  "postcss-loader": "6.2.1",
76
78
  "postcss-modules": "6.0.0",
77
79
  "prettier": "2.8.8",
78
- "rollup": "2.79.1",
80
+ "rollup": "4.19.0",
79
81
  "rollup-plugin-filesize": "10.0.0",
80
82
  "rollup-plugin-inject-process-env": "1.3.1",
81
83
  "rollup-plugin-peer-deps-external": "2.2.4",
82
84
  "rollup-plugin-postcss": "4.0.2",
83
85
  "rollup-plugin-replace": "^2.2.0",
84
- "rollup-plugin-scss": "3.0.0",
86
+ "rollup-plugin-scss": "4.0.0",
85
87
  "rollup-plugin-terser": "7.0.2",
86
- "rollup-plugin-typescript2": "0.34.1",
88
+ "rollup-plugin-typescript2": "0.36.0",
87
89
  "rollup-plugin-visualizer": "^5.12.0",
88
- "sass": "1.77.5",
90
+ "sass": "1.77.8",
89
91
  "sass-loader": "10.5.2",
90
- "stentor-models": "1.59.68",
91
- "ts-jest": "27.1.5",
92
- "typescript": "5.4.5"
92
+ "stentor-models": "1.59.84",
93
+ "storybook": "8.2.5",
94
+ "ts-jest": "29.2.3",
95
+ "typescript": "5.5.4"
93
96
  },
94
97
  "files": [
95
98
  "dist"
96
99
  ],
97
100
  "peerDependencies": {
98
- "react": "17.X",
99
- "react-dom": "17.X",
101
+ "react": "18.X",
102
+ "react-dom": "18.X",
100
103
  "react-redux": "7.X",
101
104
  "redux": "4.X",
102
105
  "redux-thunk": "2.X",
@@ -105,15 +108,15 @@
105
108
  "dependencies": {
106
109
  "@emotion/react": "11.11.4",
107
110
  "@emotion/styled": "11.11.5",
108
- "@mui/icons-material": "5.15.20",
109
- "@mui/material": "5.15.20",
111
+ "@mui/icons-material": "5.16.4",
112
+ "@mui/material": "5.16.4",
110
113
  "@mui/x-date-pickers": "6.20.1",
111
- "@xapp/stentor-form-widget-channel": "1.72.0",
114
+ "@xapp/stentor-form-widget-channel": "1.72.1",
112
115
  "autosuggest-highlight": "3.3.4",
113
- "dayjs": "1.11.11",
116
+ "dayjs": "1.11.12",
114
117
  "lodash.template": "4.5.0",
115
- "stentor-guards": "1.59.68",
118
+ "stentor-guards": "1.59.84",
116
119
  "tslib": "2.6.3"
117
120
  },
118
- "gitHead": "da05f71cba6fe4df13ddffe708c52f4c4967ed1f"
121
+ "gitHead": "3f3269cdcc3b647ad031467a05dcc6a4cf197bdf"
119
122
  }