@bigbinary/neeto-slack-frontend 2.1.2 → 2.1.3

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.
Files changed (1) hide show
  1. package/package.json +7 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-slack-frontend",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Slack integration step UI",
5
5
  "author": "Bonnie Simon",
6
6
  "license": "UNLICENSED",
@@ -46,6 +46,7 @@
46
46
  "@babel/runtime": "^7.19.0",
47
47
  "@bigbinary/babel-preset-neeto": "^1.0.3",
48
48
  "@bigbinary/eslint-plugin-neeto": "^1.0.54",
49
+ "@bigbinary/neeto-audit-frontend": "1.0.7",
49
50
  "@bigbinary/neeto-commons-frontend": "^2.0.74",
50
51
  "@bigbinary/neeto-icons": "1.9.12",
51
52
  "@bigbinary/neeto-molecules": "^1.0.19",
@@ -100,8 +101,8 @@
100
101
  "prettier": "2.6.2",
101
102
  "prettier-plugin-tailwindcss": "0.1.10",
102
103
  "ramda": "0.29.0",
103
- "react": "17.0.2",
104
- "react-dom": "17.0.2",
104
+ "react": "^18.2.0",
105
+ "react-dom": "^18.2.0",
105
106
  "react-helmet": "^6.1.0",
106
107
  "react-i18next": "11.16.8",
107
108
  "react-query": "3.39.2",
@@ -145,5 +146,8 @@
145
146
  "react-router-dom": "5.3.1",
146
147
  "react-toastify": "8.0.2",
147
148
  "yup": "0.32.11"
149
+ },
150
+ "dependencies": {
151
+ "react_ujs": "^3.1.1"
148
152
  }
149
153
  }