Skip to content

Commit 30a031b

Browse files
committed
chore: update minor and patches dependencies version
1 parent dce60ab commit 30a031b

File tree

2 files changed

+856
-246
lines changed

2 files changed

+856
-246
lines changed

package.json

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build:watch": "rollup -c -w",
2323
"start": "npm-run-all clean build:watch",
2424
"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",
2626
"copy:types": "cpy ./react-tooltip.d.ts ./dist --parents --dot",
2727
"cm": "git cz",
2828
"semantic-release": "semantic-release",
@@ -62,26 +62,30 @@
6262
"uuid": "^8.3.2"
6363
},
6464
"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",
6868
"@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",
7173
"@babel/plugin-syntax-import-meta": "^7.10.4",
74+
"@babel/preset-env": "^7.19.4",
75+
"@babel/preset-react": "^7.18.6",
7276
"@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",
7680
"@rollup/plugin-commonjs": "^22.0.1",
7781
"@rollup/plugin-node-resolve": "^13.3.0",
7882
"@semantic-release/changelog": "^6.0.1",
7983
"@semantic-release/commit-analyzer": "^9.0.2",
8084
"@semantic-release/git": "^10.0.1",
8185
"@semantic-release/npm": "^9.0.1",
8286
"@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",
8589
"babel-loader": "8.2.5",
8690
"babelify": "^10.0.0",
8791
"browserify": "^17.0.0",
@@ -90,35 +94,35 @@
9094
"chai-enzyme": "^1.0.0-beta.1",
9195
"chai-spies": "^1.0.0",
9296
"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",
96100
"cz-conventional-changelog": "^3.3.0",
97101
"enzyme": "^3.11.0",
98102
"enzyme-adapter-react-16": "^1.15.6",
99-
"eslint": ">=8.21.0",
103+
"eslint": "8.25.0",
100104
"eslint-config-jss": ">=5.0.1",
101105
"eslint-config-prettier": ">=8.5.0",
102106
"eslint-config-standard": "^17.0.0",
103107
"eslint-config-standard-react": ">=11.0.1",
104108
"eslint-plugin-import": ">=2.26.0",
105109
"eslint-plugin-node": ">=11.1.0",
106110
"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",
109113
"gh-pages": "4.0.0",
110114
"github-changes": "^2.0.3",
111115
"http-server": "^14.1.1",
112116
"husky": "^8.0.0",
113117
"ignore-styles": "5.0.1",
114-
"jsdom": "^20.0.0",
118+
"jsdom": "20.0.1",
115119
"lint-staged": "^13.0.3",
116120
"mocha": "^10.0.0",
117121
"mocha-each": "^2.0.1",
118122
"mocha-jsdom": "^2.0.0",
119123
"npm-run-all": "^4.1.5",
120124
"postcss-nested": "^5.0.6",
121-
"postcss-scss": "^4.0.4",
125+
"postcss-scss": "4.0.5",
122126
"postcss-simple-vars": "^6.0.3",
123127
"prettier": "2.7.1",
124128
"pretty-quick": "^3.1.3",
@@ -131,14 +135,14 @@
131135
"rollup-plugin-eslint": "7.0.0",
132136
"rollup-plugin-peer-deps-external": "^2.2.4",
133137
"rollup-plugin-postcss": "^4.0.2",
134-
"rollup-plugin-sass": "^1.2.13",
138+
"rollup-plugin-sass": "1.12.16",
135139
"rollup-plugin-stylelint": "1.0.0",
136140
"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",
139143
"snazzy": "^9.0.0",
140144
"standard": "^17.0.0",
141-
"stylelint": "14.9.1",
145+
"stylelint": "14.13.0",
142146
"stylelint-config-standard": "26.0.0",
143147
"uglifyjs": "^2.4.10",
144148
"watchify": "^4.0.0"

0 commit comments

Comments
 (0)