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 Jan 5, 2022
1 parent 499b177 commit 3bd485a
Show file tree
Hide file tree
Showing 4 changed files with 1,087 additions and 784 deletions.
6 changes: 3 additions & 3 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 All @@ -24,12 +24,12 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@brainhubeu/license-auditor": "^1.0.18",
"@brainhubeu/license-auditor": "^1.1.1",
"babel-eslint": "^10.1.0",
"coveralls": "^3.1.1",
"danger": "10.7.1",
"eslint": "^7.32.0",
"eslint-config-brainhub": "^1.14.0",
"jest": "^27.4.4"
"jest": "^27.4.7"
}
}
14 changes: 7 additions & 7 deletions src/license-checker/__test__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"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.16.7",
"@babel/core": "^7.16.7",
"@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",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@babel/register": "^7.16.7",
"@brainhubeu/license-auditor": "^1.1.1",
"autoprefixer": "^9.8.8",
"babel-eslint": "^10.1.0",
Expand Down Expand Up @@ -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 3bd485a

Please sign in to comment.