Skip to content

Commit 10e91d4

Browse files
Update Minor Packages
1 parent 2c909ae commit 10e91d4

File tree

3 files changed

+879
-205
lines changed

3 files changed

+879
-205
lines changed

.github/workflows/renovate_linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
steps:
88
- uses: actions/checkout@v3
99
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
10-
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2
10+
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3
1111
with:
1212
config_file_path: 'renovate.json'

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@
3131
"devDependencies": {
3232
"babel-cli": "6.26.0",
3333
"babel-core": "6.26.3",
34-
"babel-eslint": "8.2.3",
34+
"babel-eslint": "8.2.6",
3535
"babel-jest": "23.6.0",
3636
"babel-plugin-transform-flow-strip-types": "6.22.0",
3737
"babel-preset-es2015": "6.24.1",
3838
"babel-preset-stage-1": "6.24.1",
3939
"eslint": "4.19.1",
40-
"flow-bin": "0.66.0",
41-
"flow-copy-source": "2.0.2",
40+
"flow-bin": "0.287.0",
41+
"flow-copy-source": "2.0.9",
4242
"jest": "23.6.0",
43-
"markdownlint-cli": "^0.31.1",
44-
"prettier": "2.7.1",
43+
"markdownlint-cli": "^0.45.0",
44+
"prettier": "2.8.8",
4545
"rimraf": "3.0.2"
4646
},
4747
"jest": {

0 commit comments

Comments
 (0)