|
1 | 1 | { |
2 | 2 | "name": "Rowy", |
3 | | - "version": "2.2.0", |
| 3 | + "version": "2.3.0", |
4 | 4 | "homepage": "https://rowy.io", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
|
12 | 12 | "@date-io/date-fns": "1.x", |
13 | 13 | "@emotion/react": "^11.4.0", |
14 | 14 | "@emotion/styled": "^11.3.0", |
15 | | - "@hookform/resolvers": "^2.8.1", |
| 15 | + "@hookform/resolvers": "^2.8.5", |
16 | 16 | "@mdi/js": "^6.5.95", |
17 | 17 | "@monaco-editor/react": "^4.3.1", |
18 | 18 | "@mui/icons-material": "^5.2.0", |
19 | 19 | "@mui/lab": "^5.0.0-alpha.58", |
20 | 20 | "@mui/material": "^5.2.2", |
21 | 21 | "@mui/styles": "^5.2.2", |
22 | | - "@rowy/form-builder": "^0.4.2", |
| 22 | + "@rowy/form-builder": "^0.5.2", |
23 | 23 | "@rowy/multiselect": "^0.2.3", |
24 | 24 | "@tinymce/tinymce-react": "^3.12.6", |
25 | 25 | "algoliasearch": "^4.8.6", |
|
33 | 33 | "file-saver": "^2.0.5", |
34 | 34 | "firebase": "8.6.8", |
35 | 35 | "hotkeys-js": "^3.7.2", |
36 | | - "jotai": "^1.4.2", |
| 36 | + "jotai": "^1.5.3", |
37 | 37 | "json-stable-stringify-without-jsonify": "^1.0.1", |
38 | 38 | "json2csv": "^5.0.6", |
39 | 39 | "jszip": "^3.6.0", |
40 | 40 | "jwt-decode": "^3.1.2", |
41 | 41 | "lodash": "^4.17.21", |
| 42 | + "match-sorter": "^6.3.1", |
42 | 43 | "notistack": "^2.0.2", |
43 | 44 | "pb-util": "^1.0.1", |
44 | 45 | "query-string": "^6.8.3", |
|
54 | 55 | "react-element-scroll-hook": "^1.1.0", |
55 | 56 | "react-firebaseui": "^5.0.2", |
56 | 57 | "react-helmet": "^6.1.0", |
57 | | - "react-hook-form": "^7.16.1", |
| 58 | + "react-hook-form": "^7.21.2", |
58 | 59 | "react-image": "^4.0.3", |
59 | | - "react-joyride": "^2.3.0", |
60 | 60 | "react-json-view": "^1.19.1", |
| 61 | + "react-markdown": "^8.0.0", |
61 | 62 | "react-router-dom": "^5.0.1", |
62 | 63 | "react-router-hash-link": "^2.4.3", |
63 | 64 | "react-scripts": "^4.0.3", |
64 | 65 | "react-usestateref": "^1.0.5", |
| 66 | + "remark-gfm": "^3.0.1", |
65 | 67 | "serve": "^11.3.2", |
66 | 68 | "swr": "^1.0.1", |
67 | | - "tinymce": "^5.9.2", |
| 69 | + "tinymce": "^5.10.0", |
68 | 70 | "typescript": "^4.4.2", |
69 | 71 | "use-algolia": "^1.4.1", |
70 | 72 | "use-debounce": "^3.3.0", |
|
115 | 117 | "@types/react-router-hash-link": "^2.4.1", |
116 | 118 | "@types/use-persisted-state": "^0.3.0", |
117 | 119 | "craco-alias": "^3.0.1", |
118 | | - "firebase-tools": "^8.12.1", |
| 120 | + "firebase-tools": "^10.1.0", |
119 | 121 | "husky": "^4.2.5", |
120 | 122 | "monaco-editor": "^0.21.2", |
121 | 123 | "playwright": "^1.5.2", |
122 | 124 | "prettier": "^2.2.1", |
123 | 125 | "pretty-quick": "^3.0.0", |
124 | 126 | "raw-loader": "^4.0.2" |
125 | 127 | }, |
| 128 | + "resolutions": { |
| 129 | + "react-hook-form": "^7.21.2" |
| 130 | + }, |
126 | 131 | "husky": { |
127 | 132 | "hooks": { |
128 | 133 | "pre-commit": "pretty-quick --staged" |
|
0 commit comments