77 "license" : " BSD-3-Clause" ,
88 "scripts" : {
99 "test" : " echo \" Error: no test specified\" && exit 1" ,
10- "lint" : " tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix " ,
10+ "lint" : " tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet" ,
1111 "start" : " webpack-serve --config example/webpack.config.js" ,
1212 "build" : " tsc" ,
1313 "prepublish" : " yarn build"
2020 "copy-to-clipboard" : " ^3.0.8" ,
2121 "lodash" : " ^4.17.11" ,
2222 "markdown-it-container" : " ^3.0.0" ,
23- "outline-icons" : " ^1.21.0-3 " ,
23+ "outline-icons" : " ^1.21.0" ,
2424 "prismjs" : " ^1.19.0" ,
2525 "prosemirror-commands" : " ^1.1.4" ,
2626 "prosemirror-dropcursor" : " ^1.3.2" ,
4545 "typescript" : " 3.7.5"
4646 },
4747 "peerDependencies" : {
48- "react" : " ^16.8.6 " ,
49- "react-dom" : " ^16.8.6 " ,
50- "styled-components" : " ^5.1 .0"
48+ "react" : " ^16.0.0 || ^17.0.0 " ,
49+ "react-dom" : " ^16.0.0 ^17.0.0 " ,
50+ "styled-components" : " ^5.0 .0"
5151 },
5252 "devDependencies" : {
5353 "@types/lodash" : " ^4.14.149" ,
6767 "@types/react-dom" : " ^16.9.5" ,
6868 "@types/refractor" : " ^2.8.0" ,
6969 "@types/styled-components" : " ^4.4.2" ,
70- "@typescript-eslint/eslint-plugin" : " ^2.17.0" ,
71- "@typescript-eslint/parser" : " ^2.17.0" ,
72- "eslint" : " ^6.8.0" ,
73- "eslint-config-prettier" : " ^6.9.0" ,
74- "eslint-config-react-app" : " ^2.1.0" ,
75- "eslint-plugin-import" : " ^2.9.0" ,
76- "eslint-plugin-jsx-a11y" : " ^6.0.3" ,
77- "eslint-plugin-prettier" : " ^3.1.2" ,
78- "eslint-plugin-react" : " ^7.7.0" ,
70+ "@typescript-eslint/eslint-plugin" : " ^4.0.0" ,
71+ "@typescript-eslint/parser" : " ^4.0.0" ,
72+ "eslint" : " ^7.13.0" ,
73+ "eslint-config-prettier" : " ^6.15.0" ,
74+ "eslint-config-react-app" : " ^6.0.0" ,
75+ "eslint-plugin-flowtype" : " ^5.2.0" ,
76+ "eslint-plugin-import" : " ^2.22.0" ,
77+ "eslint-plugin-jsx-a11y" : " ^6.4.1" ,
78+ "eslint-plugin-prettier" : " ^3.1.4" ,
79+ "eslint-plugin-react" : " ^7.21.5" ,
80+ "eslint-plugin-react-hooks" : " ^4.0.8" ,
7981 "prettier" : " ^1.19.1" ,
80- "react" : " ^16.8.6 " ,
81- "react-dom" : " ^16.8.6 " ,
82+ "react" : " ^17.0.0 " ,
83+ "react-dom" : " ^17.0.0 " ,
8284 "source-map-loader" : " ^0.2.4" ,
83- "styled-components" : " ^5.1.0 " ,
85+ "styled-components" : " ^5.2.1 " ,
8486 "ts-loader" : " ^6.2.1" ,
8587 "webpack" : " ^4.29.6" ,
8688 "webpack-cli" : " ^3.2.3" ,
104106 "url" : " https://github.com/outline/rich-markdown-editor/issues"
105107 },
106108 "homepage" : " https://github.com/outline/rich-markdown-editor#readme"
107- }
109+ }
0 commit comments