|
32 | 32 | "defaults" |
33 | 33 | ], |
34 | 34 | "devDependencies": { |
35 | | - "@mdx-js/loader": "~1.5.1", |
36 | | - "@storybook/addon-actions": "~5.3.12", |
37 | | - "@storybook/addon-docs": "~5.3.12", |
38 | | - "@storybook/react": "~5.3.12", |
39 | | - "@types/enzyme": "~3.10.3", |
40 | | - "@types/enzyme-adapter-react-16": "~1.0.5", |
| 35 | + "@mdx-js/loader": "^1.5.5", |
| 36 | + "@storybook/addon-actions": "^5.3.13", |
| 37 | + "@storybook/addon-docs": "^5.3.13", |
| 38 | + "@storybook/react": "^5.3.13", |
| 39 | + "@types/enzyme": "^3.10.5", |
| 40 | + "@types/enzyme-adapter-react-16": "^1.0.6", |
41 | 41 | "@types/jest": "24.0.23", |
42 | | - "@types/lodash.clonedeep": "^4.5.6", |
43 | 42 | "@types/prop-types": "^15.7.2", |
44 | | - "@types/react": "^16.9.5", |
45 | | - "@types/react-dom": "^16.9.2", |
46 | | - "@types/uuid": "^3.4.6", |
47 | | - "@typescript-eslint/eslint-plugin": "^2.11.0", |
48 | | - "@typescript-eslint/parser": "^2.9.0", |
49 | | - "@typescript-eslint/typescript-estree": "^2.9.0", |
| 43 | + "@types/react": "^16.9.20", |
| 44 | + "@types/react-dom": "^16.9.5", |
| 45 | + "@types/uuid": "^3.4.7", |
| 46 | + "@typescript-eslint/eslint-plugin": "^2.20.0", |
| 47 | + "@typescript-eslint/parser": "^2.20.0", |
| 48 | + "@typescript-eslint/typescript-estree": "^2.20.0", |
50 | 49 | "@wessberg/rollup-plugin-ts": "~1.1.73", |
51 | 50 | "awesome-typescript-loader": "~5.2.1", |
52 | 51 | "babel-loader": "~8.0.6", |
53 | | - "babel-preset-react-app": "~9.1.0", |
54 | | - "coveralls": "~3.0.6", |
| 52 | + "babel-preset-react-app": "~9.1.1", |
| 53 | + "coveralls": "^3.0.6", |
55 | 54 | "css-loader": "~3.3.0", |
56 | | - "enzyme": "~3.10.0", |
57 | | - "enzyme-adapter-react-16": "~1.15.0", |
58 | | - "enzyme-to-json": "~3.4.2", |
59 | | - "eslint": "^6.7.0", |
60 | | - "eslint-config-prettier": "^6.7.0", |
61 | | - "eslint-plugin-import": "^2.18.2", |
62 | | - "eslint-plugin-jsdoc": "^18.4.0", |
| 55 | + "enzyme": "^3.10.0", |
| 56 | + "enzyme-adapter-react-16": "^1.15.2", |
| 57 | + "enzyme-to-json": "^3.4.4", |
| 58 | + "eslint": "^6.8.0", |
| 59 | + "eslint-config-prettier": "^6.10.0", |
| 60 | + "eslint-plugin-import": "^2.20.1", |
| 61 | + "eslint-plugin-jsdoc": "^18.11.0", |
63 | 62 | "eslint-plugin-jsx-a11y": "^6.2.3", |
64 | | - "eslint-plugin-prettier": "^3.1.1", |
65 | | - "eslint-plugin-react": "^7.17.0", |
66 | | - "gh-pages": "~2.1.1", |
| 63 | + "eslint-plugin-prettier": "^3.1.2", |
| 64 | + "eslint-plugin-react": "^7.18.3", |
| 65 | + "gh-pages": "^2.1.1", |
67 | 66 | "identity-obj-proxy": "~3.0.0", |
68 | 67 | "jest": "24.0.0", |
69 | | - "mathsass": "^0.11.0", |
| 68 | + "mathsass": "~0.11.0", |
70 | 69 | "node-sass": "~4.13.1", |
71 | 70 | "prettier": "~1.19.1", |
72 | 71 | "react-dnd-test-backend": "^10.0.2", |
73 | | - "react-docgen-typescript-loader": "~3.6.0", |
74 | | - "rollup": "~1.27.0", |
75 | | - "rollup-plugin-postcss": "~2.0.3", |
| 72 | + "react-docgen-typescript-loader": "^3.6.0", |
| 73 | + "rollup": "~1.27.14", |
| 74 | + "rollup-plugin-postcss": "~2.0.6", |
76 | 75 | "rollup-plugin-terser": "~5.1.2", |
77 | | - "sass-loader": "~8.0.0", |
78 | | - "style-loader": "~1.0.0", |
79 | | - "stylelint": "^12.0.0", |
80 | | - "stylelint-config-recommended-scss": "^4.1.0", |
81 | | - "stylelint-scss": "~3.13.0", |
82 | | - "ts-jest": "~24.2.0", |
83 | | - "typescript": "~3.6.4" |
| 76 | + "sass-loader": "~8.0.2", |
| 77 | + "style-loader": "~1.0.2", |
| 78 | + "stylelint": "^12.0.1", |
| 79 | + "stylelint-config-recommended-scss": "^4.2.0", |
| 80 | + "stylelint-scss": "^3.13.0", |
| 81 | + "ts-jest": "^24.2.0", |
| 82 | + "typescript": "^3.6.5" |
84 | 83 | }, |
85 | 84 | "dependencies": { |
86 | | - "react-dnd": "^10.0.2", |
87 | | - "react-dnd-html5-backend": "^10.0.2", |
88 | | - "uuid": "^3.4.0" |
| 85 | + "react-dnd": "~10.0.2", |
| 86 | + "react-dnd-html5-backend": "~10.0.2", |
| 87 | + "uuid": "~3.4.0" |
89 | 88 | }, |
90 | 89 | "peerDependencies": { |
91 | 90 | "prop-types": "^15.7.2", |
|
0 commit comments