|
1 | 1 | {
|
2 | 2 | "name": "react-popper-tooltip",
|
3 |
| - "version": "4.1.0", |
| 3 | + "version": "4.1.1", |
4 | 4 | "description": "React tooltip library built around react-popper",
|
5 | 5 | "author": "Mohsin Ul Haq <[email protected]>",
|
6 | 6 | "license": "MIT",
|
|
35 | 35 | "start": "rollup -c -w",
|
36 | 36 | "test": "jest tests/",
|
37 | 37 | "storybook": "start-storybook -p 6006",
|
38 |
| - "build-storybook": "build-storybook" |
| 38 | + "build-storybook": "build-storybook", |
| 39 | + "postinstall": "husky install" |
39 | 40 | },
|
40 | 41 | "jest": {
|
41 | 42 | "modulePathIgnorePatterns": [
|
|
45 | 46 | "@testing-library/jest-dom/extend-expect"
|
46 | 47 | ]
|
47 | 48 | },
|
48 |
| - "husky": { |
49 |
| - "hooks": { |
50 |
| - "pre-commit": "yarn typecheck && yarn build && yarn test && lint-staged && git add .size-snapshot.json" |
51 |
| - } |
52 |
| - }, |
53 | 49 | "lint-staged": {
|
54 | 50 | "**/*.(ts|tsx)": [
|
55 | 51 | "prettier --write",
|
|
61 | 57 | "react-dom": ">=16.6.0"
|
62 | 58 | },
|
63 | 59 | "dependencies": {
|
64 |
| - "@babel/runtime": "^7.12.5", |
65 |
| - "@popperjs/core": "^2.6.0", |
| 60 | + "@babel/runtime": "^7.13.2", |
| 61 | + "@popperjs/core": "^2.8.3", |
66 | 62 | "react-popper": "^2.2.4"
|
67 | 63 | },
|
68 | 64 | "devDependencies": {
|
69 |
| - "@babel/core": "^7.12.10", |
70 |
| - "@babel/plugin-transform-runtime": "^7.12.10", |
71 |
| - "@babel/preset-env": "^7.12.11", |
72 |
| - "@babel/preset-react": "^7.12.10", |
73 |
| - "@babel/preset-typescript": "^7.12.7", |
74 |
| - "@storybook/addon-actions": "^6.1.15", |
75 |
| - "@storybook/addon-essentials": "^6.1.15", |
76 |
| - "@storybook/addon-links": "^6.1.15", |
77 |
| - "@storybook/react": "^6.1.15", |
| 65 | + "@babel/core": "^7.13.1", |
| 66 | + "@babel/plugin-transform-runtime": "^7.13.2", |
| 67 | + "@babel/preset-env": "^7.13.0", |
| 68 | + "@babel/preset-react": "^7.12.13", |
| 69 | + "@babel/preset-typescript": "^7.13.0", |
| 70 | + "@storybook/addon-actions": "^6.1.19", |
| 71 | + "@storybook/addon-essentials": "^6.1.19", |
| 72 | + "@storybook/addon-links": "^6.1.19", |
| 73 | + "@storybook/react": "^6.1.19", |
78 | 74 | "@testing-library/jest-dom": "^5.11.9",
|
79 |
| - "@testing-library/react": "^11.2.3", |
80 |
| - "@testing-library/user-event": "^12.6.2", |
| 75 | + "@testing-library/react": "^11.2.5", |
| 76 | + "@testing-library/user-event": "^12.7.2", |
81 | 77 | "@types/jest": "^26.0.20",
|
82 |
| - "@types/react": "^17.0.0", |
83 |
| - "@types/react-dom": "^17.0.0", |
84 |
| - "@typescript-eslint/eslint-plugin": "^4.14.1", |
85 |
| - "@typescript-eslint/parser": "^4.14.1", |
| 78 | + "@types/react": "^17.0.2", |
| 79 | + "@types/react-dom": "^17.0.1", |
| 80 | + "@typescript-eslint/eslint-plugin": "^4.15.2", |
| 81 | + "@typescript-eslint/parser": "^4.15.2", |
86 | 82 | "babel-loader": "^8.2.2",
|
87 |
| - "eslint": "^7.18.0", |
88 |
| - "eslint-config-prettier": "^7.2.0", |
| 83 | + "eslint": "^7.20.0", |
| 84 | + "eslint-config-prettier": "^8.0.0", |
89 | 85 | "eslint-plugin-prettier": "^3.3.1",
|
90 | 86 | "eslint-plugin-react": "^7.22.0",
|
91 | 87 | "eslint-plugin-react-hooks": "^4.2.0",
|
92 |
| - "husky": "^4.3.8", |
| 88 | + "husky": "^5.1.1", |
93 | 89 | "jest": "^26.6.3",
|
94 |
| - "lint-staged": "^10.5.3", |
| 90 | + "lint-staged": "^10.5.4", |
95 | 91 | "prettier": "^2.2.1",
|
96 | 92 | "react": "^17.0.1",
|
97 | 93 | "react-dom": "^17.0.1",
|
98 |
| - "rollup": "^2.38.0", |
| 94 | + "rollup": "^2.39.1", |
99 | 95 | "rollup-plugin-babel": "^4.4.0",
|
100 | 96 | "rollup-plugin-node-resolve": "^5.2.0",
|
101 | 97 | "rollup-plugin-size-snapshot": "^0.12.0",
|
102 |
| - "typescript": "^4.1.3" |
| 98 | + "typescript": "^4.1.5" |
103 | 99 | }
|
104 | 100 | }
|
0 commit comments