|
1 | 1 | { |
2 | 2 | "name": "react-popper-tooltip", |
3 | | - "version": "4.3.1", |
| 3 | + "version": "4.4.0", |
4 | 4 | "description": "React tooltip library built around react-popper", |
5 | 5 | "author": "Mohsin Ul Haq <mohsinulhaq01@gmail.com>", |
6 | 6 | "license": "MIT", |
|
56 | 56 | "react-dom": ">=16.6.0" |
57 | 57 | }, |
58 | 58 | "dependencies": { |
59 | | - "@babel/runtime": "^7.15.4", |
60 | | - "@popperjs/core": "^2.10.2", |
61 | | - "react-popper": "^2.2.5" |
| 59 | + "@babel/runtime": "^7.18.3", |
| 60 | + "@popperjs/core": "^2.11.5", |
| 61 | + "@types/react": "^18.0.11", |
| 62 | + "@types/react-dom": "^18.0.5", |
| 63 | + "react-popper": "^2.3.0" |
62 | 64 | }, |
63 | 65 | "devDependencies": { |
64 | | - "@babel/core": "^7.15.8", |
65 | | - "@babel/plugin-transform-runtime": "^7.15.8", |
66 | | - "@babel/preset-env": "^7.15.8", |
67 | | - "@babel/preset-react": "^7.14.5", |
68 | | - "@babel/preset-typescript": "^7.15.0", |
69 | | - "@storybook/addon-actions": "^6.3.10", |
70 | | - "@storybook/addon-essentials": "^6.3.10", |
71 | | - "@storybook/addon-links": "^6.3.10", |
72 | | - "@storybook/react": "^6.3.10", |
73 | | - "@testing-library/jest-dom": "^5.14.1", |
74 | | - "@testing-library/react": "^12.1.2", |
75 | | - "@testing-library/user-event": "^13.2.1", |
76 | | - "@types/jest": "^27.0.2", |
77 | | - "@types/react": "^17.0.27", |
78 | | - "@types/react-dom": "^17.0.9", |
79 | | - "@typescript-eslint/eslint-plugin": "^4.33.0", |
80 | | - "@typescript-eslint/parser": "^4.33.0", |
81 | | - "babel-loader": "^8.2.2", |
82 | | - "eslint": "^7.32.0", |
83 | | - "eslint-config-prettier": "^8.3.0", |
| 66 | + "@babel/core": "^7.18.2", |
| 67 | + "@babel/plugin-transform-runtime": "^7.18.2", |
| 68 | + "@babel/preset-env": "^7.18.2", |
| 69 | + "@babel/preset-react": "^7.17.12", |
| 70 | + "@babel/preset-typescript": "^7.17.12", |
| 71 | + "@storybook/addon-actions": "^6.5.6", |
| 72 | + "@storybook/addon-essentials": "^6.5.6", |
| 73 | + "@storybook/addon-links": "^6.5.6", |
| 74 | + "@storybook/react": "^6.5.6", |
| 75 | + "@testing-library/jest-dom": "^5.16.4", |
| 76 | + "@testing-library/react": "^13.3.0", |
| 77 | + "@testing-library/user-event": "^14.2.0", |
| 78 | + "@types/jest": "^28.1.1", |
| 79 | + "@typescript-eslint/eslint-plugin": "^5.27.0", |
| 80 | + "@typescript-eslint/parser": "^5.27.0", |
| 81 | + "babel-loader": "^8.2.5", |
| 82 | + "eslint": "^8.17.0", |
| 83 | + "eslint-config-prettier": "^8.5.0", |
84 | 84 | "eslint-plugin-prettier": "^4.0.0", |
85 | | - "eslint-plugin-react": "^7.26.1", |
86 | | - "eslint-plugin-react-hooks": "^4.2.0", |
87 | | - "husky": "^7.0.2", |
88 | | - "jest": "^27.2.4", |
89 | | - "lint-staged": "^11.2.0", |
90 | | - "prettier": "^2.4.1", |
91 | | - "react": "^17.0.1", |
92 | | - "react-dom": "^17.0.1", |
93 | | - "rollup": "^2.58.0", |
| 85 | + "eslint-plugin-react": "^7.30.0", |
| 86 | + "eslint-plugin-react-hooks": "^4.5.0", |
| 87 | + "husky": "^8.0.1", |
| 88 | + "jest": "^28.1.0", |
| 89 | + "jest-environment-jsdom": "^28.1.0", |
| 90 | + "lint-staged": "^13.0.0", |
| 91 | + "prettier": "^2.6.2", |
| 92 | + "react": "^18.1.0", |
| 93 | + "react-dom": "^18.1.0", |
| 94 | + "rollup": "^2.75.5", |
94 | 95 | "rollup-plugin-babel": "^4.4.0", |
95 | 96 | "rollup-plugin-node-resolve": "^5.2.0", |
96 | 97 | "rollup-plugin-size-snapshot": "^0.12.0", |
97 | | - "typescript": "^4.4.3" |
| 98 | + "typescript": "^4.7.3" |
98 | 99 | } |
99 | 100 | } |
0 commit comments