|
1 | 1 | { |
2 | 2 | "name": "@dropzone-ui/react", |
3 | | - "version": "5.5.6", |
4 | | - "description": "The most complete React library for managing file uploads. Multilanguage support. Server side support. Material design considered.", |
| 3 | + "version": "5.8.4", |
| 4 | + "description": "The most complete React library for managing file uploads. Multilanguage support. Server side support. Material design styles.", |
5 | 5 | "main": "./build/index.js", |
6 | 6 | "module": "./build/index.es.js", |
7 | 7 | "types": "./build/index.d.ts", |
|
44 | 44 | "react-dom": "^17.0.2" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
| 47 | + "axios": "^0.24.0", |
| 48 | + "react": "^17.0.2", |
| 49 | + "react-dom": "^17.0.2", |
47 | 50 | "@rollup/plugin-commonjs": "^21.0.1", |
48 | 51 | "@rollup/plugin-node-resolve": "^13.0.6", |
49 | 52 | "@storybook/addon-actions": "^6.3.12", |
|
56 | 59 | "@testing-library/jest-dom": "^5.15.0", |
57 | 60 | "@testing-library/react": "^12.0.0", |
58 | 61 | "@types/jest": "^27.0.0", |
59 | | - "@types/node": "^16.11.6", |
| 62 | + "@types/node": "^16.11.7", |
60 | 63 | "@types/testing-library__jest-dom": "^5.9.3", |
61 | 64 | "@types/testing-library__react": "^10.2.0", |
62 | 65 | "@typescript-eslint/eslint-plugin": "^4.31.0", |
|
66 | 69 | "css-loader": "^6.5.1", |
67 | 70 | "eslint": "^7.10.0", |
68 | 71 | "eslint-config-prettier": "^8.1.0", |
69 | | - "eslint-plugin-jest": "^25.2.3", |
| 72 | + "eslint-plugin-jest": "^25.2.4", |
70 | 73 | "eslint-plugin-prettier": "^4.0.0", |
71 | | - "eslint-plugin-react": "^7.21.2", |
| 74 | + "eslint-plugin-react": "^7.27.0", |
72 | 75 | "fork-ts-checker-webpack-plugin": "^6.4.0", |
73 | 76 | "identity-obj-proxy": "^3.0.0", |
74 | 77 | "jest": "^26.4.2", |
75 | 78 | "prettier": "^2.3.0", |
76 | | - "rollup": "^2.59.0", |
| 79 | + "rollup": "^2.60.0", |
77 | 80 | "rollup-plugin-peer-deps-external": "^2.2.3", |
78 | 81 | "rollup-plugin-sass": "^1.2.2", |
79 | 82 | "rollup-plugin-terser": "^7.0.2", |
|
0 commit comments