|
1 | 1 | {
|
2 | 2 | "name": "@bigbinary/neeto-editor",
|
3 |
| - "version": "1.30.13-beta", |
| 3 | + "version": "1.31.0-beta", |
4 | 4 | "main": "./index.cjs.js",
|
5 | 5 | "module": "./index.js",
|
6 | 6 | "types": "./types.d.ts",
|
|
23 | 23 | "npm": ">=9",
|
24 | 24 | "yarn": ">=1.22"
|
25 | 25 | },
|
| 26 | + "resolutions": { |
| 27 | + "jackspeak": "2.1.1" |
| 28 | + }, |
26 | 29 | "devDependencies": {
|
27 |
| - "@babel/core": "^7.19.1", |
28 |
| - "@babel/eslint-parser": "7.17.0", |
29 |
| - "@babel/plugin-transform-runtime": "^7.19.1", |
| 30 | + "@babel/core": "7.23.2", |
| 31 | + "@babel/eslint-parser": "7.22.15", |
| 32 | + "@babel/plugin-transform-runtime": "7.23.2", |
30 | 33 | "@babel/preset-env": "7.23.2",
|
31 | 34 | "@babel/preset-react": "7.22.15",
|
32 | 35 | "@babel/preset-typescript": "7.23.2",
|
|
35 | 38 | "@bigbinary/eslint-plugin-neeto": "1.5.0",
|
36 | 39 | "@bigbinary/neeto-audit-frontend": "^2.0.9",
|
37 | 40 | "@bigbinary/neeto-cist": "1.0.9",
|
38 |
| - "@bigbinary/neeto-commons-frontend": "3.2.4", |
39 |
| - "@bigbinary/neeto-filters-frontend": "3.2.8", |
40 |
| - "@bigbinary/neeto-icons": "1.18.0", |
41 |
| - "@bigbinary/neeto-molecules": "1.13.8", |
42 |
| - "@bigbinary/neetoui": "6.3.8", |
| 41 | + "@bigbinary/neeto-commons-frontend": "3.3.0", |
| 42 | + "@bigbinary/neeto-filters-frontend": "3.3.1", |
| 43 | + "@bigbinary/neeto-icons": "1.18.4", |
| 44 | + "@bigbinary/neeto-molecules": "1.15.15", |
| 45 | + "@bigbinary/neetoui": "6.5.10", |
43 | 46 | "@faker-js/faker": "8.2.0",
|
44 | 47 | "@honeybadger-io/js": "6.5.3",
|
45 | 48 | "@honeybadger-io/react": "6.1.9",
|
|
49 | 52 | "@rollup/plugin-json": "6.0.1",
|
50 | 53 | "@rollup/plugin-node-resolve": "15.2.3",
|
51 | 54 | "@rollup/plugin-replace": "5.0.4",
|
52 |
| - "@storybook/addon-actions": "6.5.16", |
53 |
| - "@storybook/addon-docs": "6.5.16", |
54 |
| - "@storybook/addon-essentials": "6.5.16", |
55 |
| - "@storybook/addon-interactions": "6.5.16", |
56 |
| - "@storybook/addon-links": "6.5.16", |
57 |
| - "@storybook/addon-postcss": "2.0.0", |
58 |
| - "@storybook/builder-webpack5": "6.5.16", |
59 |
| - "@storybook/manager-webpack5": "6.5.16", |
60 |
| - "@storybook/preset-scss": "1.0.3", |
61 |
| - "@storybook/react": "6.5.16", |
62 |
| - "@storybook/testing-library": "0.0.13", |
| 55 | + "@storybook/addon-actions": "^7.5.3", |
| 56 | + "@storybook/addon-essentials": "^7.5.3", |
| 57 | + "@storybook/addon-postcss": "^2.0.0", |
| 58 | + "@storybook/preset-scss": "^1.0.3", |
| 59 | + "@storybook/react": "^7.5.3", |
| 60 | + "@storybook/react-webpack5": "^7.5.3", |
63 | 61 | "@svgr/rollup": "8.1.0",
|
| 62 | + "@svgr/webpack": "^6.5.1", |
64 | 63 | "@tippyjs/react": "4.2.6",
|
65 | 64 | "@tiptap/extension-bubble-menu": "2.0.0-beta.199",
|
66 | 65 | "@tiptap/extension-character-count": "2.0.0-beta.199",
|
|
80 | 79 | "@tiptap/extension-table-row": "2.0.0-beta.199",
|
81 | 80 | "@tiptap/extension-text-style": "2.0.3",
|
82 | 81 | "@tiptap/extension-underline": "2.0.0-beta.199",
|
| 82 | + "@tiptap/pm": "^2.3.0", |
83 | 83 | "@tiptap/react": "2.0.0-beta.199",
|
84 | 84 | "@tiptap/starter-kit": "2.0.0-beta.199",
|
85 | 85 | "@tiptap/suggestion": "2.0.0-beta.197",
|
|
89 | 89 | "@uppy/url": "2.2.0",
|
90 | 90 | "antd": "5.10.2",
|
91 | 91 | "autoprefixer": "10.4.16",
|
92 |
| - "axios": "1.6.2", |
93 |
| - "babel-loader": "^8.2.5", |
| 92 | + "axios": "1.6.0", |
| 93 | + "babel-loader": "9.1.3", |
94 | 94 | "babel-plugin-istanbul": "6.1.1",
|
95 | 95 | "babel-plugin-js-logger": "1.0.17",
|
96 | 96 | "babel-plugin-macros": "3.1.0",
|
|
125 | 125 | "js-logger": "1.6.1",
|
126 | 126 | "lint-staged": "15.0.2",
|
127 | 127 | "lowlight": "2.7.0",
|
128 |
| - "postcss": "8.4.14", |
129 |
| - "postcss-import": "14.1.0", |
130 |
| - "postcss-loader": "4.3.0", |
131 |
| - "postcss-preset-env": "7.8.2", |
| 128 | + "postcss": "8.4.31", |
| 129 | + "postcss-import": "15.1.0", |
| 130 | + "postcss-loader": "7.3.3", |
| 131 | + "postcss-preset-env": "9.2.0", |
132 | 132 | "prettier": "2.6.2",
|
133 | 133 | "prettier-plugin-tailwindcss": "0.1.10",
|
134 | 134 | "qs": "6.11.2",
|
|
147 | 147 | "react-query": "3.39.3",
|
148 | 148 | "react-router-dom": "5.3.4",
|
149 | 149 | "react-toastify": "8.2.0",
|
| 150 | + "remark-gfm": "4.0.0", |
150 | 151 | "rollup": "2.79.1",
|
151 | 152 | "rollup-plugin-analyzer": "4.0.0",
|
152 | 153 | "rollup-plugin-cleaner": "1.0.0",
|
|
155 | 156 | "rollup-plugin-styles": "4.0.0",
|
156 | 157 | "sass": "1.69.5",
|
157 | 158 | "sass-loader": "13.0.2",
|
158 |
| - "storybook-dark-mode": "^2.1.1", |
| 159 | + "storybook": "^7.5.3", |
| 160 | + "storybook-dark-mode": "^3.0.1", |
159 | 161 | "style-loader": "3.3.1",
|
160 | 162 | "tailwindcss": "3.4.1",
|
161 | 163 | "tippy.js": "6.3.7",
|
|
168 | 170 | "peerDependencies": {
|
169 | 171 | "@bigbinary/babel-preset-neeto": "latest",
|
170 | 172 | "@bigbinary/neeto-cist": "latest",
|
171 |
| - "@bigbinary/neeto-commons-frontend": "3.2.4", |
172 |
| - "@bigbinary/neeto-filters-frontend": "3.2.8", |
173 |
| - "@bigbinary/neeto-icons": "1.18.0", |
174 |
| - "@bigbinary/neeto-molecules": "1.13.8", |
175 |
| - "@bigbinary/neetoui": "6.3.8", |
| 173 | + "@bigbinary/neeto-commons-frontend": "3.3.0", |
| 174 | + "@bigbinary/neeto-filters-frontend": "3.3.1", |
| 175 | + "@bigbinary/neeto-icons": "1.18.4", |
| 176 | + "@bigbinary/neeto-molecules": "1.15.15", |
| 177 | + "@bigbinary/neetoui": "6.5.10", |
176 | 178 | "@honeybadger-io/js": "^6.5.3",
|
177 | 179 | "@honeybadger-io/react": "^6.1.9",
|
178 | 180 | "antd": "4.24.3",
|
179 |
| - "axios": "1.6.2", |
| 181 | + "axios": "^1.6.0", |
180 | 182 | "classnames": "^2.3.2",
|
181 | 183 | "formik": "^2.4.5",
|
182 | 184 | "i18next": "^23.6.0",
|
|
225 | 227 | "tippy.js": "6.3.7"
|
226 | 228 | },
|
227 | 229 | "scripts": {
|
228 |
| - "build": "build-storybook", |
| 230 | + "build": "storybook build", |
229 | 231 | "bundle": "NODE_ENV=production rollup -c rollup.config.js",
|
230 | 232 | "prepare": "husky install",
|
231 | 233 | "serve": "node .storybook/express",
|
232 |
| - "storybook": "start-storybook -p 6006" |
| 234 | + "storybook": "storybook dev -p 6006" |
233 | 235 | },
|
234 | 236 | "lint-staged": {
|
235 | 237 | "src/**/*.{js,jsx,json}": [
|
|
0 commit comments