Skip to content

Commit

Permalink
[renovate] Update NPM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 18, 2022
1 parent d15b8d3 commit fc320e7
Show file tree
Hide file tree
Showing 4 changed files with 1,495 additions and 1,018 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainhubeu/license-auditor",
"version": "1.2.0",
"version": "1.2.1",
"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 All @@ -24,12 +24,12 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@brainhubeu/license-auditor": "^1.0.18",
"@brainhubeu/license-auditor": "^1.2.0",
"babel-eslint": "^10.1.0",
"coveralls": "^3.1.1",
"danger": "10.7.1",
"danger": "10.9.0",
"eslint": "^7.32.0",
"eslint-config-brainhub": "^1.14.0",
"jest": "^27.4.4"
"jest": "^27.5.1"
}
}
20 changes: 10 additions & 10 deletions src/license-checker/__test__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
"name": "@brainhubeu/license-auditor-testing",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/register": "^7.16.0",
"@brainhubeu/license-auditor": "^1.1.1",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/register": "^7.17.7",
"@brainhubeu/license-auditor": "^1.2.0",
"autoprefixer": "^9.8.8",
"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": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-enzyme": "^1.0.0-beta.1",
"chalk": "^4.1.2",
"classnames": "^2.3.1",
"coveralls": "^3.1.1",
"css-loader": "^3.6.0",
"cypress": "^4.12.1",
"danger": "^10.7.1",
"danger": "^10.9.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.32.0",
Expand All @@ -42,7 +42,7 @@
"node-sass": "^4.14.1",
"nyc": "^15.1.0",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-resize-detector": "^4.2.3",
Expand Down
Loading

0 comments on commit fc320e7

Please sign in to comment.