|
22 | 22 | "build:watch": "rollup -c -w",
|
23 | 23 | "start": "npm-run-all clean build:watch",
|
24 | 24 | "gh-pages": "gh-pages -d example",
|
25 |
| - "github-changes": "github-changes -o wwayne -r react-tooltip -a --only-pulls --use-commit-body", |
| 25 | + "github-changes": "github-changes -o ReactTooltip -r react-tooltip -a --only-pulls --use-commit-body", |
26 | 26 | "copy:types": "cpy ./react-tooltip.d.ts ./dist --parents --dot",
|
27 | 27 | "cm": "git cz",
|
28 | 28 | "semantic-release": "semantic-release",
|
|
62 | 62 | "uuid": "^8.3.2"
|
63 | 63 | },
|
64 | 64 | "devDependencies": {
|
65 |
| - "@babel/cli": "^7.18.10", |
66 |
| - "@babel/core": "^7.18.10", |
67 |
| - "@babel/eslint-parser": "^7.18.9", |
| 65 | + "@babel/cli": "7.19.3", |
| 66 | + "@babel/core": "7.19.3", |
| 67 | + "@babel/eslint-parser": "7.19.1", |
68 | 68 | "@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", |
| 69 | + "@babel/plugin-proposal-decorators": "7.19.3", |
| 70 | + "@babel/plugin-proposal-json-strings": "^7.18.6", |
| 71 | + "@babel/plugin-proposal-object-rest-spread": "7.19.4", |
| 72 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
71 | 73 | "@babel/plugin-syntax-import-meta": "^7.10.4",
|
| 74 | + "@babel/preset-env": "^7.19.4", |
| 75 | + "@babel/preset-react": "^7.18.6", |
72 | 76 | "@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", |
| 77 | + "@commitlint/cli": "17.1.2", |
| 78 | + "@commitlint/config-conventional": "17.1.0", |
| 79 | + "@commitlint/travis-cli": "17.1.2", |
76 | 80 | "@rollup/plugin-commonjs": "^22.0.1",
|
77 | 81 | "@rollup/plugin-node-resolve": "^13.3.0",
|
78 | 82 | "@semantic-release/changelog": "^6.0.1",
|
79 | 83 | "@semantic-release/commit-analyzer": "^9.0.2",
|
80 | 84 | "@semantic-release/git": "^10.0.1",
|
81 | 85 | "@semantic-release/npm": "^9.0.1",
|
82 | 86 | "@semantic-release/release-notes-generator": "^10.0.3",
|
83 |
| - "@svgr/rollup": "^6.3.1", |
84 |
| - "@testing-library/react": "^13.3.0", |
| 87 | + "@svgr/rollup": "6.4.0", |
| 88 | + "@testing-library/react": "13.4.0", |
85 | 89 | "babel-loader": "8.2.5",
|
86 | 90 | "babelify": "^10.0.0",
|
87 | 91 | "browserify": "^17.0.0",
|
|
90 | 94 | "chai-enzyme": "^1.0.0-beta.1",
|
91 | 95 | "chai-spies": "^1.0.0",
|
92 | 96 | "commitizen": "4.2.5",
|
93 |
| - "concurrently": "^7.3.0", |
94 |
| - "core-js": "^3.24.1", |
95 |
| - "cpy-cli": "^4.1.0", |
| 97 | + "concurrently": "7.4.0", |
| 98 | + "core-js": "3.25.5", |
| 99 | + "cpy-cli": "4.2.0", |
96 | 100 | "cz-conventional-changelog": "^3.3.0",
|
97 | 101 | "enzyme": "^3.11.0",
|
98 | 102 | "enzyme-adapter-react-16": "^1.15.6",
|
99 |
| - "eslint": ">=8.21.0", |
| 103 | + "eslint": "8.25.0", |
100 | 104 | "eslint-config-jss": ">=5.0.1",
|
101 | 105 | "eslint-config-prettier": ">=8.5.0",
|
102 | 106 | "eslint-config-standard": "^17.0.0",
|
103 | 107 | "eslint-config-standard-react": ">=11.0.1",
|
104 | 108 | "eslint-plugin-import": ">=2.26.0",
|
105 | 109 | "eslint-plugin-node": ">=11.1.0",
|
106 | 110 | "eslint-plugin-prettier": "4.2.1",
|
107 |
| - "eslint-plugin-promise": ">=6.0.0", |
108 |
| - "eslint-plugin-react": ">=7.30.1", |
| 111 | + "eslint-plugin-promise": "6.1.0", |
| 112 | + "eslint-plugin-react": "7.31.10", |
109 | 113 | "gh-pages": "4.0.0",
|
110 | 114 | "github-changes": "^2.0.3",
|
111 | 115 | "http-server": "^14.1.1",
|
112 | 116 | "husky": "^8.0.0",
|
113 | 117 | "ignore-styles": "5.0.1",
|
114 |
| - "jsdom": "^20.0.0", |
| 118 | + "jsdom": "20.0.1", |
115 | 119 | "lint-staged": "^13.0.3",
|
116 | 120 | "mocha": "^10.0.0",
|
117 | 121 | "mocha-each": "^2.0.1",
|
118 | 122 | "mocha-jsdom": "^2.0.0",
|
119 | 123 | "npm-run-all": "^4.1.5",
|
120 | 124 | "postcss-nested": "^5.0.6",
|
121 |
| - "postcss-scss": "^4.0.4", |
| 125 | + "postcss-scss": "4.0.5", |
122 | 126 | "postcss-simple-vars": "^6.0.3",
|
123 | 127 | "prettier": "2.7.1",
|
124 | 128 | "pretty-quick": "^3.1.3",
|
|
131 | 135 | "rollup-plugin-eslint": "7.0.0",
|
132 | 136 | "rollup-plugin-peer-deps-external": "^2.2.4",
|
133 | 137 | "rollup-plugin-postcss": "^4.0.2",
|
134 |
| - "rollup-plugin-sass": "^1.2.13", |
| 138 | + "rollup-plugin-sass": "1.12.16", |
135 | 139 | "rollup-plugin-stylelint": "1.0.0",
|
136 | 140 | "rollup-plugin-url": "^3.0.1",
|
137 |
| - "sass": "^1.54.1", |
138 |
| - "semantic-release": "^19.0.3", |
| 141 | + "sass": "1.55.0", |
| 142 | + "semantic-release": "19.0.5", |
139 | 143 | "snazzy": "^9.0.0",
|
140 | 144 | "standard": "^17.0.0",
|
141 |
| - "stylelint": "14.9.1", |
| 145 | + "stylelint": "14.13.0", |
142 | 146 | "stylelint-config-standard": "26.0.0",
|
143 | 147 | "uglifyjs": "^2.4.10",
|
144 | 148 | "watchify": "^4.0.0"
|
|
0 commit comments