updated 更新包

This commit is contained in:
zhenghaole
2023-10-27 15:42:55 +08:00
parent c83716cdfa
commit 9af1651373
2 changed files with 141 additions and 149 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "relationship.js",
"version": "1.2.3",
"version": "1.2.4",
"description": "Chinese kinship library",
"author": "HaoLe Zheng",
"license": "MIT",
@@ -27,12 +27,12 @@
"url": "https://github.com/mumuy/relationship/issues"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.23.2",
"@babel/plugin-syntax-import-attributes": "^7.22.5",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/runtime": "^7.22.6",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.1",