0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Add roman numeral package

This commit is contained in:
G.Ambatte
2025-03-13 10:49:59 +13:00
parent edc4f8ec63
commit e787a68859
2 changed files with 8 additions and 0 deletions

7
package-lock.json generated
View File

@@ -48,6 +48,7 @@
"react-dom": "^18.3.1",
"react-frame-component": "^4.1.3",
"react-router": "^7.3.0",
"romans": "^3.0.0",
"sanitize-filename": "1.6.3",
"superagent": "^10.1.1",
"vitreum": "git+https://git@github.com/calculuschild/vitreum.git"
@@ -12058,6 +12059,12 @@
"inherits": "^2.0.1"
}
},
"node_modules/romans": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/romans/-/romans-3.0.0.tgz",
"integrity": "sha512-7DDsAfhtpRr/ZFQXiHDrC3Pe00agcAsFiNt5nNx4ZAQlsc6yJG0mvXA5WAvO8YZyOg349twm2GYhHLw7rCXAzw==",
"license": "MIT"
},
"node_modules/rrweb-cssom": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz",

View File

@@ -122,6 +122,7 @@
"react-dom": "^18.3.1",
"react-frame-component": "^4.1.3",
"react-router": "^7.3.0",
"romans": "^3.0.0",
"sanitize-filename": "1.6.3",
"superagent": "^10.1.1",
"vitreum": "git+https://git@github.com/calculuschild/vitreum.git"