|
15 | 15 | "start:dev": "node_modules/.bin/babel-node ./demo/server.js", |
16 | 16 | "test": "npm run test:coverage", |
17 | 17 | "test:coverage": "node_modules/.bin/nyc --require babel-core/register npm run test:mocha", |
18 | | - "test:mocha": "mocha --opts .mocha.opts $(find src -name '*-test.js')", |
| 18 | + "test:mocha": "BABEL_ENV=test mocha", |
19 | 19 | "test:watch": "npm test | npm run watch", |
20 | 20 | "watch": "npm-watch", |
21 | 21 | "postinstall": "opencollective postinstall" |
|
37 | 37 | }, |
38 | 38 | "homepage": "https://github.com/ngs/draft-js-markdown-shortcuts-plugin#readme", |
39 | 39 | "devDependencies": { |
40 | | - "autoprefixer": "^6.5.3", |
41 | | - "babel-cli": "^6.18.0", |
42 | | - "babel-core": "^6.18.2", |
43 | | - "babel-eslint": "^7.1.1", |
44 | | - "babel-loader": "^6.2.8", |
45 | | - "babel-plugin-rewire": "^1.0.0", |
46 | | - "babel-polyfill": "^6.16.0", |
47 | | - "babel-preset-es2015": "^6.18.0", |
48 | | - "babel-preset-react": "^6.16.0", |
| 40 | + "autoprefixer": "^9.8.0", |
| 41 | + "babel-cli": "^6.26.0", |
| 42 | + "babel-core": "^6.26.3", |
| 43 | + "babel-eslint": "^10.1.0", |
| 44 | + "babel-loader": "^8.1.0", |
| 45 | + "babel-plugin-rewire": "^1.2.0", |
| 46 | + "babel-polyfill": "^6.26.0", |
| 47 | + "babel-preset-es2015": "^6.24.1", |
| 48 | + "babel-preset-react": "^6.24.1", |
49 | 49 | "babel-preset-react-hmre": "^1.1.1", |
50 | | - "babel-preset-stage-0": "^6.16.0", |
51 | | - "chai": "^3.5.0", |
52 | | - "chai-enzyme": "^1.0.0-beta.0", |
| 50 | + "babel-preset-stage-0": "^6.24.1", |
| 51 | + "chai": "^4.2.0", |
| 52 | + "chai-enzyme": "^1.0.0-beta.1", |
53 | 53 | "cheerio": "^0.22.0", |
54 | | - "coveralls": "^2.11.15", |
55 | | - "css-loader": "^0.26.0", |
56 | | - "css-modules-require-hook": "^4.0.5", |
57 | | - "dirty-chai": "^1.2.2", |
| 54 | + "coveralls": "^3.1.0", |
| 55 | + "css-loader": "^3.5.3", |
| 56 | + "css-modules-require-hook": "^4.2.3", |
| 57 | + "dirty-chai": "^2.0.1", |
58 | 58 | "draft-js-plugins-editor": "3.0.0", |
59 | | - "draft-js-prism": "^1.0.5", |
60 | | - "enzyme": "^3.3.0", |
61 | | - "enzyme-adapter-react-16": "^1.1.1", |
62 | | - "eslint": "^3.11.1", |
63 | | - "eslint-config-airbnb": "^13.0.0", |
| 59 | + "draft-js-prism": "^1.0.6", |
| 60 | + "enzyme": "^3.11.0", |
| 61 | + "enzyme-adapter-react-16": "^1.15.2", |
| 62 | + "eslint": "^7.1.0", |
| 63 | + "eslint-config-airbnb": "^18.1.0", |
64 | 64 | "eslint-config-prettier": "^6.11.0", |
65 | | - "eslint-plugin-import": "^2.2.0", |
66 | | - "eslint-plugin-jsx-a11y": "2.2.3", |
67 | | - "eslint-plugin-mocha": "^4.7.0", |
68 | | - "eslint-plugin-react": "^6.7.1", |
69 | | - "express": "^4.14.0", |
70 | | - "extract-text-webpack-plugin": "^1.0.1", |
71 | | - "file-loader": "^0.9.0", |
72 | | - "flow-bin": "^0.36.0", |
73 | | - "history": "^2.0.0", |
74 | | - "jsdom": "^9.8.3", |
75 | | - "mocha": "^3.2.0", |
76 | | - "mocha-junit-reporter": "^1.12.1", |
77 | | - "mocha-multi-reporters": "^1.1.1", |
78 | | - "npm-watch": "^0.1.6", |
79 | | - "nyc": "^10.0.0", |
80 | | - "postcss-loader": "^1.1.1", |
| 65 | + "eslint-plugin-import": "^2.20.2", |
| 66 | + "eslint-plugin-jsx-a11y": "6.2.3", |
| 67 | + "eslint-plugin-mocha": "^7.0.1", |
| 68 | + "eslint-plugin-react": "^7.20.0", |
| 69 | + "express": "^4.17.1", |
| 70 | + "extract-text-webpack-plugin": "^3.0.2", |
| 71 | + "file-loader": "^6.0.0", |
| 72 | + "flow-bin": "^0.125.1", |
| 73 | + "history": "^4.10.1", |
| 74 | + "jsdom": "^16.2.2", |
| 75 | + "mocha": "^7.2.0", |
| 76 | + "mocha-junit-reporter": "^1.23.3", |
| 77 | + "mocha-multi-reporters": "^1.1.7", |
| 78 | + "npm-watch": "^0.6.0", |
| 79 | + "nyc": "^15.1.0", |
| 80 | + "postcss-loader": "^3.0.0", |
81 | 81 | "prettier": "2.0.5", |
82 | | - "prismjs": "^1.6.0", |
83 | | - "raf": "^3.4.0", |
| 82 | + "prismjs": "^1.20.0", |
| 83 | + "raf": "^3.4.1", |
84 | 84 | "react": "^16.2.0", |
85 | | - "react-addons-pure-render-mixin": "^15.4.1", |
86 | | - "react-addons-test-utils": "^15.4.1", |
| 85 | + "react-addons-pure-render-mixin": "^15.6.2", |
| 86 | + "react-addons-test-utils": "^15.6.2", |
87 | 87 | "react-dom": "^16.2.0", |
88 | | - "react-github-fork-ribbon": "^0.5.1", |
89 | | - "rimraf": "^2.5.4", |
90 | | - "sinon": "^1.17.6", |
91 | | - "sinon-chai": "^2.8.0", |
92 | | - "static-site-generator-webpack-plugin": "^3.1.0", |
93 | | - "style-loader": "^0.13.1", |
94 | | - "url-loader": "^0.5.7", |
95 | | - "webpack": "~1.13.3", |
96 | | - "webpack-dev-middleware": "^1.8.4", |
97 | | - "webpack-hot-middleware": "^2.13.2" |
| 88 | + "react-github-fork-ribbon": "^0.6.0", |
| 89 | + "rimraf": "^3.0.2", |
| 90 | + "sinon": "^9.0.2", |
| 91 | + "sinon-chai": "^3.5.0", |
| 92 | + "static-site-generator-webpack-plugin": "^3.4.2", |
| 93 | + "style-loader": "^1.2.1", |
| 94 | + "url-loader": "^4.1.0", |
| 95 | + "webpack": "~4.43.0", |
| 96 | + "webpack-dev-middleware": "^3.7.2", |
| 97 | + "webpack-hot-middleware": "^2.25.0" |
98 | 98 | }, |
99 | 99 | "peerDependencies": { |
100 | 100 | "draft-js-plugins-editor": "^3.0.0", |
101 | | - "react": "^16.0.0", |
102 | | - "react-dom": "^16.0.0" |
| 101 | + "react": "^16.13.1", |
| 102 | + "react-dom": "^16.13.1" |
103 | 103 | }, |
104 | 104 | "contributors": ["Atsushi Nagase <a@ngs.io>"], |
105 | 105 | "dependencies": { |
106 | 106 | "decorate-component-with-props": "^1.1.0", |
107 | 107 | "draft-js": "~0.11.5", |
108 | | - "draft-js-checkable-list-item": "^2.0.5", |
109 | | - "draft-js-prism-plugin": "^0.1.1", |
110 | | - "immutable": "~3.7.4", |
| 108 | + "draft-js-checkable-list-item": "^3.0.4", |
| 109 | + "draft-js-prism-plugin": "^0.1.3", |
| 110 | + "immutable": "~3.8.2", |
111 | 111 | "opencollective": "^1.0.3" |
112 | 112 | }, |
113 | 113 | "collective": { |
|
0 commit comments