Skip to content

Commit 1e03145

Browse files
committed
⬆️ upgrade dependencies
1 parent 0b1f4f2 commit 1e03145

File tree

2 files changed

+605
-358
lines changed

2 files changed

+605
-358
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "contributing-jp",
33
"version": "1.0.0",
4+
"author": "React Native Japan",
5+
"license": "Creative Commons",
46
"description": "en-jp translations for React Native CONTRIBUTING.md",
57
"scripts": {
68
"lint": "textlint dst/CONTRIBUTING.md"
@@ -9,15 +11,13 @@
911
"type": "git",
1012
"url": "git+https://github.com/react-native-jp/CONTRIBUTING-jp.git"
1113
},
12-
"author": "React Native Japan",
13-
"license": "Creative Commons",
1414
"bugs": {
1515
"url": "https://github.com/react-native-jp/CONTRIBUTING-jp/issues"
1616
},
1717
"homepage": "https://github.com/react-native-jp/CONTRIBUTING-jp#readme",
1818
"devDependencies": {
19-
"textlint": "^7.4.0",
20-
"textlint-rule-preset-japanese": "^1.3.4",
21-
"textlint-rule-preset-jtf-style": "^2.2.5"
19+
"textlint": "11.6.3",
20+
"textlint-rule-preset-japanese": "4.0.4",
21+
"textlint-rule-preset-jtf-style": "2.3.4"
2222
}
2323
}

0 commit comments

Comments
 (0)