|
1 | 1 | {
|
2 | 2 | "name": "react-popper-tooltip",
|
3 |
| - "version": "4.2.0", |
| 3 | + "version": "4.3.0", |
4 | 4 | "description": "React tooltip library built around react-popper",
|
5 | 5 | "author": "Mohsin Ul Haq <[email protected]>",
|
6 | 6 | "license": "MIT",
|
|
33 | 33 | "typecheck": "tsc --noEmit",
|
34 | 34 | "lint": "eslint \"{src,tests,examples}**/*.{ts,tsx}\"",
|
35 | 35 | "start": "rollup -c -w",
|
36 |
| - "test": "jest tests/", |
| 36 | + "test": "jest --env=jsdom tests", |
37 | 37 | "storybook": "start-storybook -p 6006",
|
38 | 38 | "build-storybook": "build-storybook",
|
39 | 39 | "postinstall": "husky install",
|
|
64 | 64 | "react-popper": "^2.2.5"
|
65 | 65 | },
|
66 | 66 | "devDependencies": {
|
67 |
| - "@babel/core": "^7.14.0", |
68 |
| - "@babel/plugin-transform-runtime": "^7.13.15", |
69 |
| - "@babel/preset-env": "^7.14.1", |
| 67 | + "@babel/core": "^7.14.3", |
| 68 | + "@babel/plugin-transform-runtime": "^7.14.3", |
| 69 | + "@babel/preset-env": "^7.14.2", |
70 | 70 | "@babel/preset-react": "^7.13.13",
|
71 | 71 | "@babel/preset-typescript": "^7.13.0",
|
72 | 72 | "@storybook/addon-actions": "^6.2.9",
|
73 | 73 | "@storybook/addon-essentials": "^6.2.9",
|
74 | 74 | "@storybook/addon-links": "^6.2.9",
|
75 | 75 | "@storybook/react": "^6.2.9",
|
76 | 76 | "@testing-library/jest-dom": "^5.12.0",
|
77 |
| - "@testing-library/react": "^11.2.6", |
78 |
| - "@testing-library/user-event": "^13.1.8", |
| 77 | + "@testing-library/react": "^11.2.7", |
| 78 | + "@testing-library/user-event": "^13.1.9", |
79 | 79 | "@types/jest": "^26.0.23",
|
80 |
| - "@types/react": "^17.0.5", |
81 |
| - "@types/react-dom": "^17.0.3", |
82 |
| - "@typescript-eslint/eslint-plugin": "^4.22.1", |
83 |
| - "@typescript-eslint/parser": "^4.22.1", |
| 80 | + "@types/react": "^17.0.7", |
| 81 | + "@types/react-dom": "^17.0.5", |
| 82 | + "@typescript-eslint/eslint-plugin": "^4.25.0", |
| 83 | + "@typescript-eslint/parser": "^4.25.0", |
84 | 84 | "babel-loader": "^8.2.2",
|
85 |
| - "eslint": "^7.26.0", |
| 85 | + "eslint": "^7.27.0", |
86 | 86 | "eslint-config-prettier": "^8.3.0",
|
87 | 87 | "eslint-plugin-prettier": "^3.4.0",
|
88 | 88 | "eslint-plugin-react": "^7.23.2",
|
|
91 | 91 | "jest": "^26.6.3",
|
92 | 92 | "lint-staged": "^11.0.0",
|
93 | 93 | "pinst": "^2.1.6",
|
94 |
| - "prettier": "^2.2.1", |
| 94 | + "prettier": "^2.3.0", |
95 | 95 | "react": "^17.0.1",
|
96 | 96 | "react-dom": "^17.0.1",
|
97 |
| - "rollup": "^2.47.0", |
| 97 | + "rollup": "^2.50.0", |
98 | 98 | "rollup-plugin-babel": "^4.4.0",
|
99 | 99 | "rollup-plugin-node-resolve": "^5.2.0",
|
100 | 100 | "rollup-plugin-size-snapshot": "^0.12.0",
|
|
0 commit comments