Skip to content

Commit 4442f14

Browse files
committed
[Update] 2.0.30 => 2.0.31
1 parent 88c40b0 commit 4442f14

6 files changed

+1634
-1496
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Convert romaji into kana
2323
##### Load the romaji-conv.js (jsDelivr)
2424

2525
```html
26-
<script src="https://cdn.jsdelivr.net/npm/@koozaki/romaji-conv@2.0.30/dist/romaji-conv.js"></script>
26+
<script src="https://cdn.jsdelivr.net/npm/@koozaki/romaji-conv@2.0.31/dist/romaji-conv.js"></script>
2727
```
2828

2929
##### 1. Method pattern

dist/romaji-conv.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/romaji-conv.js.LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* @name @koozaki/romaji-conv
3-
* @version 2.0.30
3+
* @version 2.0.31
44
* @desc Convert romaji into kana
55
* @author Kojiro Ozaki <koujirou0111@gmail.com> (https://koozaki.com/)
66
* @see {@link https://koozaki.com/romaji-conv/}

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@koozaki/romaji-conv",
3-
"version": "2.0.30",
3+
"version": "2.0.31",
44
"description": "Convert romaji into kana",
55
"keywords": [
66
"romaji",
@@ -38,20 +38,20 @@
3838
"webpack": "webpack"
3939
},
4040
"dependencies": {
41-
"commander": "^12.1.0"
41+
"commander": "^13.1.0"
4242
},
4343
"devDependencies": {
44-
"@babel/core": "^7.25.2",
45-
"@babel/preset-env": "^7.25.4",
46-
"babel-loader": "^9.1.3",
47-
"eslint": "^9.9.1",
48-
"globals": "^15.9.0",
44+
"@babel/core": "^7.26.9",
45+
"@babel/preset-env": "^7.26.9",
46+
"babel-loader": "^9.2.1",
47+
"eslint": "^9.20.1",
48+
"globals": "^15.15.0",
4949
"jest": "^29.7.0",
5050
"jest-environment-jsdom": "^29.7.0",
5151
"npm-run-all": "^4.1.5",
52-
"prettier": "^3.3.3",
53-
"webpack": "^5.94.0",
54-
"webpack-cli": "^5.1.4"
52+
"prettier": "^3.5.1",
53+
"webpack": "^5.98.0",
54+
"webpack-cli": "^6.0.1"
5555
},
5656
"publishConfig": {
5757
"registry": "https://npm.pkg.github.com/"

sitemap.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<url>
44
<loc>https://romaji-conv.koozaki.com/</loc>
55
<priority>1.0</priority>
6-
<lastmod>2024-09-01</lastmod>
6+
<lastmod>2025-02-16</lastmod>
77
<changefreq>weekly</changefreq>
88
</url>
99
</urlset>

0 commit comments

Comments
 (0)