Skip to content

Commit 0265e9d

Browse files
[renovate] Update NPM dependencies
1 parent be0aeda commit 0265e9d

File tree

6 files changed

+5611
-1135
lines changed

6 files changed

+5611
-1135
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
12.22.12

Dockerfile.e2e

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cypress/included:4.9.0
1+
FROM cypress/included:4.12.1
22

33
WORKDIR /e2e
44

docs-www/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-carousel-docs",
33
"description": "Gatsby-Docs-Kit starter repository",
4-
"version": "0.0.52",
4+
"version": "0.0.53",
55
"author": "Brainhub",
66
"license": "MIT",
77
"scripts": {
@@ -20,20 +20,20 @@
2020
"react-fa": "^5.0.0"
2121
},
2222
"devDependencies": {
23-
"@babel/plugin-proposal-class-properties": "^7.10.4",
24-
"@babel/plugin-transform-react-constant-elements": "^7.10.4",
25-
"@babel/polyfill": "^7.10.4",
26-
"@babel/preset-env": "^7.10.4",
27-
"@babel/preset-react": "^7.10.4",
23+
"@babel/plugin-proposal-class-properties": "^7.18.6",
24+
"@babel/plugin-transform-react-constant-elements": "^7.25.1",
25+
"@babel/polyfill": "^7.12.1",
26+
"@babel/preset-env": "^7.25.3",
27+
"@babel/preset-react": "^7.24.7",
2828
"@babel/preset-stage-1": "^7.8.3",
29-
"@babel/register": "^7.10.4",
29+
"@babel/register": "^7.24.6",
3030
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
3131
"gatsby-plugin-google-analytics": "2.2.2",
3232
"gh-pages": "^3.1.0",
33-
"react": "^16.13.1",
34-
"react-dom": "^16.13.1"
33+
"react": "^16.14.0",
34+
"react-dom": "^16.14.0"
3535
},
3636
"peerDependencies": {
37-
"@babel/core": "^7.10.4"
37+
"@babel/core": "^7.25.2"
3838
}
3939
}

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@
55
"react-carousel"
66
],
77
"devDependencies": {
8-
"@brainhubeu/license-auditor": "^1.0.30",
9-
"@commitlint/cli": "^9.1.1",
10-
"@commitlint/config-conventional": "^9.1.1",
11-
"@commitlint/prompt": "^9.1.1",
8+
"@brainhubeu/license-auditor": "^1.2.0",
9+
"@commitlint/cli": "^9.1.2",
10+
"@commitlint/config-conventional": "^9.1.2",
11+
"@commitlint/prompt": "^9.1.2",
1212
"@semantic-release/commit-analyzer": "^8.0.1",
1313
"@semantic-release/changelog": "^5.0.1",
14-
"@semantic-release/git": "^9.0.0",
15-
"@semantic-release/github": "^7.0.7",
16-
"@semantic-release/release-notes-generator": "^9.0.1",
17-
"@semantic-release/npm": "^7.0.5",
18-
"commitizen": "^4.1.2",
19-
"cypress": "^4.9.0",
20-
"danger": "^10.2.1",
14+
"@semantic-release/git": "^9.0.1",
15+
"@semantic-release/github": "^7.2.3",
16+
"@semantic-release/release-notes-generator": "^9.0.3",
17+
"@semantic-release/npm": "^7.1.3",
18+
"commitizen": "^4.3.0",
19+
"cypress": "^4.12.1",
20+
"danger": "^10.9.0",
2121
"eslint": "^6.8.0",
22-
"eslint-config-brainhub": "^1.12.0",
23-
"eslint-config-prettier": "^6.11.0",
22+
"eslint-config-brainhub": "^1.14.0",
23+
"eslint-config-prettier": "^6.15.0",
2424
"eslint-plugin-babel": "^5.3.1",
25-
"eslint-plugin-cypress": "^2.10.3",
26-
"eslint-plugin-prettier": "^3.1.4",
25+
"eslint-plugin-cypress": "^2.15.2",
26+
"eslint-plugin-prettier": "^3.4.1",
2727
"eslint-watch": "^6.0.1",
28-
"husky": "^4.2.5",
29-
"lint-staged": "^10.2.11",
30-
"prettier": "^2.0.5",
28+
"husky": "^4.3.8",
29+
"lint-staged": "^10.5.4",
30+
"prettier": "^2.8.8",
3131
"semantic-release": "^17.1.1",
32-
"start-server-and-test": "^1.11.0"
32+
"start-server-and-test": "^1.15.4"
3333
},
3434
"scripts": {
3535
"preinstall": "node -e \"if (process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('Use yarn for installing: https://yarnpkg.com/en/docs/install')\"",

react-carousel/package.json

+29-29
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@brainhubeu/react-carousel",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Carousel component for React",
55
"engines": {
6-
"npm": ">=6.14.3"
6+
"npm": ">=6.14.18"
77
},
88
"files": [
99
"/lib/*"
@@ -21,50 +21,50 @@
2121
"author": "Brainhub",
2222
"license": "MIT",
2323
"devDependencies": {
24-
"@babel/cli": "^7.8.4",
25-
"@babel/core": "^7.8.7",
26-
"@babel/plugin-proposal-class-properties": "^7.8.3",
27-
"@babel/plugin-transform-runtime": "^7.10.4",
28-
"@babel/polyfill": "^7.8.7",
29-
"@babel/preset-env": "^7.8.7",
30-
"@babel/preset-react": "^7.8.3",
31-
"@babel/register": "^7.8.6",
32-
"autoprefixer": "^9.7.4",
24+
"@babel/cli": "^7.24.8",
25+
"@babel/core": "^7.25.2",
26+
"@babel/plugin-proposal-class-properties": "^7.18.6",
27+
"@babel/plugin-transform-runtime": "^7.24.7",
28+
"@babel/polyfill": "^7.12.1",
29+
"@babel/preset-env": "^7.25.3",
30+
"@babel/preset-react": "^7.24.7",
31+
"@babel/register": "^7.24.6",
32+
"autoprefixer": "^9.8.8",
3333
"babel-eslint": "^10.1.0",
34-
"babel-loader": "^8.0.6",
34+
"babel-loader": "^8.3.0",
3535
"babel-plugin-transform-react-constant-elements": "^6.23.0",
3636
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
3737
"chalk": "^3.0.0",
38-
"classnames": "^2.2.6",
39-
"coveralls": "^3.1.0",
40-
"css-loader": "^3.4.2",
38+
"classnames": "^2.5.1",
39+
"coveralls": "^3.1.1",
40+
"css-loader": "^3.6.0",
4141
"enzyme": "^3.11.0",
42-
"enzyme-adapter-react-16": "^1.15.2",
42+
"enzyme-adapter-react-16": "^1.15.8",
4343
"extract-text-webpack-plugin": "^4.0.0-beta.0",
4444
"file-loader": "^5.1.0",
4545
"html-webpack-plugin": "^3.2.0",
46-
"husky": "^4.2.3",
47-
"jest": "^26.1.0",
46+
"husky": "^4.3.8",
47+
"jest": "^26.6.3",
4848
"jest-enzyme": "^7.1.2",
49-
"jsdom": "^16.2.1",
49+
"jsdom": "^16.7.0",
5050
"lodash": "^4.17.21",
51-
"node-sass": "^4.13.1",
51+
"node-sass": "^4.14.1",
5252
"postcss-loader": "^3.0.0",
53-
"prop-types": "^15.7.2",
54-
"react-resize-detector": "^5.0.6",
55-
"react-test-renderer": "^16.13.1",
56-
"recoil": "^0.0.13",
53+
"prop-types": "^15.8.1",
54+
"react-resize-detector": "^5.2.0",
55+
"react-test-renderer": "^16.14.0",
56+
"recoil": "^0.7.7",
5757
"resize-observer-polyfill": "^1.5.1",
5858
"rimraf": "3.0.2",
5959
"sass-loader": "^8.0.2",
60-
"style-loader": "^1.1.3",
61-
"terser-webpack-plugin": "^3.0.6",
60+
"style-loader": "^1.3.0",
61+
"terser-webpack-plugin": "^3.1.0",
6262
"url-loader": "^3.0.0",
63-
"webpack": "^4.42.0"
63+
"webpack": "^4.47.0"
6464
},
6565
"peerDependencies": {
66-
"react": "^16.8.0",
67-
"react-dom": "^16.8.0"
66+
"react": "^16.14.0",
67+
"react-dom": "^16.14.0"
6868
},
6969
"keywords": [
7070
"react",

0 commit comments

Comments
 (0)