Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[renovate] Update NPM dependencies (major) #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainhubeu/license-auditor",
"version": "1.1.2",
"version": "1.1.3",
"description": "License Auditor helps you track and validate licenses inside your project. Prevents unwanted law complications. License Auditor includes a step in your pipeline and creates notifications about potential problems with used licenses. At the moment, a notification means a comment.",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"babel-eslint": "^10.1.0",
"coveralls": "^3.1.1",
"danger": "10.7.1",
"eslint": "^7.32.0",
"eslint": "^8.6.0",
"eslint-config-brainhub": "^1.14.0",
"jest": "^27.4.4"
}
Expand Down
38 changes: 19 additions & 19 deletions src/license-checker/__test__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,50 +10,50 @@
"@babel/preset-react": "^7.16.0",
"@babel/register": "^7.16.0",
"@brainhubeu/license-auditor": "^1.1.1",
"autoprefixer": "^9.8.8",
"autoprefixer": "^10.4.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-enzyme": "^1.0.0-beta.1",
"chalk": "^4.1.2",
"chalk": "^5.0.0",
"classnames": "^2.3.1",
"coveralls": "^3.1.1",
"css-loader": "^3.6.0",
"cypress": "^4.12.1",
"css-loader": "^6.5.1",
"cypress": "^9.2.0",
"danger": "^10.7.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.32.0",
"eslint": "^8.6.0",
"eslint-config-brainhub": "^1.14.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-watch": "^7.0.0",
"eslint-watch": "^8.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^6.2.0",
"gemini": "^7.5.2",
"html-webpack-plugin": "^4.5.2",
"husky": "^4.3.8",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"isparta": "^4.1.1",
"jest": "^26.6.3",
"jsdom": "^16.7.0",
"jest": "^27.4.7",
"jsdom": "^19.0.0",
"lodash": "^4.17.15",
"node-sass": "^4.14.1",
"node-sass": "^7.0.1",
"nyc": "^15.1.0",
"postcss-loader": "^3.0.0",
"postcss-loader": "^6.2.1",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-resize-detector": "^4.2.3",
"react-test-renderer": "^16.14.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-resize-detector": "^7.0.0",
"react-test-renderer": "^17.0.2",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "3.0.2",
"sass-loader": "^8.0.2",
"sass-loader": "^12.4.0",
"start-server-and-test": "^1.14.0",
"style-loader": "^1.3.0",
"style-loader": "^3.3.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"webpack": "^4.46.0"
"webpack": "^5.65.0"
}
}
Loading