|
1 | 1 | { |
2 | 2 | "name": "react-popper-tooltip", |
3 | | - "version": "2.11.1", |
| 3 | + "version": "3.0.0", |
4 | 4 | "description": "React tooltip library built around react-popper", |
5 | | - "homepage": "https://react-popper-tooltip.netlify.com", |
| 5 | + "homepage": "https://react-popper-tooltip.netlify.app", |
6 | 6 | "repository": { |
7 | 7 | "type": "git", |
8 | 8 | "url": "https://github.com/mohsinulhaq/react-popper-tooltip" |
9 | 9 | }, |
10 | 10 | "main": "dist/cjs/react-popper-tooltip.js", |
11 | 11 | "module": "dist/esm/react-popper-tooltip.js", |
12 | | - "style": "dist/styles.css", |
13 | 12 | "typings": "dist/index.d.ts", |
14 | 13 | "files": [ |
15 | 14 | "dist" |
16 | 15 | ], |
17 | | - "sideEffects": [ |
18 | | - "*.css" |
19 | | - ], |
| 16 | + "sideEffects": false, |
20 | 17 | "scripts": { |
21 | | - "build": "rm -rf dist && rollup -c && cp src/styles.css dist && yarn tsc && rm -rf compiled", |
| 18 | + "build": "rm -rf dist && rollup -c && yarn tsc && rm -rf compiled", |
22 | 19 | "prepublishOnly": "yarn typecheck && yarn lint && yarn build && yarn test", |
23 | 20 | "prettier": "prettier --write src/**/*.{ts,tsx}", |
24 | 21 | "docs": "docz dev", |
|
53 | 50 | "react-dom": "^16.6.0" |
54 | 51 | }, |
55 | 52 | "dependencies": { |
56 | | - "@babel/runtime": "^7.9.2", |
57 | | - "react-popper": "^1.3.7" |
| 53 | + "@babel/runtime": "^7.10.4", |
| 54 | + "@popperjs/core": "^2.4.3", |
| 55 | + "react-popper": "^2.2.3" |
58 | 56 | }, |
59 | 57 | "devDependencies": { |
60 | | - "@babel/cli": "^7.8.4", |
61 | | - "@babel/core": "^7.9.0", |
62 | | - "@babel/plugin-proposal-class-properties": "^7.8.3", |
63 | | - "@babel/plugin-transform-runtime": "^7.9.0", |
64 | | - "@babel/preset-env": "^7.9.0", |
65 | | - "@babel/preset-react": "^7.9.4", |
66 | | - "@babel/preset-typescript": "^7.9.0", |
67 | | - "@testing-library/react": "^10.0.2", |
68 | | - "@types/jest": "^25.1.4", |
69 | | - "@types/react": "^16.9.31", |
70 | | - "@types/react-dom": "^16.9.6", |
71 | | - "@typescript-eslint/eslint-plugin": "^2.26.0", |
72 | | - "@typescript-eslint/parser": "^2.26.0", |
73 | | - "docz": "^2.2.0", |
74 | | - "eslint": "^6.8.0", |
75 | | - "eslint-config-prettier": "^6.10.1", |
76 | | - "eslint-plugin-prettier": "^3.1.2", |
77 | | - "eslint-plugin-react": "^7.19.0", |
78 | | - "husky": "^4.2.3", |
79 | | - "jest": "^25.2.4", |
80 | | - "lint-staged": "^10.1.1", |
81 | | - "prettier": "^2.0.2", |
| 58 | + "@babel/cli": "^7.10.4", |
| 59 | + "@babel/core": "^7.10.4", |
| 60 | + "@babel/plugin-proposal-class-properties": "^7.10.4", |
| 61 | + "@babel/plugin-transform-runtime": "^7.10.4", |
| 62 | + "@babel/preset-env": "^7.10.4", |
| 63 | + "@babel/preset-react": "^7.10.4", |
| 64 | + "@babel/preset-typescript": "^7.10.4", |
| 65 | + "@testing-library/react": "^10.4.3", |
| 66 | + "@types/jest": "^26.0.3", |
| 67 | + "@types/react": "^16.9.41", |
| 68 | + "@types/react-dom": "^16.9.8", |
| 69 | + "@typescript-eslint/eslint-plugin": "^3.5.0", |
| 70 | + "@typescript-eslint/parser": "^3.5.0", |
| 71 | + "docz": "^2.3.1", |
| 72 | + "eslint": "^7.3.1", |
| 73 | + "eslint-config-prettier": "^6.11.0", |
| 74 | + "eslint-plugin-prettier": "^3.1.4", |
| 75 | + "eslint-plugin-react": "^7.20.3", |
| 76 | + "husky": "^4.2.5", |
| 77 | + "jest": "^26.1.0", |
| 78 | + "lint-staged": "^10.2.11", |
| 79 | + "prettier": "^2.0.5", |
82 | 80 | "react": "^16.12.0", |
83 | 81 | "react-dom": "^16.12.0", |
84 | | - "rollup": "^2.3.2", |
| 82 | + "rollup": "^2.18.1", |
85 | 83 | "rollup-plugin-babel": "^4.4.0", |
86 | 84 | "rollup-plugin-node-resolve": "^5.2.0", |
87 | | - "rollup-plugin-size-snapshot": "^0.11.0", |
88 | | - "typescript": "^3.8.3" |
| 85 | + "rollup-plugin-size-snapshot": "^0.12.0", |
| 86 | + "typescript": "^3.9.5" |
89 | 87 | } |
90 | 88 | } |
0 commit comments