|
15 | 15 | "types": "./dist/index.d.ts", |
16 | 16 | "scripts": { |
17 | 17 | "build": "rollup --config --environment NODE_ENV:production", |
18 | | - "storybook": "start-storybook -p 6006", |
19 | | - "build-storybook": "build-storybook" |
| 18 | + "build-storybook": "build-storybook", |
| 19 | + "storybook": "start-storybook -p 6006" |
20 | 20 | }, |
21 | 21 | "license": "MIT", |
22 | 22 | "repository": { |
|
27 | 27 | "url": "https://github.com/Jungwoo-An/react-editor-js/issues" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@babel/core": "^7.7.5", |
| 30 | + "@babel/core": "^7.14.6", |
31 | 31 | "@editorjs/checklist": "^1.3.0", |
32 | | - "@editorjs/code": "^2.6.0", |
| 32 | + "@editorjs/code": "^2.7.0", |
33 | 33 | "@editorjs/delimiter": "^1.2.0", |
34 | | - "@editorjs/editorjs": "^2.19.1", |
35 | | - "@editorjs/embed": "^2.4.0", |
| 34 | + "@editorjs/editorjs": "^2.22.1", |
| 35 | + "@editorjs/embed": "^2.4.6", |
36 | 36 | "@editorjs/header": "^2.6.1", |
37 | 37 | "@editorjs/image": "^2.6.0", |
38 | 38 | "@editorjs/inline-code": "^1.3.1", |
39 | 39 | "@editorjs/link": "^2.3.1", |
40 | | - "@editorjs/list": "^1.6.1", |
| 40 | + "@editorjs/list": "^1.6.2", |
41 | 41 | "@editorjs/marker": "^1.2.2", |
42 | 42 | "@editorjs/paragraph": "^2.8.0", |
43 | 43 | "@editorjs/quote": "^2.4.0", |
44 | 44 | "@editorjs/raw": "^2.3.0", |
45 | | - "@editorjs/simple-image": "^1.4.0", |
| 45 | + "@editorjs/simple-image": "^1.4.1", |
46 | 46 | "@editorjs/table": "^1.3.0", |
47 | 47 | "@editorjs/warning": "^1.2.0", |
48 | 48 | "@semantic-release/commit-analyzer": "^8.0.1", |
49 | 49 | "@semantic-release/git": "^9.0.0", |
50 | | - "@semantic-release/github": "^7.0.5", |
51 | | - "@semantic-release/npm": "^7.0.5", |
52 | | - "@semantic-release/release-notes-generator": "^9.0.1", |
53 | | - "@storybook/addon-actions": "^5.2.8", |
54 | | - "@storybook/addon-links": "^5.2.8", |
55 | | - "@storybook/addons": "^5.2.8", |
56 | | - "@storybook/react": "^5.2.8", |
57 | | - "@types/react": "^16.9.16", |
58 | | - "@typescript-eslint/eslint-plugin": "^2.10.0", |
59 | | - "@typescript-eslint/parser": "^2.10.0", |
60 | | - "babel-loader": "^8.0.5", |
61 | | - "conventional-changelog-conventionalcommits": "^4.2.3", |
62 | | - "eslint": "^6.7.2", |
63 | | - "eslint-config-standard": "^14.1.0", |
64 | | - "eslint-plugin-import": "^2.19.1", |
65 | | - "eslint-plugin-node": "^10.0.0", |
66 | | - "eslint-plugin-promise": "^4.1.1", |
67 | | - "eslint-plugin-standard": "^4.0.0", |
68 | | - "react": "^16.12.0", |
69 | | - "rollup": "^1.27.9", |
70 | | - "rollup-plugin-typescript2": "^0.25.3", |
71 | | - "typescript": "^3.7.3" |
| 50 | + "@semantic-release/github": "^7.2.3", |
| 51 | + "@semantic-release/npm": "^7.1.3", |
| 52 | + "@semantic-release/release-notes-generator": "^9.0.3", |
| 53 | + "@storybook/addon-actions": "^6.3.4", |
| 54 | + "@storybook/addon-essentials": "^6.3.4", |
| 55 | + "@storybook/addon-links": "^6.3.4", |
| 56 | + "@storybook/react": "^6.3.4", |
| 57 | + "@types/react": "^17.0.14", |
| 58 | + "@typescript-eslint/eslint-plugin": "^4.28.3", |
| 59 | + "@typescript-eslint/parser": "^4.28.3", |
| 60 | + "babel-loader": "^8.2.2", |
| 61 | + "conventional-changelog-conventionalcommits": "^4.6.0", |
| 62 | + "eslint": "^7.30.0", |
| 63 | + "eslint-config-standard": "^16.0.3", |
| 64 | + "eslint-plugin-import": "^2.23.4", |
| 65 | + "eslint-plugin-node": "^11.1.0", |
| 66 | + "eslint-plugin-promise": "^5.1.0", |
| 67 | + "eslint-plugin-standard": "^5.0.0", |
| 68 | + "prettier": "^2.3.2", |
| 69 | + "react": "^17.0.2", |
| 70 | + "react-dom": "^17.0.2", |
| 71 | + "rollup": "^2.53.2", |
| 72 | + "rollup-plugin-typescript2": "^0.30.0", |
| 73 | + "typescript": "^4.3.5" |
72 | 74 | }, |
73 | 75 | "peerDependencies": { |
74 | 76 | "@editorjs/editorjs": "*", |
75 | 77 | "@editorjs/paragraph": "*" |
76 | | - } |
| 78 | + }, |
| 79 | + "dependencies": {} |
77 | 80 | } |
0 commit comments