@reactivers/generic-ui 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -7
package/package.json CHANGED
@@ -1,23 +1,18 @@
1
1
  {
2
2
  "name": "@reactivers/generic-ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "mainiife": "dist/index.iife.js",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "source": "src/index.js",
8
8
  "private": false,
9
9
  "dependencies": {
10
- "@testing-library/jest-dom": "^5.11.4",
11
- "@testing-library/react": "^11.1.0",
12
- "@testing-library/user-event": "^12.1.10",
13
- "history": "^5.0.0",
14
10
  "rc-dialog": "^8.5.1",
15
11
  "rc-field-form": "^1.18.1",
16
12
  "rc-notification": "^4.5.4",
17
13
  "rc-upload": "^3.3.4",
18
14
  "react-color": "^2.19.3",
19
- "react-flexbox-grid": "^2.1.2",
20
- "react-router-dom": "^5.2.0"
15
+ "react-flexbox-grid": "^2.1.2"
21
16
  },
22
17
  "devDependencies": {
23
18
  "@babel/cli": "^7.12.10",