|
1 | 1 | {
|
2 | 2 | "name": "react-wordcloud",
|
3 |
| - "version": "1.1.0", |
| 3 | + "version": "1.1.1", |
4 | 4 | "description": "Simple React + D3 wordcloud component with powerful features.",
|
5 | 5 | "main": "dist/index.js",
|
6 | 6 | "module": "dist/index.module.js",
|
|
26 | 26 | "build:docs": "yarn docz build",
|
27 | 27 | "clean": "rm -rf dist .docz",
|
28 | 28 | "dev": "yarn docz dev",
|
29 |
| - "lint": "yarn tsc && eslint --ext .js,.jsx,.ts,.tsx --fix src docs", |
| 29 | + "lint": "yarn tsc && eslint --ext .js,.jsx,.ts,.tsx src docs", |
| 30 | + "lint:fix": "yarn lint --fix", |
30 | 31 | "prepare": "yarn clean && yarn build",
|
31 | 32 | "size": "bundlesize",
|
32 | 33 | "unused": "yarn no-unused-export src/*.ts* --exclude src/*.d.ts"
|
|
46 | 47 | "d3-selection": "^1.4.0",
|
47 | 48 | "d3-transition": "^1.2.0",
|
48 | 49 | "resize-observer-polyfill": "^1.5.1",
|
49 |
| - "seedrandom": "^3.0.3", |
| 50 | + "seedrandom": "^3.0.5", |
50 | 51 | "tippy.js": "^4.3.5"
|
51 | 52 | },
|
52 | 53 | "devDependencies": {
|
53 |
| - "@babel/core": "^7.6.0", |
54 |
| - "@babel/preset-env": "^7.6.0", |
| 54 | + "@babel/core": "^7.6.2", |
| 55 | + "@babel/preset-env": "^7.6.2", |
55 | 56 | "@babel/preset-react": "^7.0.0",
|
56 | 57 | "@babel/preset-typescript": "^7.6.0",
|
57 |
| - "@types/react": "^16.9.2", |
58 |
| - "@typescript-eslint/eslint-plugin": "^2.2.0", |
59 |
| - "@typescript-eslint/parser": "^2.2.0", |
| 58 | + "@types/react": "^16.9.3", |
| 59 | + "@typescript-eslint/eslint-plugin": "^2.3.1", |
| 60 | + "@typescript-eslint/parser": "^2.3.1", |
60 | 61 | "bundlesize": "^0.18.0",
|
61 | 62 | "docz": "^1.3.2",
|
62 | 63 | "docz-theme-default": "^1.2.0",
|
63 |
| - "eslint": "^6.3.0", |
| 64 | + "eslint": "^6.4.0", |
64 | 65 | "eslint-config-prettier": "^6.3.0",
|
65 |
| - "eslint-plugin-prettier": "^3.0.0", |
| 66 | + "eslint-plugin-prettier": "^3.1.1", |
66 | 67 | "eslint-plugin-react": "^7.14.3",
|
67 |
| - "eslint-plugin-react-hooks": "^2.0.1", |
| 68 | + "eslint-plugin-react-hooks": "^2.1.0", |
68 | 69 | "no-unused-export": "^1.9.0",
|
69 | 70 | "prettier": "^1.15.3",
|
70 |
| - "react": "^16.9.0", |
71 |
| - "react-dom": "^16.9.0", |
72 |
| - "rollup": "^1.21.2", |
| 71 | + "react": "^16.10.0", |
| 72 | + "react-dom": "^16.10.0", |
| 73 | + "rollup": "^1.21.4", |
73 | 74 | "rollup-plugin-babel": "^4.3.3",
|
74 |
| - "rollup-plugin-typescript2": "^0.24.1", |
| 75 | + "rollup-plugin-typescript2": "^0.24.3", |
75 | 76 | "tslib": "1.10.0",
|
76 | 77 | "typescript": "^3.6.3"
|
77 | 78 | },
|
|
82 | 83 | }
|
83 | 84 | ],
|
84 | 85 | "peerDependencies": {
|
85 |
| - "react": "^16.8.3" |
| 86 | + "react": "^16.10.0" |
86 | 87 | },
|
87 | 88 | "resolutions": {
|
88 | 89 | "d3-selection": "1.4.0"
|
|
0 commit comments