Skip to content

Commit

Permalink
Chore: Update devDependencies 🆙 (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 1, 2022
1 parent 99a9b08 commit d35973b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@crystal-ball/commitizen-base": "2.11.0",
"@crystal-ball/prettier-base": "2.12.0",
"@crystal-ball/semantic-release-base": "2.39.0",
"@types/jest": "28.1.6",
"@types/jest": "28.1.8",
"babel-preset-env": "1.7.0",
"eslint-config-eloquence": "22.1.0",
"jest": "28.1.3",
Expand Down
6 changes: 3 additions & 3 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/core": "7.18.9",
"@babel/preset-env": "7.18.9",
"@babel/core": "7.18.13",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.18.6",
"babel-loader": "8.2.5",
"html-webpack-plugin": "5.5.0",
"svg-symbol-sprite-loader": "latest",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.3"
"webpack-dev-server": "4.10.1"
}
}

0 comments on commit d35973b

Please sign in to comment.