@bigbinary/neeto-slack-frontend 0.3.0 → 0.3.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,11 +1,12 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-slack-frontend",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Slack integration step UI",
5
5
  "author": "Bonnie Simon",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "",
8
- "main": "dist/index.js",
8
+ "main": "dist/index.cjs.js",
9
+ "module": "dist/index.js",
9
10
  "typings": "types.d.ts",
10
11
  "engines": {
11
12
  "node": ">=18.12"
@@ -43,10 +44,13 @@
43
44
  "@babel/preset-typescript": "^7.18.6",
44
45
  "@babel/runtime": "^7.19.0",
45
46
  "@bigbinary/eslint-plugin-neeto": "^1.0.21",
46
- "@bigbinary/neeto-commons-frontend": "^2.0.42",
47
+ "@bigbinary/neeto-commons-frontend": "^2.0.58",
47
48
  "@bigbinary/neeto-icons": "1.9.12",
49
+ "@bigbinary/neeto-molecules": "^1.0.11",
48
50
  "@bigbinary/neetoui": "4.4.0",
49
51
  "@emotion/is-prop-valid": "1.2.0",
52
+ "@honeybadger-io/js": "^5.1.5-alpha-3",
53
+ "@honeybadger-io/react": "^5.1.3",
50
54
  "@rollup/plugin-alias": "3.1.9",
51
55
  "@rollup/plugin-babel": "5.3.1",
52
56
  "@rollup/plugin-commonjs": "22.0.2",
@@ -94,10 +98,10 @@
94
98
  "postcss-preset-env": "7.8.2",
95
99
  "prettier": "2.6.2",
96
100
  "prettier-plugin-tailwindcss": "0.1.10",
97
- "prop-types": "15.8.1",
98
101
  "ramda": "0.28.0",
99
102
  "react": "17.0.2",
100
103
  "react-dom": "17.0.2",
104
+ "react-helmet": "^6.1.0",
101
105
  "react-i18next": "11.16.8",
102
106
  "react-query": "3.39.2",
103
107
  "react-router-dom": "5.3.1",
@@ -120,7 +124,8 @@
120
124
  "webpack": "5.76.0",
121
125
  "webpack-cli": "4.10.0",
122
126
  "webpack-dev-server": "4.11.1",
123
- "yup": "0.32.11"
127
+ "yup": "0.32.11",
128
+ "zustand": "^4.3.6"
124
129
  },
125
130
  "peerDependencies": {
126
131
  "@bigbinary/neeto-commons-frontend": "latest",