Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
12.22.12
2 changes: 1 addition & 1 deletion Dockerfile.e2e
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cypress/included:4.9.0
FROM cypress/included:4.12.1

WORKDIR /e2e

Expand Down
22 changes: 11 additions & 11 deletions docs-www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-carousel-docs",
"description": "Gatsby-Docs-Kit starter repository",
"version": "0.0.52",
"version": "0.0.53",
"author": "Brainhub",
"license": "MIT",
"scripts": {
Expand All @@ -20,20 +20,20 @@
"react-fa": "^5.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-react-constant-elements": "^7.10.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-stage-1": "^7.8.3",
"@babel/register": "^7.10.4",
"@babel/register": "^7.27.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-plugin-google-analytics": "2.2.2",
"gh-pages": "^3.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
"gh-pages": "^3.2.3",
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"peerDependencies": {
"@babel/core": "^7.10.4"
"@babel/core": "^7.28.0"
}
}
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@
"react-carousel"
],
"devDependencies": {
"@brainhubeu/license-auditor": "^1.0.30",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@commitlint/prompt": "^9.1.1",
"@brainhubeu/license-auditor": "^1.2.0",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@commitlint/prompt": "^9.1.2",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"@semantic-release/release-notes-generator": "^9.0.1",
"@semantic-release/npm": "^7.0.5",
"commitizen": "^4.1.2",
"cypress": "^4.9.0",
"danger": "^10.2.1",
"@semantic-release/git": "^9.0.1",
"@semantic-release/github": "^7.2.3",
"@semantic-release/release-notes-generator": "^9.0.3",
"@semantic-release/npm": "^7.1.3",
"commitizen": "^4.3.1",
"cypress": "^4.12.1",
"danger": "^10.9.0",
"eslint": "^6.8.0",
"eslint-config-brainhub": "^1.12.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-brainhub": "^1.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-prettier": "^3.4.1",
"eslint-watch": "^6.0.1",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"prettier": "^2.8.8",
"semantic-release": "^17.1.1",
"start-server-and-test": "^1.11.0"
"start-server-and-test": "^1.15.4"
},
"scripts": {
"preinstall": "node -e \"if (process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('Use yarn for installing: https://yarnpkg.com/en/docs/install')\"",
Expand Down
56 changes: 28 additions & 28 deletions react-carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@brainhubeu/react-carousel",
"version": "2.0.4",
"version": "2.0.5",
"description": "Carousel component for React",
"engines": {
"npm": ">=6.14.3"
"npm": ">=6.14.18"
},
"files": [
"/lib/*"
Expand All @@ -21,50 +21,50 @@
"author": "Brainhub",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/register": "^7.8.6",
"autoprefixer": "^9.7.4",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/register": "^7.27.1",
"autoprefixer": "^9.8.8",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"babel-loader": "^8.4.1",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"chalk": "^3.0.0",
"classnames": "^2.2.6",
"coveralls": "^3.1.0",
"css-loader": "^3.4.2",
"classnames": "^2.5.1",
"coveralls": "^3.1.1",
"css-loader": "^3.6.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-adapter-react-16": "^1.15.8",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^5.1.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^4.2.3",
"jest": "^26.1.0",
"husky": "^4.3.8",
"jest": "^26.6.3",
"jest-enzyme": "^7.1.2",
"jsdom": "^16.2.1",
"jsdom": "^16.7.0",
"lodash": "^4.17.21",
"node-sass": "^4.13.1",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"react-resize-detector": "^5.0.6",
"react-test-renderer": "^16.13.1",
"recoil": "^0.0.13",
"prop-types": "^15.8.1",
"react-resize-detector": "^5.2.0",
"react-test-renderer": "^16.14.0",
"recoil": "^0.7.7",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "3.0.2",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^3.0.6",
"style-loader": "^1.3.0",
"terser-webpack-plugin": "^3.1.0",
"url-loader": "^3.0.0",
"webpack": "^4.42.0"
"webpack": "^4.47.0"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"keywords": [
"react",
Expand Down
Loading