|
1 | 1 | {
|
2 | 2 | "name": "react-popper-tooltip",
|
3 |
| - "version": "3.1.0", |
| 3 | + "version": "3.1.1", |
4 | 4 | "description": "React tooltip library built around react-popper",
|
5 | 5 | "homepage": "https://react-popper-tooltip.netlify.app",
|
6 | 6 | "repository": {
|
|
53 | 53 | "react-dom": "^16.6.0 || ^17.0.0"
|
54 | 54 | },
|
55 | 55 | "dependencies": {
|
56 |
| - "@babel/runtime": "^7.10.4", |
57 |
| - "@popperjs/core": "^2.4.4", |
| 56 | + "@babel/runtime": "^7.12.5", |
| 57 | + "@popperjs/core": "^2.5.4", |
58 | 58 | "react-popper": "^2.2.4"
|
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 |
| - "@babel/cli": "^7.10.4", |
62 |
| - "@babel/core": "^7.10.4", |
63 |
| - "@babel/plugin-proposal-class-properties": "^7.10.4", |
64 |
| - "@babel/plugin-transform-runtime": "^7.10.4", |
65 |
| - "@babel/preset-env": "^7.10.4", |
66 |
| - "@babel/preset-react": "^7.10.4", |
67 |
| - "@babel/preset-typescript": "^7.10.4", |
68 |
| - "@testing-library/react": "^10.4.5", |
69 |
| - "@types/jest": "^26.0.4", |
70 |
| - "@types/react": "^16.9.43", |
71 |
| - "@types/react-dom": "^16.9.8", |
72 |
| - "@typescript-eslint/eslint-plugin": "^3.6.0", |
73 |
| - "@typescript-eslint/parser": "^3.6.0", |
| 61 | + "@babel/cli": "^7.12.1", |
| 62 | + "@babel/core": "^7.12.3", |
| 63 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 64 | + "@babel/plugin-transform-runtime": "^7.12.1", |
| 65 | + "@babel/preset-env": "^7.12.1", |
| 66 | + "@babel/preset-react": "^7.12.5", |
| 67 | + "@babel/preset-typescript": "^7.12.1", |
| 68 | + "@testing-library/react": "^11.1.1", |
| 69 | + "@types/jest": "^26.0.15", |
| 70 | + "@types/react": "^16.9.55", |
| 71 | + "@types/react-dom": "^16.9.9", |
| 72 | + "@typescript-eslint/eslint-plugin": "^4.6.1", |
| 73 | + "@typescript-eslint/parser": "^4.6.1", |
74 | 74 | "docz": "^2.3.1",
|
75 |
| - "eslint": "^7.4.0", |
76 |
| - "eslint-config-prettier": "^6.11.0", |
| 75 | + "eslint": "^7.12.1", |
| 76 | + "eslint-config-prettier": "^6.15.0", |
77 | 77 | "eslint-plugin-prettier": "^3.1.4",
|
78 |
| - "eslint-plugin-react": "^7.20.3", |
79 |
| - "husky": "^4.2.5", |
80 |
| - "jest": "^26.1.0", |
81 |
| - "lint-staged": "^10.2.11", |
82 |
| - "prettier": "^2.0.5", |
83 |
| - "react": "^16.12.0", |
84 |
| - "react-dom": "^16.12.0", |
85 |
| - "rollup": "^2.21.0", |
| 78 | + "eslint-plugin-react": "^7.21.5", |
| 79 | + "husky": "^4.3.0", |
| 80 | + "jest": "^26.6.3", |
| 81 | + "lint-staged": "^10.5.1", |
| 82 | + "prettier": "^2.1.2", |
| 83 | + "react": "^17.0.1", |
| 84 | + "react-dom": "^17.0.1", |
| 85 | + "rollup": "^2.33.1", |
86 | 86 | "rollup-plugin-babel": "^4.4.0",
|
87 | 87 | "rollup-plugin-node-resolve": "^5.2.0",
|
88 | 88 | "rollup-plugin-size-snapshot": "^0.12.0",
|
89 |
| - "typescript": "^3.9.6" |
| 89 | + "typescript": "^4.0.5" |
90 | 90 | }
|
91 | 91 | }
|
0 commit comments