|
2 | 2 | "name": "react-tooltip", |
3 | 3 | "version": "4.3.0", |
4 | 4 | "description": "react tooltip component", |
| 5 | + "private": false, |
5 | 6 | "main": "dist/index.js", |
6 | 7 | "types": "dist/react-tooltip.d.ts", |
7 | 8 | "module": "dist/index.es.js", |
|
22 | 23 | "build:watch": "rollup -c -w", |
23 | 24 | "start": "npm-run-all clean build:watch", |
24 | 25 | "gh-pages": "gh-pages -d example", |
25 | | - "github-changes": "github-changes -o wwayne -r react-tooltip -a --only-pulls --use-commit-body", |
| 26 | + "github-changes": "github-changes -o ReactTooltip -r react-tooltip -a --only-pulls --use-commit-body", |
26 | 27 | "copy:types": "cpy ./react-tooltip.d.ts ./dist --parents --dot", |
27 | 28 | "cm": "git cz", |
28 | 29 | "semantic-release": "semantic-release", |
|
33 | 34 | "path": "node_modules/cz-conventional-changelog" |
34 | 35 | } |
35 | 36 | }, |
36 | | - "repository": { |
37 | | - "type": "git", |
38 | | - "url": "https://github.com/wwayne/react-tooltip" |
39 | | - }, |
| 37 | + "repository": "https://github.com/ReactTooltip/react-tooltip", |
40 | 38 | "keywords": [ |
41 | 39 | "react", |
42 | 40 | "react-component", |
43 | 41 | "tooltip", |
44 | 42 | "react-tooltip" |
45 | 43 | ], |
46 | | - "author": "wwayne", |
| 44 | + "author": "ReactTooltip", |
47 | 45 | "license": "MIT", |
48 | 46 | "bugs": { |
49 | | - "url": "https://github.com/wwayne/react-tooltip/issues" |
| 47 | + "url": "https://github.com/ReactTooltip/react-tooltip/issues" |
50 | 48 | }, |
51 | | - "homepage": "https://github.com/wwayne/react-tooltip#readme", |
| 49 | + "homepage": "https://github.com/ReactTooltip/react-tooltip#readme", |
52 | 50 | "browserify-shim": { |
53 | 51 | "react": "global:React", |
54 | 52 | "react-dom": "global:ReactDOM" |
|
59 | 57 | }, |
60 | 58 | "dependencies": { |
61 | 59 | "prop-types": "^15.8.1", |
62 | | - "uuid": "^8.3.2" |
| 60 | + "uuid": "9.0.0" |
63 | 61 | }, |
64 | 62 | "devDependencies": { |
65 | | - "@babel/cli": "^7.18.10", |
66 | | - "@babel/core": "^7.18.10", |
67 | | - "@babel/eslint-parser": "^7.18.9", |
| 63 | + "@babel/cli": "7.19.3", |
| 64 | + "@babel/core": "7.19.3", |
| 65 | + "@babel/eslint-parser": "7.19.1", |
68 | 66 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
69 | | - "@babel/plugin-proposal-decorators": "^7.18.10", |
70 | | - "@babel/plugin-proposal-object-rest-spread": "^7.18.9", |
| 67 | + "@babel/plugin-proposal-decorators": "7.19.3", |
| 68 | + "@babel/plugin-proposal-json-strings": "^7.18.6", |
| 69 | + "@babel/plugin-proposal-object-rest-spread": "7.19.4", |
| 70 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
71 | 71 | "@babel/plugin-syntax-import-meta": "^7.10.4", |
| 72 | + "@babel/preset-env": "^7.19.4", |
| 73 | + "@babel/preset-react": "^7.18.6", |
72 | 74 | "@babel/register": "^7.18.9", |
73 | | - "@commitlint/cli": "^17.0.3", |
74 | | - "@commitlint/config-conventional": "^17.0.3", |
75 | | - "@commitlint/travis-cli": "^17.0.3", |
76 | | - "@rollup/plugin-commonjs": "^22.0.1", |
| 75 | + "@commitlint/cli": "17.1.2", |
| 76 | + "@commitlint/config-conventional": "17.1.0", |
| 77 | + "@commitlint/travis-cli": "17.1.2", |
| 78 | + "@rollup/plugin-commonjs": "23.0.0", |
77 | 79 | "@rollup/plugin-node-resolve": "^13.3.0", |
78 | 80 | "@semantic-release/changelog": "^6.0.1", |
79 | 81 | "@semantic-release/commit-analyzer": "^9.0.2", |
80 | 82 | "@semantic-release/git": "^10.0.1", |
81 | 83 | "@semantic-release/npm": "^9.0.1", |
82 | 84 | "@semantic-release/release-notes-generator": "^10.0.3", |
83 | | - "@svgr/rollup": "^6.3.1", |
84 | | - "@testing-library/react": "^13.3.0", |
| 85 | + "@svgr/rollup": "6.4.0", |
| 86 | + "@testing-library/react": "13.4.0", |
85 | 87 | "babel-loader": "8.2.5", |
86 | 88 | "babelify": "^10.0.0", |
87 | 89 | "browserify": "^17.0.0", |
|
90 | 92 | "chai-enzyme": "^1.0.0-beta.1", |
91 | 93 | "chai-spies": "^1.0.0", |
92 | 94 | "commitizen": "4.2.5", |
93 | | - "concurrently": "^7.3.0", |
94 | | - "core-js": "^3.24.1", |
95 | | - "cpy-cli": "^4.1.0", |
| 95 | + "concurrently": "7.4.0", |
| 96 | + "core-js": "3.25.5", |
| 97 | + "cpy-cli": "4.2.0", |
96 | 98 | "cz-conventional-changelog": "^3.3.0", |
97 | 99 | "enzyme": "^3.11.0", |
98 | 100 | "enzyme-adapter-react-16": "^1.15.6", |
99 | | - "eslint": ">=8.21.0", |
| 101 | + "eslint": "8.25.0", |
100 | 102 | "eslint-config-jss": ">=5.0.1", |
101 | 103 | "eslint-config-prettier": ">=8.5.0", |
102 | 104 | "eslint-config-standard": "^17.0.0", |
103 | 105 | "eslint-config-standard-react": ">=11.0.1", |
104 | 106 | "eslint-plugin-import": ">=2.26.0", |
105 | 107 | "eslint-plugin-node": ">=11.1.0", |
106 | 108 | "eslint-plugin-prettier": "4.2.1", |
107 | | - "eslint-plugin-promise": ">=6.0.0", |
108 | | - "eslint-plugin-react": ">=7.30.1", |
| 109 | + "eslint-plugin-promise": "6.1.0", |
| 110 | + "eslint-plugin-react": "7.31.10", |
109 | 111 | "gh-pages": "4.0.0", |
110 | 112 | "github-changes": "^2.0.3", |
111 | 113 | "http-server": "^14.1.1", |
112 | 114 | "husky": "^8.0.0", |
113 | 115 | "ignore-styles": "5.0.1", |
114 | | - "jsdom": "^20.0.0", |
| 116 | + "jsdom": "20.0.1", |
115 | 117 | "lint-staged": "^13.0.3", |
116 | 118 | "mocha": "^10.0.0", |
117 | 119 | "mocha-each": "^2.0.1", |
118 | 120 | "mocha-jsdom": "^2.0.0", |
119 | 121 | "npm-run-all": "^4.1.5", |
120 | 122 | "postcss-nested": "^5.0.6", |
121 | | - "postcss-scss": "^4.0.4", |
| 123 | + "postcss-scss": "4.0.5", |
122 | 124 | "postcss-simple-vars": "^6.0.3", |
123 | 125 | "prettier": "2.7.1", |
124 | 126 | "pretty-quick": "^3.1.3", |
|
131 | 133 | "rollup-plugin-eslint": "7.0.0", |
132 | 134 | "rollup-plugin-peer-deps-external": "^2.2.4", |
133 | 135 | "rollup-plugin-postcss": "^4.0.2", |
134 | | - "rollup-plugin-sass": "^1.2.13", |
| 136 | + "rollup-plugin-sass": "1.12.16", |
135 | 137 | "rollup-plugin-stylelint": "1.0.0", |
136 | 138 | "rollup-plugin-url": "^3.0.1", |
137 | | - "sass": "^1.54.1", |
138 | | - "semantic-release": "^19.0.3", |
| 139 | + "sass": "1.55.0", |
| 140 | + "semantic-release": "19.0.5", |
139 | 141 | "snazzy": "^9.0.0", |
140 | 142 | "standard": "^17.0.0", |
141 | | - "stylelint": "14.9.1", |
| 143 | + "stylelint": "14.13.0", |
142 | 144 | "stylelint-config-standard": "26.0.0", |
143 | 145 | "uglifyjs": "^2.4.10", |
144 | 146 | "watchify": "^4.0.0" |
|
0 commit comments