Skip to content

Commit

Permalink
Update Minor Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 15, 2023
1 parent 2c909ae commit a7a4239
Show file tree
Hide file tree
Showing 3 changed files with 448 additions and 169 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3
with:
config_file_path: 'renovate.json'
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.3",
"babel-eslint": "8.2.6",
"babel-jest": "23.6.0",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"eslint": "4.19.1",
"flow-bin": "0.66.0",
"flow-copy-source": "2.0.2",
"flow-bin": "0.209.0",
"flow-copy-source": "2.0.9",
"jest": "23.6.0",
"markdownlint-cli": "^0.31.1",
"prettier": "2.7.1",
"markdownlint-cli": "^0.34.0",
"prettier": "2.8.8",
"rimraf": "3.0.2"
},
"jest": {
Expand Down
Loading

0 comments on commit a7a4239

Please sign in to comment.