Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent 5676514 commit 723b5ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:12.13
- image: circleci/node:12.22

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.16.3
12.22.12
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"textlint:fix": "yarn textlint --fix --format diff"
},
"devDependencies": {
"textlint": "^11.6.2",
"textlint": "^11.9.1",
"textlint-filter-rule-whitelist": "^2.0.0",
"textlint-rule-no-todo": "^2.0.1",
"textlint-rule-preset-ja-spacing": "^2.0.1",
"textlint-rule-preset-jtf-style": "^2.3.4"
"textlint-rule-preset-ja-spacing": "^2.2.0",
"textlint-rule-preset-jtf-style": "^2.3.13"
}
}

0 comments on commit 723b5ef

Please sign in to comment.