Skip to content

Commit eeee42a

Browse files
committed
[REF]: upgrade dependencies
1 parent 1c3cee9 commit eeee42a

File tree

3 files changed

+60
-57
lines changed

3 files changed

+60
-57
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
1818
[![GitHub Repo stars](https://img.shields.io/github/stars/dropzone-ui/react?label=Star%20me%20please%20:D&style=social)](https://github.com/dropzone-ui/react)
1919

20-
The most complete and most powerful library for managing file uploads [React](https://reactjs.org/) apps.
20+
The most complete and most powerful library for managing file uploads on [React](https://reactjs.org/) apps.
2121

2222
## Sample result:
2323

package-lock.json

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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.",
55
"main": "./build/index.js",
66
"module": "./build/index.es.js",
77
"types": "./build/index.d.ts",
@@ -44,6 +44,9 @@
4444
"react-dom": "^17.0.2"
4545
},
4646
"devDependencies": {
47+
"axios": "^0.24.0",
48+
"react": "^17.0.2",
49+
"react-dom": "^17.0.2",
4750
"@rollup/plugin-commonjs": "^21.0.1",
4851
"@rollup/plugin-node-resolve": "^13.0.6",
4952
"@storybook/addon-actions": "^6.3.12",
@@ -56,7 +59,7 @@
5659
"@testing-library/jest-dom": "^5.15.0",
5760
"@testing-library/react": "^12.0.0",
5861
"@types/jest": "^27.0.0",
59-
"@types/node": "^16.11.6",
62+
"@types/node": "^16.11.7",
6063
"@types/testing-library__jest-dom": "^5.9.3",
6164
"@types/testing-library__react": "^10.2.0",
6265
"@typescript-eslint/eslint-plugin": "^4.31.0",
@@ -66,14 +69,14 @@
6669
"css-loader": "^6.5.1",
6770
"eslint": "^7.10.0",
6871
"eslint-config-prettier": "^8.1.0",
69-
"eslint-plugin-jest": "^25.2.3",
72+
"eslint-plugin-jest": "^25.2.4",
7073
"eslint-plugin-prettier": "^4.0.0",
71-
"eslint-plugin-react": "^7.21.2",
74+
"eslint-plugin-react": "^7.27.0",
7275
"fork-ts-checker-webpack-plugin": "^6.4.0",
7376
"identity-obj-proxy": "^3.0.0",
7477
"jest": "^26.4.2",
7578
"prettier": "^2.3.0",
76-
"rollup": "^2.59.0",
79+
"rollup": "^2.60.0",
7780
"rollup-plugin-peer-deps-external": "^2.2.3",
7881
"rollup-plugin-sass": "^1.2.2",
7982
"rollup-plugin-terser": "^7.0.2",

0 commit comments

Comments
 (0)